BUTTONWIDGET__DEFINE Name
             BUTTONWIDGET Purpose
      
       The purpose of this routine is to implement a button widget as an object.
Authors
 
        
        FANNING SOFTWARE CONSULTING   BURRIDGE COMPUTING
        
        1645 Sheely Drive             18 The Green South
        
        Fort Collins                  Warborough, Oxon
        
        CO 80526 USA                  OX10 7DN, ENGLAND
        
        Phone: 970-221-0438           Phone: +44 (0)1865 858279
        
        E-mail: davidf@dfanning.com   E-mail: davidb@burridgecomputing.co.uk
Category
 
      
       Object widgets. Syntax
      
       buttonWidget = Obj_New("buttonWidget", theParent)
Superclasses
 
      
       WIDGETATOM 
              CATATOM
              CATCONTAINER 
      
       IDL_CONTAINER Class Structure
    
    class = { ButtonWidget, $        ; The BUTTONWIDGET object class definition.
              
              _menu:0B, $            ; A flag that indicates this is a menu button.
              
              INHERITS WidgetAtom $  ; Inherits WIDGETATOM properties.
                          }
Modification History
 
      
       Written by: David W.Fanning, 28 June 2002.