Lines Matching refs:get_widget
48 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()
445 window = get_widget (app, "main"); in main()