Class
GntMenuItem
Instance methods
gnt_menuitem_activate
Activate a menuitem. Activating the menuitem will first trigger the ‘activate’ signal for the menuitem. Then the callback for the menuitem is triggered, if there is one.
since: 2.3
gnt_menuitem_set_submenu
Set a submenu for a menuitem. A menuitem with a submenu cannot have a callback.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.