PHP-GTK Manual
This manual is provided as a courtesy. It is not an official source. Please check gtk.php.net for updated information.
Horizontal separator.
GtkObject `-- GtkWidget `-- GtkSeparator `-- GtkHSeparator
None.
A GtkHSeparator is a widget that consists of a horizontal line. It is used to separate widgets that are laid out vertically. Separators cannot be added to menu widgets. See GtkMenuItem for details. See also: GtkVSeparator, gtk::paint_hline() .
A GtkHSeparator is a widget that consists of a horizontal line. It is used to separate widgets that are laid out vertically.
Separators cannot be added to menu widgets. See GtkMenuItem for details.
See also: GtkVSeparator, gtk::paint_hline() .
GtkHSeparator (void); -- Draws a horizontal line.