Lines Matching refs:GtkWidget

16 	GtkWidget *box;
26 GtkWidget *combo;
32 GtkWidget *spin;
37 GtkWidget *check;
42 GtkWidget *entry;
47 GtkWidget *spin;
48 GtkWidget *combo;
56 GtkWidget *spins[GOPT_RANGE_SPIN];
61 GtkWidget *checks[PARSE_MAX_VP];
76 GtkWidget *vbox[2];
82 GtkWidget *vboxes[__FIO_OPT_C_NR];
84 GtkWidget *dialog;
85 GtkWidget *job_combo;
94 static GtkWidget *gopt_get_group_frame(struct gopt_job_view *gjv, in gopt_get_group_frame()
95 GtkWidget *box, unsigned int groupmask) in gopt_get_group_frame()
99 GtkWidget *frame, *hbox; in gopt_get_group_frame()
145 GtkWidget *widget = g->box; in gopt_set_children_visible()
219 static void gopt_str_destroy(GtkWidget *w, gpointer data) in gopt_str_destroy()
238 GtkWidget *label; in gopt_new_str_store()
278 static void gopt_combo_destroy(GtkWidget *w, gpointer data) in gopt_combo_destroy()
291 GtkWidget *label; in __gopt_new_combo()
408 static void gopt_str_multi_destroy(GtkWidget *w, gpointer data) in gopt_str_multi_destroy()
425 GtkWidget *frame, *hbox; in gopt_new_str_multi()
486 static void gopt_int_destroy(GtkWidget *w, gpointer data) in gopt_int_destroy()
507 GtkWidget *label; in __gopt_new_int()
600 static void gopt_bool_destroy(GtkWidget *w, gpointer data) in gopt_bool_destroy()
618 GtkWidget *label; in gopt_new_bool()
674 GtkWidget *mspin = r->spins[changed + 1]; in range_value_changed()
681 GtkWidget *mspin = r->spins[changed - 1]; in range_value_changed()
690 static void gopt_range_destroy(GtkWidget *w, gpointer data) in gopt_range_destroy()
711 GtkWidget *label; in gopt_new_int_range()
761 static void gopt_str_val_destroy(GtkWidget *w, gpointer data) in gopt_str_val_destroy()
829 GtkWidget *label; in gopt_new_str_val()
1006 static void gopt_add_option(struct gopt_job_view *gjv, GtkWidget *hbox, in gopt_add_option()
1112 GtkWidget *dest; in gopt_add_option()
1130 GtkWidget *hbox = NULL; in gopt_add_options()
1142 GtkWidget *vbox = gjv->vboxes[ffz(~og->mask)]; in gopt_add_options()
1164 static GtkWidget *gopt_add_tab(GtkWidget *notebook, const char *name) in gopt_add_tab()
1166 GtkWidget *box, *vbox, *scroll; in gopt_add_tab()
1180 static GtkWidget *gopt_add_group_tab(GtkWidget *notebook, struct opt_group *og) in gopt_add_group_tab()
1185 static void gopt_add_group_tabs(GtkWidget *notebook, struct gopt_job_view *gjv) in gopt_add_group_tabs()
1537 void gopt_get_options_window(GtkWidget *window, struct gfio_client *gc) in gopt_get_options_window()
1539 GtkWidget *dialog, *notebook, *vbox, *topvbox, *combo; in gopt_get_options_window()