Description
A separator is a vertical or horizontal line that can be displayed between
widgets, to provide visual grouping of the widgets into meaningful groups.
It is for instance used in dialogs to isolate the actual contents of the
dialogs and the various buttons to acknowledge the dialog (OK, Cancel,...)
Types
-
type Gtk_Hseparator is Gtk_Separator;
-
type Gtk_Hseparator_Record is Gtk_Separator_Record;
-
type Gtk_Separator is access all Gtk_Separator_Record'Class;
-
-
type Gtk_Vseparator is Gtk_Separator;
-
type Gtk_Vseparator_Record is Gtk_Separator_Record;
Subprograms
-
procedure Gtk_New_Hseparator (Separator : out Gtk_Separator);
procedure Initialize_Hseparator
(Separator : access Gtk_Separator_Record'Class);
-
procedure Gtk_New_Vseparator (Separator : out Gtk_Separator);
procedure Initialize_Vseparator
(Separator : access Gtk_Separator_Record'Class);
-