type Gtk_Separator_Record is new Gtk.Widget.Gtk_Widget_Record with private;
subtype Gtk_Hseparator_Record is Gtk_Separator_Record;
subtype Gtk_Vseparator_Record is Gtk_Separator_Record;
type Gtk_Separator is access all Gtk_Separator_Record'Class;
subtype Gtk_Hseparator is Gtk_Separator;
subtype Gtk_Vseparator is Gtk_Separator;
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); |
function Get_Type return Gtk.Gtk_Type;
function Hseparator_Get_Type return Gtk.Gtk_Type;
function Vseparator_Get_Type return Gtk.Gtk_Type;
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,...)
Binding from C File version 2.8.17