Home
last modified time | relevance | path

Searched refs:fileselector_cd_path (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/hugo/hugo-2.12/
H A Dcallbacks.c230 gtk_widget_hide(fileselector_cd_path); in on_ok_button_cd_path_clicked()
231 strcpy (ISO_filename, gtk_file_selection_get_filename((GtkFileSelection*)fileselector_cd_path)); in on_ok_button_cd_path_clicked()
242 gtk_widget_hide(fileselector_cd_path); in on_cancel_button_cd_path_clicked()
257 gtk_widget_show(fileselector_cd_path); in on_button_browse_cd_path_clicked()
460 gtk_widget_hide(fileselector_cd_path); in on_fileselection_cd_path_delete_event()
H A Dgtk_main.h9 extern GtkWidget* fileselector_cd_path;
H A Dgtk_main.c27 GtkWidget* fileselector_cd_path = NULL; variable
61 fileselector_cd_path = create_fileselection_cd_path(); in build_gtk_interface()