From: Samuel B. <na...@gm...> - 2005-10-07 22:41:26
|
Should save a lot of head-scratching... --- Controls.hs.~1.31.~=092005-02-25 06:14:58.000000000 -0500 +++ Controls.hs=092005-10-07 18:34:40.000000000 -0400 @@ -792,6 +792,9 @@ -- | Create a spin control: a text field with up\/down buttons. The value ('selection') -- is always between a specified minimum and maximum. -- +-- To specify its initial value, use a 'text' property (such as @text :=3D show n@) rather than +-- a 'selection' property (such as @selection :=3D n@). +-- -- * Instances: 'Selection', 'Selecting' -- 'Textual', 'Literate', 'Dimensions', 'Colored', 'Visible', 'Child', -- 'Able', 'Tipped', 'Identity', 'Styled', 'Reactive', 'Paint'= . -- |