\ File: Buttons.f \ Author: Jeff Kelm \ Created: 17-Nov-1998 \ Updated: 21-May-1999 \ Generic Button classes Comment: Revision History (most recent first) 19990521 - Removed DefStyle: from BaseButton (handled in ChildWindow). - Cosmetic cleanup 19981231 - Incorporated the new ChildWindow class.. - added GetImage: methods to IconButton and BitmapButton. 19981216 - Removed SetText: method, now handled by SetText: in BasicWin.f. 19981120 - Changed 'DefStyle: self' to 'DefStyle: [ self ]' in Create: method so style will inherit properly. - Added Bitmap and Icon button classes. - Added BS_AUTORADIOBUTTON and BS_AUTOCHECKBOX to default styles. 19981117 - Created Comment; NEEDS BasicWin.f CR .( Loading Button classes...) \ ====================== \ Common Control Buttons \ ====================== :Class BaseButton