Home
last modified time | relevance | path

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

/dports/emulators/hugo/hugo-2.12/
H A Dcallbacks.c249 gtk_widget_show(fileselector_rom_path); in on_button_browse_rom_dirname_clicked()
267 gtk_widget_hide(fileselector_rom_path); in on_ok_button_rom_path_clicked()
268 strcpy (initial_path, gtk_file_selection_get_filename((GtkFileSelection*)fileselector_rom_path)); in on_ok_button_rom_path_clicked()
283 gtk_widget_hide(fileselector_rom_path); in on_cancel_button_rom_path_clicked()
470 gtk_widget_hide(fileselector_rom_path); in on_fileselection_rom_path_delete_event()
H A Dgtk_main.h11 extern GtkWidget* fileselector_rom_path;
H A Dgtk_main.c29 GtkWidget* fileselector_rom_path = NULL; variable
63 fileselector_rom_path = create_fileselection_rom_path(); in build_gtk_interface()