![]() |
![]() |
![]() |
GTK+ Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
GtkSeparatorGtkSeparator — Base class for GtkHSeparator and GtkVSeparator |
![]() |
#include <gtk/gtk.h>
GtkSeparator;
GtkWidget * gtk_separator_new (GtkOrientation orientation
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkSeparator +----GtkHSeparator +----GtkVSeparator
GtkSeparator implements AtkImplementorIface, GtkBuildable, GtkExtendedLayout and GtkOrientable.
The GtkSeparator widget is an abstract class, used only for deriving the subclasses GtkHSeparator and GtkVSeparator.
GtkWidget * gtk_separator_new (GtkOrientation orientation
);
Creates a new GtkSeparator with the given orientation.
|
the separator's orientation. |
Returns : |
a new GtkSeparator. |
Since 3.0