![]() |
![]() |
![]() |
![]() |
const gchar *
garcon_menu_item_action_get_command (GarconMenuItemAction *action
);
void garcon_menu_item_action_set_command (GarconMenuItemAction *action
,const gchar *command
);
const gchar *
garcon_menu_item_action_get_name (GarconMenuItemAction *action
);
void garcon_menu_item_action_set_name (GarconMenuItemAction *action
,const gchar *name
);
const gchar *
garcon_menu_item_action_get_icon_name (GarconMenuItemAction *action
);
void garcon_menu_item_action_set_icon_name (GarconMenuItemAction *action
,const gchar *icon_name
);
“command”
property“command” char *
Command to be executed when the application action is clicked.
Owner: GarconMenuItemAction
Flags: Read / Write
Default value: NULL
“icon-name”
property“icon-name” char *
Name of the custom icon associated with this action.
Owner: GarconMenuItemAction
Flags: Read / Write
Default value: NULL
“name”
property“name” char *
Name of the application action (will be displayed in menus etc.).
Owner: GarconMenuItemAction
Flags: Read / Write
Default value: NULL