Constructor
GtkVPanednew
deprecated: 3.2
Declaration [src]
GtkWidget*
gtk_vpaned_new (
void
)
Description [src]
Create a new GtkVPaned
.
Deprecated since: 3.2
Use gtk_paned_new()
with GTK_ORIENTATION_VERTICAL
instead.
Return value
Type: GtkWidget
The new GtkVPaned
.
The data is owned by the called function. |