PlankWidgetsTitledSeparatorMenuItem

PlankWidgetsTitledSeparatorMenuItem — A GtkSeparatorMenuItem with a title on it. The separator can be drawn with or without a line.

Synopsis

#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;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkMenuItem
                                 +----GtkSeparatorMenuItem
                                       +----PlankWidgetsTitledSeparatorMenuItem

Implemented Interfaces

PlankWidgetsTitledSeparatorMenuItem implements AtkImplementorIface, GtkBuildable, GtkActivatable and GtkActionable.

Description

Details

PLANK_WIDGETS_TYPE_TITLED_SEPARATOR_MENU_ITEM

#define PLANK_WIDGETS_TYPE_TITLED_SEPARATOR_MENU_ITEM (plank_widgets_titled_separator_menu_item_get_type ())

The type for PlankWidgetsTitledSeparatorMenuItem.


plank_widgets_titled_separator_menu_item_new ()

PlankWidgetsTitledSeparatorMenuItem * plank_widgets_titled_separator_menu_item_new
                                                        (const gchar *text);

text :

 

plank_widgets_titled_separator_menu_item_new_no_line ()

PlankWidgetsTitledSeparatorMenuItem * plank_widgets_titled_separator_menu_item_new_no_line
                                                        (const gchar *text);

text :

 

struct PlankWidgetsTitledSeparatorMenuItem

struct PlankWidgetsTitledSeparatorMenuItem;

A GtkSeparatorMenuItem with a title on it. The separator can be drawn with or without a line.


struct PlankWidgetsTitledSeparatorMenuItemClass

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.

GtkSeparatorMenuItemClass parent_class;

the parent class structure