Searched refs:box_name (Results 1 – 2 of 2) sorted by relevance
/third_party/pixman/demos/ |
D | scale.c | 151 get_value (app_t *app, const named_int_t table[], const char *box_name) in get_value() argument 153 GtkComboBox *box = GTK_COMBO_BOX (get_widget (app, box_name)); in get_value() 322 set_up_combo_box (app_t *app, const char *box_name, in set_up_combo_box() argument 325 GtkWidget *widget = get_widget (app, box_name); in set_up_combo_box() 355 set_up_filter_box (app_t *app, const char *box_name) in set_up_filter_box() argument 357 set_up_combo_box (app, box_name, G_N_ELEMENTS (filters), filters); in set_up_filter_box()
|
D | dither.c | 85 get_value (app_t *app, const named_int_t table[], const char *box_name) in get_value() argument 87 GtkComboBox *box = GTK_COMBO_BOX (get_widget (app, box_name)); in get_value() 157 set_up_combo_box (app_t *app, const char *box_name, in set_up_combo_box() argument 160 GtkWidget *widget = get_widget (app, box_name); in set_up_combo_box()
|