/ gwnotebookmanagmentcallback.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_NOTEBOOK_MANAGMENT_CALLBACK_H
#define GW_GUI_GW_NOTEBOOK_MANAGMENT_CALLBACK_H
gint gw_notebook_managment_load_device_list ( GtkWindow *w);
gboolean gw_notebook_managment_scan_click ( GtkWidget *bt, GtkWindow *w);
gint gw_notebook_managment_select_device ( GtkWidget *cmb, GtkWindow *w);
gint gw_notebook_managment_refresh_info ( GtkWidget *chk, GtkWindow *w);
gint gw_notebook_managment_refresh_categories ( GtkWindow *w);
gboolean gw_notebook_managment_stop_scan_disk ( GtkObject *obj, gpointer data);
gint gw_notebook_managment_set_current_statment ( gpointer p, gfloat current);
gint gw_capture_box_catalog_name_ok ( GtkWidget *w, gpointer data);
gint gw_capture_box_disk_name_ok ( GtkWidget *w, gpointer data);
gint gw_notebook_managment_option_explore_tree_structure_click ( GtkToggleButton *chk, GtkWindow *w);
gint gw_notebook_managment_option_explore_archive_click ( GtkToggleButton *chk, GtkWindow *w);
gint gw_notebook_managment_option_category_click ( GtkToggleButton *chk, GtkWindow *w);
gint gw_notebook_managment_option_description_click ( GtkToggleButton *chk, GtkWindow *w);
gint gw_notebook_managment_option_use_disk_label_click ( GtkToggleButton *chk, GtkWindow *w);
gint gw_notebook_managment_option_use_pattern_click ( GtkToggleButton *chk, GtkWindow *w);
gint gw_notebook_managment_option_automount_click ( GtkToggleButton *chk, GtkWindow *w);
gint gw_notebook_managment_option_eject_click ( GtkToggleButton *chk, GtkWindow *w);
#endif