GTK+ Reference Manual
<<< PrevHomeUpNext >>>

GtkSeparator

GtkSeparator — a base class for GtkHSeparator and GtkVSeparator.

Synopsis


#include <gtk/gtk.h>


struct      GtkSeparator;


Description

The GtkSeparator widget is an abstract class, used only for deriving the subclasses GtkHSeparator and GtkVSeparator.

Details

struct GtkSeparator

struct GtkSeparator
{
  GtkWidget widget;
};

The GtkSeparator struct contains private data only.

<<< PrevHomeUpNext >>>
Abstract Base ClassesGtkWidget