GtkVPaned Constructor

GtkVPaned (void);

The GtkVPaned widget should be thought of in terms of an arrangement of two child widgets, rather than as an object in its own right. The construct

$vbox = &new GtkVBox();
needs to be within a containing GtkWindow and to contain two child widgets of its own in order to work.

There is a code sample demonstrating the construction of a paned widget under the entry for the GtkHPaned constructor.