WPrefs: Add ability to set integer values in Expert panel
commitfa821810cf9b0039c528e78205d2595ba8dc4dc0
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Wed, 24 Jun 2015 00:34:59 +0000 (23 19:34 -0500)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 26 Jun 2015 13:24:21 +0000 (26 10:24 -0300)
tree65ac9b5ffec331842fb655864721d5c30c10ab8e
parent443a08ea1683adc3d6ea0811f44e85762033deb2
WPrefs: Add ability to set integer values in Expert panel

Previously, only boolean values could be changed using the Expert panel.
This patch adds the ability to change integer values.  A new class,
OPTION_WMAKER_INT, is added.  When this class is used, a textfield and two
buttons (up and down) appear instead of a checkbox.  Users can either type
the integer value or increment/decrement it using the arrows.
WPrefs.app/Expert.c