|
|
|
@ -170,6 +170,7 @@ typedef struct {
|
|
|
|
} filechooser_window;
|
|
|
|
} filechooser_window;
|
|
|
|
filechooser_window *yon_file_chooser_window_new(GtkFileChooserAction action);
|
|
|
|
filechooser_window *yon_file_chooser_window_new(GtkFileChooserAction action);
|
|
|
|
GtkResponseType yon_file_chooser_start(filechooser_window *window);
|
|
|
|
GtkResponseType yon_file_chooser_start(filechooser_window *window);
|
|
|
|
|
|
|
|
void yon_file_chooser_set_button_label(char *label);
|
|
|
|
|
|
|
|
|
|
|
|
int yon_confirmation_dialog_call(GtkWidget *self,dialog_confirmation_data *data);
|
|
|
|
int yon_confirmation_dialog_call(GtkWidget *self,dialog_confirmation_data *data);
|
|
|
|
|
|
|
|
|
|
|
|
@ -321,6 +322,7 @@ char *yon_custom_config_init();
|
|
|
|
#define LOAD_LOCAL_LABEL _("Load local configuration")
|
|
|
|
#define LOAD_LOCAL_LABEL _("Load local configuration")
|
|
|
|
#define LOAD_GLOBAL_LABEL _("Load global configuration")
|
|
|
|
#define LOAD_GLOBAL_LABEL _("Load global configuration")
|
|
|
|
#define LOAD_LABEL _("Load")
|
|
|
|
#define LOAD_LABEL _("Load")
|
|
|
|
|
|
|
|
#define LOAD_CONFIG_LABEL _("Load file")
|
|
|
|
|
|
|
|
|
|
|
|
#define CANCEL_LABEL _("Cancel")
|
|
|
|
#define CANCEL_LABEL _("Cancel")
|
|
|
|
#define ACCEPT_LABEL _("Accept")
|
|
|
|
#define ACCEPT_LABEL _("Accept")
|
|
|
|
|