Constructor
GtkVButtonBoxnew
deprecated: 3.2
Declaration [src]
GtkWidget*
gtk_vbutton_box_new (
void
)
Description [src]
Creates a new vertical button box.
Deprecated since: 3.2
Use gtk_button_box_new()
with GTK_ORIENTATION_VERTICAL
instead.
Return value
Type: GtkWidget
A new button box GtkWidget
.
The data is owned by the called function. |