| Top |
CtkHSeparator implements AtkImplementorIface, CtkBuildable and CtkOrientable.
The CtkHSeparator widget is a horizontal separator, used to group the widgets within a window. It displays a horizontal line with a shadow to make it appear sunken into the interface.
The CtkHSeparator widget is not used as a separator within menus. To create a separator in a menu create an empty CtkSeparatorMenuItem widget using
ctk_separator_menu_item_new()and add it to the menu withctk_menu_shell_append().
CtkHSeparator has been deprecated, use CtkSeparator instead.
CtkWidget *
ctk_hseparator_new (void);
ctk_hseparator_new has been deprecated since version 3.2 and should not be used in newly-written code.
Use ctk_separator_new() with CTK_ORIENTATION_HORIZONTAL instead
Creates a new CtkHSeparator.