gw_menu_action_expand_all_click
Launches from menu action : expand all.
gboolean gw_menu_action_expand_all_click ( GtkMenuItem *m, GtkWindow *w);
This function launches from the menu action the functionality : expand all.
Parameters
m | menu item invoker |
w | reference to the main window |
Result: Returns TRUE if the event is submited correctly. Returns FALSE when an error occured. .
gw_menu_action_expand_disks_click
Launches from menu action : expand disk.
gboolean gw_menu_action_expand_disks_click ( GtkMenuItem *m, GtkWindow *w);
This function launches from the menu action the functionality : expand disk.
Parameters
m | menu item invoker |
w | reference to the main window |
Result: Returns TRUE if the event is submited correctly. Returns FALSE when an error occured. .
gw_menu_action_collapse_all_click
Launches from menu action : collapse all.
gboolean gw_menu_action_collapse_all_click ( GtkMenuItem *m, GtkWindow *w);
This function launches from the menu action the functionality : collapse all.
Parameters
m | menu item invoker |
w | reference to the main window |
Result: Returns TRUE if the event is submited correctly. Returns FALSE when an error occured. .
gw_menu_action_edit_categories_click
Launches from menu action : edit categories.
gboolean gw_menu_action_edit_categories_click ( GtkMenuItem *m, GtkWindow *w);
This function launches from the menu action the functionality : edit categories.
Parameters
m | menu item invoker |
w | reference to the main window |
Result: Returns TRUE if the event is submited correctly. Returns FALSE when an error occured. .
|