gw_menu_popup_create
Creates the general popup menu.
GtkMenu * gw_menu_popup_create ( GtkWindow *w);
This function creates the general popup menu. This popup menu allows to open, close a catalog, exit program,...
Parameters
w | the main window application |
Result: the popup menu. Returns NULL when an error occured..
gw_menu_popup_create_and_show
Creates the general popup menu and shows it.
GtkMenu * gw_menu_popup_create_and_show ( GtkWindow *w);
This function creates the general popup menu and shows it. This popup menu allows to open, close a catalog, exit program,...
Parameters
w | the main window application |
Result: the popup menu. Returns NULL when an error occured..
gw_menu_popup_catalog_create
Creates the catalog popup menu.
GtkMenu * gw_menu_popup_catalog_create ( GtkCTreeNode *node, GtkWindow *w);
This function creates the catalog popup menu. This popup menu allows to open, close a catalog, exit program,... and view catalog properties...
Parameters
node | the node in the tree where is the catalog root |
w | the main window application |
Result: the popup menu. Returns NULL when an error occured..
gw_menu_popup_catalog_create_and_show
Creates the catalog popup menu and shows it.
GtkMenu * gw_menu_popup_catalog_create_and_show ( GtkCTreeNode *node, GtkWindow *w);
This function creates the catalog popup menu and shows it. This popup menu allows to open, close a catalog, exit program,... and view catalog properties...
Parameters
node | the node in the tree where is the catalog root |
w | the main window application |
Result: the popup menu. Returns NULL when an error occured..
gw_menu_popup_disk_create
Creates the disk popup menu.
GtkMenu * gw_menu_popup_disk_create ( GtkCTreeNode *node, GtkWindow *w);
This function creates the disk popup menu. This popup menu allows to open, close a catalog, exit program,... and view disk properties...
Parameters
node | the node in the tree where is the disk root |
w | the main window application |
Result: the popup menu. Returns NULL when an error occured..
gw_menu_popup_disk_create_and_show
Creates the disk popup menu and shows it.
GtkMenu * gw_menu_popup_disk_create_and_show ( GtkCTreeNode *node, GtkWindow *w);
This function creates the disk popup menu and shows it. This popup menu allows to open, close a catalog, exit program,... and view disk properties...
Parameters
node | the node in the tree where is the disk root |
w | the main window application |
Result: the popup menu. Returns NULL when an error occured..
gw_menu_popup_dir_create
Creates the folder popup menu.
GtkMenu * gw_menu_popup_dir_create ( GtkCTreeNode *node, GtkWindow *w);
This function creates the folder popup menu. This popup menu allows to open, close a catalog, exit program,... and view folder properties...
Parameters
node | the node in the tree where is the folder |
w | the main window application |
Result: the popup menu. Returns NULL when an error occured..
gw_menu_popup_dir_create_and_show
Creates the folder popup menu and shows it.
GtkMenu * gw_menu_popup_dir_create_and_show ( GtkCTreeNode *node, GtkWindow *w);
This function creates the folder popup menu and shows it. This popup menu allows to open, close a catalog, exit program,... and view folder properties...
Parameters
node | the node in the tree where is the folder |
w | the main window application |
Result: the popup menu. Returns NULL when an error occured..
gw_menu_popup_file_create
Creates the file popup menu.
GtkMenu * gw_menu_popup_file_create ( gpointer row, GtkWindow *w);
This function creates the file popup menu. This popup menu allows to open, close a catalog, exit program,... and view file properties...
Parameters
node | the node in the tree where is the dis root |
w | the main window application |
Result: the popup menu. Returns NULL when an error occured..
gw_menu_popup_file_create_and_show
Creates the file popup menu and shows it.
GtkMenu * gw_menu_popup_file_create_and_show ( gpointer row, GtkWindow *w);
This function creates the file popup menu and shows it. This popup menu allows to open, close a catalog, exit program,... and view file properties...
Parameters
node | the node in the tree where is the dis root |
w | the main window application |
Result: the popup menu. Returns NULL when an error occured..
|