![]() | ![]() | ![]() | GTK+ Reference Manual | ![]() |
---|
GtkVPaned — A container with two panes arranged vertically.
#include <gtk/gtk.h> struct GtkVPaned; GtkWidget* gtk_vpaned_new (void);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkPaned +----GtkVPaned
GtkVPaned implements AtkImplementorIface.
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.
<< GtkHPaned | GtkLayout >> |