
MISCELLANY ========== This is version 1.5 of the Spinbox widget by Charles S. Kerr (cskerr@geocities.com). All Comments, criticisms, and suggestions will be read. To see what's new, read doc/CHANGELOG.html. To see how to building and install, read the rest of this file, then read INSTALL. To see the documentation, read doc/spinbox.html. To see the license, read doc/LICENSE.html. The most recent version of this widget should be available from http://www.geocities.com/ResearchTriangle/4959/spinbox.html INSTALLATION ============ Extensive information on using the configure script is available in the INSTALL file. A typical build session, though, looks like this: % ./configure % make % demo/spinbox_demo If you like the demo, install the widgets by typing % make install MAKE ==== It's possible that the configure script, which is generated by GNU libtool/automake/autoconf, will require GNU make to run. If you don't have a copy of gnu make (try make --version to see), it can be found at ftp://ftp.gnu.ai.mit.edu/pub/gnu/make-XX.tar.gz where XX is the most current version; for example, make-3.75.tar.gz. XMPGEOMETRY ============ The XmpSpinbox widget is a subclass of the XmpGeometry widget, a free Widget written by Alastair Gourlay. A slightly modified version of the XmpGeometry library is in the OMM subdirectory. A full description of this widget can be found in The X Resource #10, ISBN 1-56592-067-8. The original source code for the XmpGeometry widget can be found at ftp://ftp.uu.net/published/oreilly/xresource/issue10/OneMinuteManagers.tar.Z Many thanks to Mr. Gourlay for writing XmpGeometry.