GtkSeparator — Base class for GtkHSeparator and GtkVSeparator
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkSeparator ├── GtkHSeparator ╰── GtkVSeparator
GtkSeparator implements AtkImplementorIface, GtkBuildable and GtkOrientable.
#include <gtk/gtk.h>
The GtkSeparator widget is an abstract class, used only for deriving the subclasses GtkHSeparator and GtkVSeparator.
struct GtkSeparator;
The GtkSeparator struct contains private data only.