gw_settings_window_box_tree_select_row
Loads the requested plugin.
void gw_settings_window_box_tree_select_row ( GtkCTree *ctree, GList *node, gint column, GtkWindow *w);
This function loads the requested plugin. This function is called when user select a plugin in the exploration tree.
Parameters
ctree | the exploration tree |
node | the selected node in tree |
column | the column of the selected node in tree |
w | the settings window box |
gw_settings_window_box_tree_unselect_row
Checks with a settings is modified.
void gw_settings_window_box_tree_unselect_row ( GtkCTree *ctree, GList *node, gint column, GtkWindow *w);
This function checks with a settings is modified. This function is called when user unselect a plugin in the exploration tree.
Parameters
ctree | the exploration tree |
node | the selected node in tree |
column | the column of the selected node in tree |
w | the settings window box |
gw_settings_window_box_tree_expand
Does nothing at this time.
void gw_settings_window_box_tree_expand ( GtkCTree *ctree, GList *node, GtkWindow *w);
This function does nothing at this time. This function is called when user expand a node in the exploration tree.
Parameters
ctree | the exploration tree |
node | the selected node in tree |
w | the settings window box |
gw_settings_window_box_tree_collapse
Does nothing at this time.
void gw_settings_window_box_tree_collapse ( GtkCTree *ctree, GList *node, GtkWindow *w);
This function does nothing at this time. This function is called when user collapse a node in the exploration tree.
Parameters
ctree | the exploration tree |
node | the selected node in tree |
w | the settings window box |
gw_settings_window_box_tree_move
Does nothing at this time.
void gw_settings_window_box_tree_move ( GtkCTree *ctree, GList *node, GList *new_parent, GList *new_sibling, GtkWindow *w);
This function does nothing at this time. This function is called when user move a node in the exploration tree.
Parameters
ctree | the exploration tree |
node | the selected node in tree |
new_parent | the new node's parent |
new_siblng | the new node's sibling |
w | the settings window box |
gw_settings_window_box_tree_change_focus_row_expansion
Does nothing at this time.
void gw_settings_window_box_tree_change_focus_row_expansion ( GtkCTree *ctree, GtkCTreeExpansionType expansion, GtkWindow *w);
This function does nothing at this time.
Parameters
ctree | the exploration tree |
expansion | the tree expansion type |
w | the settings window box |
gw_settings_window_box_noteboox_settings_switch_page
Does nothing at this time.
void gw_settings_window_box_noteboox_settings_switch_page ( GtkNotebook *notebook, GtkNotebookPage *page, gint page_num, GtkWindow *w);
his function does nothing at this time. This function is called when user select a plugin in the exploration tree and the plugin switch to another.
Parameters
notebook | the notebook where are plugins |
page | the page in notebook |
page_num | the page number |
w | the settings window box |
gw_settings_window_box_btn_ok_clicked
Prevents Ok button is clicked.
void gw_settings_window_box_btn_ok_clicked ( GtkButton *button, GtkWindow *w);
This function prevents Ok button is clicked.
Parameters
button | the invoker button |
w | the settings window box |
gw_settings_window_box_btn_cancel_clicked
Prevents Cancel button is clicked.
void gw_settings_window_box_btn_cancel_clicked ( GtkButton *button, GtkWindow *w);
This function prevents Cancel button is clicked.
Parameters
button | the invoker button |
w | the settings window box |
gw_settings_window_box_btn_apply_clicked
Prevents Apply button is clicked.
void gw_settings_window_box_btn_apply_clicked ( GtkButton *button, GtkWindow *w);
This function prevents Apply button is clicked.
Parameters
button | the invoker button |
w | the settings window box |
gw_settings_window_box_apply_ok
Applies all changes.
void gw_settings_window_box_apply_ok ( GtkButton *button, GtkWindow *w);
This function applies all changes.
Parameters
button | the invoker button |
w | the settings window box |
gw_settings_window_box_apply_no
Doesn't apply all changes.
void gw_settings_window_box_apply_no ( GtkButton *button, GtkWindow *w);
This function doesn't apply all changes.
Parameters
button | the invoker button |
w | the settings window box |
gw_settings_window_box_apply_cancel
Cancels apply all changes.
void gw_settings_window_box_apply_cancel ( GtkButton *button, GtkWindow *w);
This function cancels apply all changes.
Parameters
button | the invoker button |
w | the settings window box |
gw_settings_window_box_closed
Called when the settings window box is closed.
void gw_settings_window_box_closed ( GtkWindow *settings_window_box, GtkWindow *window);
This function is called when the settings window box is closed.
Parameters
settings_window_box | the invoker button |
window | the settings window box |
|