package Implements_Gtk_Activatable is new Glib.Types.Implements (Gtk.Activatable.Gtk_Activatable, Gtk_Separator_Tool_Item_Record, Gtk_Separator_Tool_Item);
package Implements_Gtk_Buildable is new Glib.Types.Implements (Gtk.Buildable.Gtk_Buildable, Gtk_Separator_Tool_Item_Record, Gtk_Separator_Tool_Item);
type Gtk_Separator_Tool_Item_Record is new Gtk_Tool_Item_Record with null record;
type Gtk_Separator_Tool_Item is access all Gtk_Separator_Tool_Item_Record'Class;
Draw_Property : constant Glib.Properties.Property_Boolean;
procedure Gtk_New
( | Item | : out Gtk_Separator_Tool_Item); |
procedure Initialize
( | Item | : not null access Gtk_Separator_Tool_Item_Record'Class); |
function Gtk_Separator_Tool_Item_New return Gtk_Separator_Tool_Item;
function Get_Type return Glib.GType;
function Get_Draw
( | Item | : not null access Gtk_Separator_Tool_Item_Record) return Boolean; |
procedure Set_Draw
( | Item | : not null access Gtk_Separator_Tool_Item_Record; |
Draw | : Boolean); |
procedure Do_Set_Related_Action
( | Self | : not null access Gtk_Separator_Tool_Item_Record; |
Action | : not null access Gtk.Action.Gtk_Action_Record'Class); |
function Get_Related_Action
( | Self | : not null access Gtk_Separator_Tool_Item_Record) return Gtk.Action.Gtk_Action; |
procedure Set_Related_Action
( | Self | : not null access Gtk_Separator_Tool_Item_Record; |
Action | : not null access Gtk.Action.Gtk_Action_Record'Class); |
function Get_Use_Action_Appearance
( | Self | : not null access Gtk_Separator_Tool_Item_Record) return Boolean; |
procedure Set_Use_Action_Appearance
( | Self | : not null access Gtk_Separator_Tool_Item_Record; |
Use_Appearance | : Boolean); |
procedure Sync_Action_Properties
( | Self | : not null access Gtk_Separator_Tool_Item_Record; |
Action | : access Gtk.Action.Gtk_Action_Record'Class); |
function "+"
( | Widget | : access Gtk_Separator_Tool_Item_Record'Class) return Gtk.Activatable.Gtk_Activatable renames Implements_Gtk_Activatable.To_Interface; |
function "-"
( | Interf | : Gtk.Activatable.Gtk_Activatable) return Gtk_Separator_Tool_Item renames Implements_Gtk_Activatable.To_Object; |
function "+"
( | Widget | : access Gtk_Separator_Tool_Item_Record'Class) return Gtk.Buildable.Gtk_Buildable renames Implements_Gtk_Buildable.To_Interface; |
function "-"
( | Interf | : Gtk.Buildable.Gtk_Buildable) return Gtk_Separator_Tool_Item renames Implements_Gtk_Buildable.To_Object; |
A Gtk.Separator_Tool_Item.Gtk_Separator_Tool_Item is a Gtk.Tool_Item.Gtk_Tool_Item that separates groups of other Gtk_Tool_Items.
Depending on the theme, a Gtk.Separator_Tool_Item.Gtk_Separator_Tool_Item will often look like a vertical line on horizontally docked toolbars.
If the Gtk.Toolbar.Gtk_Toolbar child property "expand" is True and the property Gtk.Separator_Tool_Item.Gtk_Separator_Tool_Item:draw is False, a Gtk.Separator_Tool_Item.Gtk_Separator_Tool_Item will act as a "spring" that forces other items to the ends of the toolbar.
Use Gtk.Separator_Tool_Item.Gtk_New to create a new Gtk.Separator_Tool_Item.Gtk_Separator_Tool_Item.