![]() |
![]() |
![]() |
![]() |
Thunarx.MenuItemThunarx.MenuItem — Thunarx.MenuItem Reference |
Thunarx.MenuItem extends, GObject.GInterface {set_sensitive(Boolean);
get_sensitive();
set_menu(ThunarxMenu);
activate();
}
get_sensitive();
Returns :Boolean |
Returns whether the menu item is sensitive. |
set_sensitive(Boolean);
Returns : |
Set whether the menu item is sensitive. |
set_menu(ThunarxMenu);
Returns : |
Add a menu to the menu item (i.e. submenu) |
Emitted whenever the system notices a change to menu_item.
Thunar plugins should use this signal to stay informed about changes to a menu_item for which they currently display information (i.e. in a Thunarx.PropertyPage), and update it's user interface whenever a change is noticed on menu_item.