gw_gui_manager_main_interface_create
Creates the main window.
GtkWindow * gw_gui_manager_main_interface_create ( void);
This function creates the main application window. This window can be destroyed when exit program.
Result: the main window. Returns NULL when an error occured..
gw_gui_manager_main_interface_set_tree_root
Sets the tree's root explorer of the catalog.
gint gw_gui_manager_main_interface_set_tree_root ( GtkCTreeNode *node);
This function sets the tree's root explorer the catalog.
Parameters
node | the new node of catalog |
Result: an error code. Returns 0 when it's done. Returns -1 when an error occured..
gw_gui_manager_main_interface_get_main_window
Gets the main window of application.
GtkWindow * gw_gui_manager_main_interface_get_main_window ( void);
This function gets the main window of the application.
Result: the main window..
gw_gui_manager_main_interface_get_progress_bar_box
Gets the progress bar box.
GtkWindow * gw_gui_manager_main_interface_get_progress_bar_box ( void);
This function gets the progress bar box.
Result: the progress bar box..
gw_gui_manager_main_interface_get_tree
Gets the tree explorer of the catalog.
GtkCTree * gw_gui_manager_main_interface_get_tree ( void);
This function gets the tree explorer the catalog.
Result: the tree catalog..
gw_gui_manager_main_interface_get_tree_root
Gets the tree's root explorer of the catalog.
GtkCTreeNode * gw_gui_manager_main_interface_get_tree_root ( void);
This function gets the tree's root explorer the catalog.
Result: the tree's root catalog..
gw_gui_manager_main_interface_refresh
Refreshes the graphical interface of application.
void gw_gui_manager_main_interface_refresh ( void);
This function refreshes the graphical interface of application.
gw_gui_manager_main_interface_update_all
Updates all GUI components.
void gw_gui_manager_main_interface_update_all ( void);
This function updates all GUI components.
gw_gui_manager_main_interface_update_menus
Updates all menus.
void gw_gui_manager_main_interface_update_menus ( void);
This function updates all menus.
gw_gui_manager_main_interface_update_notebook_catalog
Updates the notebook catalog.
void gw_gui_manager_main_interface_update_notebook_catalog ( void);
This function updates the notebook catalog.
gw_gui_manager_main_interface_update_notebook_managment
Updates the notebook managment.
void gw_gui_manager_main_interface_update_notebook_managment ( void);
This function updates the notebook managment.
gw_gui_manager_main_interface_update_notebook_search
Updates the notebook search.
void gw_gui_manager_main_interface_update_notebook_search ( void);
This function updates the notebook search.
gw_gui_manager_exit
Called when exit program.
void gw_gui_manager_exit ( void);
This function is called when exit program.
|