|  |  |  | GTK+ Reference Manual |  | 
|---|---|---|---|---|
| GtkSeparatorGtkSeparator — Base class for GtkHSeparator and GtkVSeparator |  | 
#include <gtk/gtk.h>
                    GtkSeparator;
  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkSeparator
                           +----GtkHSeparator
                           +----GtkVSeparator
The GtkSeparator widget is an abstract class, used only for deriving the subclasses GtkHSeparator and GtkVSeparator.
typedef struct _GtkSeparator GtkSeparator;
The GtkSeparator struct contains private data only.