/ gwsettingswindowboxcallback.h / Content
/*  GWhere
 *  Copyright (C) 2000  Sébastien LECACHEUR
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */





#ifndef GW_GUI_GW_SETTINGS_WINDOW_BOX_CALLBACK_H
#define GW_GUI_GW_SETTINGS_WINDOW_BOX_CALLBACK_H



typedef gint (*func_gw_settings_window_box_notebook_apply_t)( GtkWindow *settings);



void gw_settings_window_box_tree_select_row ( GtkCTree *ctree, GList *node, gint column, GtkWindow *w);



void gw_settings_window_box_tree_unselect_row ( GtkCTree *ctree, GList *node, gint column, GtkWindow *w);



void gw_settings_window_box_tree_expand ( GtkCTree *ctree, GList *node, GtkWindow *w);



void gw_settings_window_box_tree_collapse ( GtkCTree *ctree, GList *node, GtkWindow *w);



void gw_settings_window_box_tree_move ( GtkCTree *ctree, GList *node, GList *new_parent, GList *new_sibling, GtkWindow *w);



void gw_settings_window_box_tree_change_focus_row_expansion ( GtkCTree *ctree, GtkCTreeExpansionType expansion, GtkWindow *w);



void gw_settings_window_box_noteboox_settings_switch_page ( GtkNotebook *notebook, GtkNotebookPage *page, gint page_num, GtkWindow *w);



void gw_settings_window_box_btn_ok_clicked ( GtkButton *button, GtkWindow *w);



void gw_settings_window_box_btn_cancel_clicked ( GtkButton *button, GtkWindow *w);



void gw_settings_window_box_btn_apply_clicked ( GtkButton *button, GtkWindow *w);



void gw_settings_window_box_apply_ok ( GtkButton *button, GtkWindow *w);



void gw_settings_window_box_apply_no ( GtkButton *button, GtkWindow *w);



void gw_settings_window_box_apply_cancel ( GtkButton *button, GtkWindow *w);



void gw_settings_window_box_closed ( GtkWindow *settings_window_box, GtkWindow *window);


#endif