Top | Description | Object Hierarchy | Implemented Interfaces | ![]() |
![]() |
![]() |
![]() |
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkPaned +----GtkHPaned
The HPaned widget is a container widget with two children arranged horizontally. The division between the two panes is adjustable by the user by dragging a handle. See GtkPaned for details.
GtkHPaned has been deprecated, use GtkPaned instead.
GtkWidget * gtk_hpaned_new (void
);
gtk_hpaned_new
has been deprecated since version 3.2 and should not be used in newly-written code. Use gtk_paned_new()
with GTK_ORIENTATION_HORIZONTAL
instead
Create a new GtkHPaned
Returns : |
the new GtkHPaned |