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