#include <gtk/gtk.h> struct GtkSeparator;
GtkObject +----GtkWidget +----GtkSeparator
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.