gw_menu_popup_catalog_rename
Launches the renaming of a catalog.
gboolean gw_menu_popup_catalog_rename ( GtkMenuItem *m, GtkCTreeNode *node);
This function launches the renaming of a catalog.
Parameters
m | menu item invoker |
node | node of the catalog in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_catalog_rename_ok
Validates the renaming of a catalog.
gboolean gw_menu_popup_catalog_rename_ok ( GtkWidget *w, GtkWidget *data);
This function validates the renaming of a catalog.
Parameters
w | button invoker |
data | the capture box |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_catalog_add_new_disk
Goes to add a new disk in the catalog.
gboolean gw_menu_popup_catalog_add_new_disk ( GtkMenuItem *m, GtkCTreeNode *node);
This function goes to add a new disk in the catalog. Warning : not yet implemented!!
Parameters
w | button invoker |
node | node of the catalog in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_catalog_edit_description
Launches the description edition of a catalog.
gboolean gw_menu_popup_catalog_edit_description ( GtkMenuItem *m, GtkCTreeNode *node);
This function launches the description edition of a catalog.
Parameters
m | menu item invoker |
node | node of the catalog in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_catalog_edit_description_ok
Validates the description edition of a catalog.
gboolean gw_menu_popup_catalog_edit_description_ok ( GtkWidget *b, GtkWidget *w);
This function validates the description edition of a catalog.
Parameters
b | button invoker |
w | the text box |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_catalog_edit_categories
Launches the categories edition.
gboolean gw_menu_popup_catalog_edit_categories ( GtkMenuItem *m, GtkCTreeNode *node);
This function launches the categories edition.
Parameters
m | menu item invoker |
node | node of the catalog in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_catalog_properties
Shows the catalog properties.
gboolean gw_menu_popup_catalog_properties ( GtkMenuItem *m, GtkCTreeNode *node);
This function shows the catalog properties.
Parameters
m | menu item invoker |
node | node of the catalog in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_disk_move_to
Goes to the selected disk.
gboolean gw_menu_popup_disk_move_to ( GtkMenuItem *m, GtkCTreeNode *node);
This function goes to the selected disk.
Parameters
m | menu item invoker |
node | node of the selected disk in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_disk_rename
Launches the renaming of a disk.
gboolean gw_menu_popup_disk_rename ( GtkMenuItem *m, GtkCTreeNode *node);
This function launches the renaming of a disk.
Parameters
m | menu item invoker |
node | node of the disk in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_disk_rename_ok
Validates the renaming of a disk.
gboolean gw_menu_popup_disk_rename_ok ( GtkWidget *w, GtkWidget *data);
This function validates the renaming of a disk.
Parameters
w | button invoker |
data | the capture box |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_disk_delete
Removes the selected disk from the catalog.
gboolean gw_menu_popup_disk_delete ( GtkMenuItem *m, GtkCTreeNode *node);
This function removes the selected disk from the catalog.
Parameters
m | menu item invoker |
node | node of the disk in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_disk_change_volume_label
Launches the volume label disk editing.
gboolean gw_menu_popup_disk_change_volume_label ( GtkMenuItem *m, GtkCTreeNode *node);
This function launches the volume label disk editing.
Parameters
m | menu item invoker |
node | node of the disk in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_disk_change_volume_label_ok
Validates the volume label disk editing.
gboolean gw_menu_popup_disk_change_volume_label_ok ( GtkWidget *w, GtkWidget *data);
This function validates the volume label disk editing.
Parameters
w | button invoker |
data | the capture box |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_disk_edit_description
Launches the description edition of a disk.
gboolean gw_menu_popup_disk_edit_description ( GtkMenuItem *m, GtkCTreeNode *node);
This function launches the description edition of a disk.
Parameters
m | menu item invoker |
node | node of the disk in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_disk_edit_description_ok
Validates the description edition of a disk.
gboolean gw_menu_popup_disk_edit_description_ok ( GtkWidget *b, GtkWidget *w);
This function validates the description edition of a disk.
Parameters
b | button invoker |
w | the text box |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_disk_properties
Shows the disk properties.
gboolean gw_menu_popup_disk_properties ( GtkMenuItem *m, GtkCTreeNode *node);
This function shows the disk properties.
Parameters
m | menu item invoker |
node | node of the disk in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_folder_move_to
Goes to the selected folder.
gboolean gw_menu_popup_folder_move_to ( GtkMenuItem *m, GtkCTreeNode *node);
This function goes to the selected folder.
Parameters
m | menu item invoker |
node | node of the selected folder in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_folder_edit_description
Launches the description edition of a folder.
gboolean gw_menu_popup_folder_edit_description ( GtkMenuItem *m, GtkCTreeNode *node);
This function launches the description edition of a folder.
Parameters
m | menu item invoker |
node | node of the folder in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_folder_edit_description_ok
Validates the description edition of a folder.
gboolean gw_menu_popup_folder_edit_description_ok ( GtkWidget *b, GtkWidget *w);
This function validates the description edition of a folder.
Parameters
b | button invoker |
w | the text box |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_folder_remove
Removes the selected folder from the catalog.
gboolean gw_menu_popup_folder_remove ( GtkMenuItem *m, GtkCTreeNode *node);
This function removes the selected folder from the catalog.
Parameters
m | menu item invoker |
node | node of the folder in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_folder_properties
Shows the folder properties.
gboolean gw_menu_popup_folder_properties ( GtkMenuItem *m, GtkCTreeNode *node);
This function shows the folder properties.
Parameters
m | menu item invoker |
node | node of the folder in the tree |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_file_edit_description
Launches the description edition of a file.
gboolean gw_menu_popup_file_edit_description ( GtkMenuItem *m, gpointer row);
This function launches the description edition of a file.
Parameters
m | menu item invoker |
row | row of the file in the list |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_file_edit_description_ok
Validates the description edition of a file.
gboolean gw_menu_popup_file_edit_description_ok ( GtkWidget *b, GtkWidget *w);
This function validates the description edition of a file.
Parameters
b | button invoker |
w | the text box |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_file_remove
Removes the selected file from the catalog.
gboolean gw_menu_popup_file_remove ( GtkMenuItem *m, gpointer row);
This function removes the selected file from the catalog.
Parameters
m | menu item invoker |
rowe | row of the file in the list |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
gw_menu_popup_file_properties
Shows the file properties.
gboolean gw_menu_popup_file_properties ( GtkMenuItem *m, gpointer row);
This function shows the file properties.
Parameters
m | menu item invoker |
row | row of the file in the list |
Result: is the event submited correctly. Returns TRUE when it's done. Returns FALSE when an error occured..
|