Toc Gallery Index Tree Gtk.Separator_Tool_Item

Hierarchy

Description

This package defines a separator widget that can be inserted in a toolbar, to create groups of widgets in the latter.

Types

Subprograms

  • procedure Gtk_New (Separator : out Gtk_Separator_Tool_Item);
    procedure Initialize (Separator : access Gtk_Separator_Tool_Item_Record'Class);
    Create or initialize a new separator
  • function Get_Type return GType;
    Return the internal type used for separators
  • procedure Set_Draw (Item : access Gtk_Separator_Tool_Item_Record; Draw : Boolean);
    function Get_Draw (Item : access Gtk_Separator_Tool_Item_Record) return Boolean;
    Sets whether the separator is drawn as a vertical line, or just a blank. Settings this to False along with using Gtk.Tool_Item.Set_Expand is useful to create an item that forces the following items to the end of the toolbar.

Properties

  • Draw_Property
    Boolean

Alphabetical Index