HomeSort by relevance Sort by last modified time
    Searched full:get_widget (Results 1 - 1 of 1) sorted by null

  /external/pixman/demos/
scale.c 48 get_widget (app_t *app, const char *name) function
133 GtkComboBox *box = GTK_COMBO_BOX (get_widget (app, box_name));
201 GTK_TOGGLE_BUTTON (get_widget (app, "lock_checkbutton"))))
254 get_widget (app, "drawing_area"), new_width + 0.5, new_height + 0.5);
257 get_widget (app, "drawing_area"));
305 GtkWidget *widget = get_widget (app, box_name);
373 widget = get_widget (app, "scale_x_scale");
376 widget = get_widget (app, "scale_y_scale");
379 widget = get_widget (app, "rotate_scale");
382 widget = get_widget (app, "drawing_area")
    [all...]

Completed in 56 milliseconds