![]() |
![]() |
![]() |
plank Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
PlankWidgetsTitledSeparatorMenuItemPlankWidgetsTitledSeparatorMenuItem — A GtkSeparatorMenuItem with a title on it. The separator can be drawn with or without a line. |
#define PLANK_WIDGETS_TYPE_TITLED_SEPARATOR_MENU_ITEM PlankWidgetsTitledSeparatorMenuItem * plank_widgets_titled_separator_menu_item_new (const gchar *text
); PlankWidgetsTitledSeparatorMenuItem * plank_widgets_titled_separator_menu_item_new_no_line (const gchar *text
); struct PlankWidgetsTitledSeparatorMenuItem; struct PlankWidgetsTitledSeparatorMenuItemClass;
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkMenuItem +----GtkSeparatorMenuItem +----PlankWidgetsTitledSeparatorMenuItem
PlankWidgetsTitledSeparatorMenuItem implements AtkImplementorIface, GtkBuildable, GtkActivatable and GtkActionable.
#define PLANK_WIDGETS_TYPE_TITLED_SEPARATOR_MENU_ITEM (plank_widgets_titled_separator_menu_item_get_type ())
The type for PlankWidgetsTitledSeparatorMenuItem.
PlankWidgetsTitledSeparatorMenuItem * plank_widgets_titled_separator_menu_item_new
(const gchar *text
);
|
PlankWidgetsTitledSeparatorMenuItem * plank_widgets_titled_separator_menu_item_new_no_line
(const gchar *text
);
|
struct PlankWidgetsTitledSeparatorMenuItem;
A GtkSeparatorMenuItem with a title on it. The separator can be drawn with or without a line.
struct PlankWidgetsTitledSeparatorMenuItemClass { GtkSeparatorMenuItemClass parent_class; };
The class structure for PLANK_WIDGETS_TYPE_TITLED_SEPARATOR_MENU_ITEM
. All the fields in this structure are private and should never be accessed directly.