GtkVSeparator

GtkVSeparator — A vertical separator

Synopsis


#include <gtk/gtk.h>

                    GtkVSeparator;
GtkWidget*          gtk_vseparator_new                  (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkSeparator
                           +----GtkVSeparator

Implemented Interfaces

GtkVSeparator implements AtkImplementorIface and GtkBuildable.

Description

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.

Details

GtkVSeparator

typedef struct _GtkVSeparator GtkVSeparator;

The GtkVSeparator struct contains private data only, and should be accessed using the functions below.


gtk_vseparator_new ()

GtkWidget*          gtk_vseparator_new                  (void);

Creates a new GtkVSeparator.

Returns : a new GtkVSeparator.

See Also

GtkHSeparator

a horizontal separator.