Lines Matching defs:ui
146 static void set_menu_entry_text(struct gui *ui, const char *path, in set_menu_entry_text()
159 static void set_menu_entry_visible(struct gui *ui, const char *path, int show) in set_menu_entry_visible()
170 static void set_job_menu_visible(struct gui *ui, int visible) in set_job_menu_visible()
175 static void set_view_results_visible(struct gui *ui, int visible) in set_view_results_visible()
217 static void update_button_states(struct gui *ui, struct gui_entry *ge) in update_button_states()
295 static void gfio_ui_setup_log(struct gui *ui) in gfio_ui_setup_log()
412 static void gfio_quit(struct gui *ui) in gfio_quit()
420 struct gui *ui = (struct gui *) data; in quit_clicked() local
427 struct gui *ui = arg; in job_thread() local
469 static void gfio_start_server(struct gui *ui) in gfio_start_server()
535 struct gui *ui = ge->ui; in get_connection_details() local
724 static struct gui_entry *alloc_new_gui_entry(struct gui *ui) in alloc_new_gui_entry()
735 static struct gui_entry *get_new_ge_with_tab(struct gui *ui, const char *name) in get_new_ge_with_tab()
755 struct gui *ui = (struct gui *) data; in file_new() local
766 static struct gui_entry *get_ge_from_page(struct gui *ui, gint cur_page, in get_ge_from_page()
781 static struct gui_entry *get_ge_from_cur_tab(struct gui *ui) in get_ge_from_cur_tab()
798 struct gui *ui = (struct gui *) data; in file_close() local
818 static void file_add_recent(struct gui *ui, const gchar *uri) in file_add_recent()
869 static int do_file_open_with_tab(struct gui *ui, const gchar *uri) in do_file_open_with_tab()
910 struct gui *ui = (struct gui *) data; in recent_open() local
922 struct gui *ui = data; in file_open() local
958 struct gui *ui = data; in file_save() local
983 struct gui *ui = (struct gui *) data; in view_log_destroy() local
991 void gfio_view_log(struct gui *ui) in gfio_view_log()
1022 struct gui *ui = (struct gui *) data; in view_log() local
1029 struct gui *ui = (struct gui *) data; in connect_job_entry() local
1039 struct gui *ui = (struct gui *) data; in send_job_entry() local
1049 struct gui *ui = (struct gui *) data; in edit_job_entry() local
1059 struct gui *ui = (struct gui *) data; in start_job_entry() local
1069 struct gui *ui = (struct gui *) data; in view_results() local
1107 struct gui *ui = &main_ui; in update_graph_limits() local
1123 struct gui *ui = (struct gui *) data; in preferences() local
1311 struct gui *ui) in get_menubar_menu()
1459 static GtkWidget *new_main_page(struct gui *ui) in new_main_page()
1549 struct gui *ui = (struct gui *) data; in notebook_switch_page() local
1574 static void add_recent_file_items(struct gui *ui) in add_recent_file_items()
1648 struct gui *ui = (struct gui *) data; in drag_and_drop_received() local
1671 static void init_ui(int *argc, char **argv[], struct gui *ui) in init_ui()