Home
last modified time | relevance | path

Searched refs:get_widget (Results 1 – 2 of 2) sorted by relevance

/third_party/pixman/demos/
Dscale.c48 get_widget (app_t *app, const char *name) in get_widget() function
153 GtkComboBox *box = GTK_COMBO_BOX (get_widget (app, box_name)); in get_value()
221 GTK_TOGGLE_BUTTON (get_widget (app, "lock_checkbutton")))) in rescale()
274 get_widget (app, "drawing_area"), new_width + 0.5, new_height + 0.5); in rescale()
277 get_widget (app, "drawing_area")); in rescale()
325 GtkWidget *widget = get_widget (app, box_name); in set_up_combo_box()
393 widget = get_widget (app, "scale_x_scale"); in app_new()
396 widget = get_widget (app, "scale_y_scale"); in app_new()
399 widget = get_widget (app, "rotate_scale"); in app_new()
402 widget = get_widget (app, "drawing_area"); in app_new()
[all …]
Ddither.c48 get_widget (app_t *app, const char *name) in get_widget() function
87 GtkComboBox *box = GTK_COMBO_BOX (get_widget (app, box_name)); in get_value()
99 get_widget (app, "drawing_area"), app->width + 0.5, app->height + 0.5); in rescale()
102 get_widget (app, "drawing_area")); in rescale()
160 GtkWidget *widget = get_widget (app, box_name); in set_up_combo_box()
213 widget = get_widget (app, "drawing_area"); in app_new()
268 window = get_widget (app, "main"); in main()