type Gtk_Check_Button_Record is new Toggle_Button.Gtk_Toggle_Button_Record with private;
type Gtk_Check_Button is access all Gtk_Check_Button_Record'Class;
Indicator_Size_Property : constant Glib.Properties.Property_Int;
Indicator_Spacing_Property : constant Glib.Properties.Property_Int;
procedure Gtk_New
( | Check_Button | : out Gtk_Check_Button; |
Label | : UTF8_String := ""); |
procedure Gtk_New_With_Mnemonic
( | Check_Button | : out Gtk_Check_Button; |
Label | : UTF8_String); |
procedure Initialize
( | Check_Button | : access Gtk_Check_Button_Record'Class; |
Label | : UTF8_String := ""); |
procedure Initialize_With_Mnemonic
( | Check_Button | : access Gtk_Check_Button_Record'Class; |
Label | : UTF8_String); |
function Get_Type return Glib.GType;
Binding from C File version 2.8.17