[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]  


Package Gtk.Check_Button

A Gtk_Check_Button places a discrete Gtk_Toggle_Button next to a widget, (usually a Gtk_Label).

checkbutton

Widget Hierarchy

Gtk_Object                    (see section Package Gtk.Object)
   \___ Gtk_Widget            (see section Package Gtk.Widget)
      \___ Gtk_Container      (see section Package Gtk.Container)
         \___ Gtk_Bin         (see section Package Gtk.Bin)
            \___ Gtk_Button   (see section Package Gtk.Button)
               \___ Gtk_Toggle_Button (see section Package Gtk.Toggle_Button)
                  \___ Gtk_Check_Button (see section Package Gtk.Check_Button)

Subprograms

procedure Gtk_New              
  (Check_Button       : out    Gtk_Check_Button;
   With_Label         : in     String := "");

Initialize a button.
if With_Label is "", then no widget is associated with the button, and any widget can be added to the button (with Gtk.Container.Add).


function Get_Type              return Gtk.Gtk_Type;

Return the internal value associated with a Gtk_Check_Button.



[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]