type Gtk_Expander_Record is new Gtk.Bin.Gtk_Bin_Record with null record;
type Gtk_Expander is access all Gtk_Expander_Record'Class;
Expanded_Property : constant Glib.Properties.Property_Boolean;
Label_Property : constant Glib.Properties.Property_String;
Label_Widget_Property : constant Glib.Properties.Property_Object;
Spacing_Property : constant Glib.Properties.Property_Int;
Use_Markup_Property : constant Glib.Properties.Property_Boolean;
Use_Underline_Property : constant Glib.Properties.Property_Boolean;
Expander_Size_Property : constant Glib.Properties.Property_Int;
Expander_Spacing_Property : constant Glib.Properties.Property_Int;
Signal_Activate : constant Glib.Signal_Name := "activate";
procedure Gtk_New
( | Expander | : out Gtk_Expander; |
Label | : String); |
procedure Initialize
( | Expander | : access Gtk_Expander_Record'Class; |
Label | : String); |
procedure Gtk_New_With_Mnemonic
( | Expander | : out Gtk_Expander; |
Label | : String); |
procedure Initialize_With_Mnemonic
( | Expander | : access Gtk_Expander_Record'Class; |
Label | : String); |
procedure Set_Expanded
( | Expander | : access Gtk_Expander_Record; |
Expanded | : Boolean); |
function Get_Expanded
( | Expander | : access Gtk_Expander_Record) return Boolean; |
procedure Set_Label
( | Expander | : access Gtk_Expander_Record; |
Label | : String); |
function Get_Label
( | Expander | : access Gtk_Expander_Record) return String; |
procedure Set_Label_Widget
( | Expander | : access Gtk_Expander_Record; |
Label_Widget | : access Gtk.Widget.Gtk_Widget_Record'Class); |
function Get_Label_Widget
( | Expander | : access Gtk_Expander_Record) return Gtk.Widget.Gtk_Widget; |
procedure Set_Spacing
( | Expander | : access Gtk_Expander_Record; |
Spacing | : Gint); |
function Get_Spacing
( | Expander | : access Gtk_Expander_Record) return Gint; |
procedure Set_Use_Markup
( | Expander | : access Gtk_Expander_Record; |
Use_Markup | : Boolean); |
function Get_Use_Markup
( | Expander | : access Gtk_Expander_Record) return Boolean; |
procedure Set_Use_Underline
( | Expander | : access Gtk_Expander_Record; |
Use_Underline | : Boolean); |
function Get_Use_Underline
( | Expander | : access Gtk_Expander_Record) return Boolean; |
Binding from C File version 2.8.17