   #home GTK Classes GtkCalendar::marked_date GtkCheckButton Constructor

          GTK Classes
   Prev  GtkCheckButton  Next
     _________________________________________________________________

GtkCheckButton

     Button that displays a discrete toggle indicator.

Object Hierarchy

   GtkObject
   `-- GtkWidget
         `-- GtkContainer
               `-- GtkBin
                     `-- GtkButton
                           `-- GtkToggleButton
                                 `-- GtkCheckButton

Description

     The GtkCheckButton widget is basically a different style of
     GtkToggleButton. Instead of the entire button acting as the toggle
     indicator, a small button to the left of the text position appears
     'pressed in' when the toggle is in the GTK_STATE_ACTIVE state.

     See also: GtkRadioButton, GtkStateType, GtkToggleButton.

Constructor

   GtkCheckButton ([string label ]);

     -- Creates a button with a small toggle indicator.
     _________________________________________________________________

   Prev                      Home                        Next
   GtkCalendar::marked_date   Up   GtkCheckButton Constructor
