GTK+ Reference Manual | |||
---|---|---|---|
<<< Prev | Home | Up | Next >>> |
GtkVSeparator — a vertical separator.
#include <gtk/gtk.h> struct GtkVSeparator; GtkWidget* gtk_vseparator_new (void);
The GtkVSeparator widget is a vertical separator, used to group the widgets within a window. It displays a vertical line with a shadow to make it appear sunken into the interface.
struct GtkVSeparator { GtkSeparator separator; };
The GtkVSeparator struct contains private data only, and should be accessed using the functions below.
GtkWidget* gtk_vseparator_new (void);
Creates a new GtkVSeparator.
Returns : | a new GtkVSeparator. |
<<< Prev | Home | Up | Next >>> |
Ornaments | Scrolling |