| Top |
GObject
╰── GInitiallyUnowned
╰── CtkWidget
╰── CtkContainer
╰── CtkPaned
╰── CtkHPaned
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 CtkPaned for details.
CtkHPaned has been deprecated, use CtkPaned instead.
CtkWidget *
ctk_hpaned_new (void);
ctk_hpaned_new has been deprecated since version 3.2 and should not be used in newly-written code.
Use ctk_paned_new() with CTK_ORIENTATION_HORIZONTAL instead
Create a new CtkHPaned