GtkVButtonBox Constructor

GtkVButtonBox (void);

The syntax for creating a vertical buttonbox is:

$vbuttonbox = &new GtkVButtonBox();
There are no parameters.

As with all container widgets, no physical space is taken by a GtkVButtonBox until its child widgets are in place.