• Home
  • Raw
  • Download

Lines Matching refs:gui_entry

124 void clear_ge_ui_info(struct gui_entry *ge)  in clear_ge_ui_info()
204 static void add_buttons(struct gui_entry *ge, struct button_spec *buttonlist, in add_buttons()
217 static void update_button_states(struct gui *ui, struct gui_entry *ge) in update_button_states()
289 void gfio_set_state(struct gui_entry *ge, unsigned int state) in gfio_set_state()
384 static void ge_destroy(struct gui_entry *ge) in ge_destroy()
407 struct gui_entry *ge = (struct gui_entry *) data; in ge_widget_destroy()
435 static int send_job_file(struct gui_entry *ge) in send_job_file()
483 struct gui_entry *ge = data; in start_job_clicked()
533 static int get_connection_details(struct gui_entry *ge) in get_connection_details()
637 static void gfio_client_added(struct gui_entry *ge, struct fio_client *client) in gfio_client_added()
667 struct gui_entry *ge = data; in connect_clicked()
718 struct gui_entry *ge = data; in send_clicked()
724 static GtkWidget *new_client_page(struct gui_entry *ge);
726 static struct gui_entry *alloc_new_gui_entry(struct gui *ui) in alloc_new_gui_entry()
728 struct gui_entry *ge; in alloc_new_gui_entry()
737 static struct gui_entry *get_new_ge_with_tab(struct gui *ui, const char *name) in get_new_ge_with_tab()
739 struct gui_entry *ge; in get_new_ge_with_tab()
758 struct gui_entry *ge; in file_new()
768 static struct gui_entry *get_ge_from_page(struct gui *ui, gint cur_page, in get_ge_from_page()
783 static struct gui_entry *get_ge_from_cur_tab(struct gui *ui) in get_ge_from_cur_tab()
801 struct gui_entry *ge; in file_close()
842 static int do_file_open(struct gui_entry *ge, const gchar *uri) in do_file_open()
873 struct gui_entry *ge; in do_file_open_with_tab()
1032 struct gui_entry *ge; in connect_job_entry()
1042 struct gui_entry *ge; in send_job_entry()
1052 struct gui_entry *ge; in edit_job_entry()
1062 struct gui_entry *ge; in start_job_entry()
1073 struct gui_entry *ge; in view_results()
1097 struct gui_entry *ge = (struct gui_entry *) value; in ge_update_settings_fn()
1337 struct gui_entry *ge = (struct gui_entry *) data; in combo_entry_changed()
1350 struct gui_entry *ge = (struct gui_entry *) data; in combo_entry_destroy()
1358 static GtkWidget *new_client_page(struct gui_entry *ge) in new_client_page()
1552 struct gui_entry *ge; in notebook_switch_page()