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