Constructor
GtkVSeparatornew
deprecated: 3.2
Declaration [src]
GtkWidget*
gtk_vseparator_new (
void
)
Description [src]
Creates a new GtkVSeparator
.
Deprecated since: 3.2
Use gtk_separator_new()
with GTK_ORIENTATION_VERTICAL
instead.
Return value
Type: GtkWidget
A new GtkVSeparator
.
The data is owned by the called function. |