GtkVPaned

GtkVPaned — A container with two panes arranged vertically

Synopsis

#include <gtk/gtk.h>

struct              GtkVPaned;
GtkWidget *         gtk_vpaned_new                      (void);

Description

The VPaned widget is a container widget with two children arranged vertically. The division between the two panes is adjustable by the user by dragging a handle. See GtkPaned for details.

Details

struct GtkVPaned

struct GtkVPaned {
  GtkPaned paned;
};


gtk_vpaned_new ()

GtkWidget *         gtk_vpaned_new                      (void);

Create a new GtkVPaned

Returns :

the new GtkVPaned