Method
RBApplicationset_menu_accelerators
Declaration [src]
void
rb_application_set_menu_accelerators (
RBApplication* app,
GMenuModel* menu,
gboolean enable
)
Parameters
menu-
Type:
GMenuModelA
GMenuModelfor which to enable or disable accelerators.The data is owned by the caller of the method. enable-
Type:
gbooleanTRUEto enable accelerators,FALSEto disable.