00001 00023 #ifndef __FILECHOOSER_DIALOG_INCLUDED__ 00024 #define __FILECHOOSER_DIALOG_INCLUDED__ 00025 00026 00027 void on_filechooser_dialog_cancel_button_clicked (GtkButton *button, gpointer user_data); 00028 void on_filechooser_dialog_close (GtkDialog *dialog, gpointer user_data); 00029 void on_filechooser_dialog_current_folder_changed (GtkFileChooser *filechooser, gpointer user_data); 00030 void on_filechooser_dialog_open_button_clicked (GtkButton *button, gpointer user_data); 00031 void on_filechooser_dialog_selection_changed (GtkFileChooser *filechooser, gpointer user_data); 00032 void on_filechooser_dialog_update_preview (GtkFileChooser *filechooser, gpointer user_data); 00033 GtkWidget* create_filechooser_dialog (void); 00034 00035 00036 #endif /* __FILECHOOSER_INCLUDED__ */ 00037 00038 00039 /* EOF */