HSeparator


Object Hierarchy:

Gtk.HSeparator Gtk.HSeparator Gtk.HSeparator Gtk.Separator Gtk.Separator Gtk.Separator->Gtk.HSeparator Gtk.Widget Gtk.Widget Gtk.Widget->Gtk.Separator GLib.InitiallyUnowned GLib.InitiallyUnowned GLib.InitiallyUnowned->Gtk.Widget GLib.Object GLib.Object GLib.Object->GLib.InitiallyUnowned Atk.Implementor Atk.Implementor Atk.Implementor->Gtk.HSeparator Atk.Implementor->Gtk.Separator Atk.Implementor->Gtk.Widget Gtk.Buildable Gtk.Buildable Gtk.Buildable->Gtk.HSeparator Gtk.Buildable->Gtk.Separator Gtk.Buildable->Gtk.Widget Gtk.Orientable Gtk.Orientable Gtk.Orientable->Gtk.HSeparator Gtk.Orientable->Gtk.Separator

Description:

[ CCode ( type_id = "gtk_hseparator_get_type ()" ) ]
[ Version ( deprecated = true , deprecated_since = "3.2" , replacement = "Separator" ) ]
public class HSeparator : Separator, Implementor, Buildable, Orientable

Warning: HSeparator is deprecated since 3.2. Use Separator.

The HSeparator widget is a horizontal separator, used to group the widgets within a window.

It displays a horizontal line with a shadow to make it appear sunken into the interface.

Note:

The HSeparator widget is not used as a separator within menus. To create a separator in a menu create an empty SeparatorMenuItem widget using SeparatorMenuItem and add it to the menu with append.

GtkHSeparator has been deprecated, use Separator instead.


Namespace: Gtk
Package: gtk+-3.0

Content:

Creation methods:

Inherited Members:

All known members inherited from class Gtk.Widget
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Orientable