Home
last modified time | relevance | path

Searched refs:show_guides (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dhelp.c39 static int show_guides = 0; variable
48 OPT_BOOL('g', "guides", &show_guides, N_("print list of useful guides")),
495 if (show_guides) in cmd_help()
498 if (show_all || show_guides) { in cmd_help()
/dports/graphics/gimp-app/gimp-2.10.30/app/config/
H A Dgimpdisplayoptions.h52 gboolean show_guides; member
H A Dgimpdisplayoptions.c495 options->show_guides = g_value_get_boolean (value); in gimp_display_options_set_property()
563 g_value_set_boolean (value, options->show_guides); in gimp_display_options_get_property()
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpdisplayshell-appearance.c104 options->show_guides); in gimp_display_shell_appearance_update()
343 return appearance_get_options (shell)->show_guides; in gimp_display_shell_get_show_guides()
H A Dgimptooltransformgrid.c96 gboolean show_guides; member
619 private->show_guides = g_value_get_boolean (value); in gimp_tool_transform_grid_set_property()
742 g_value_set_boolean (value, private->show_guides); in gimp_tool_transform_grid_get_property()
1089 gimp_canvas_item_set_visible (private->guides, private->show_guides); in gimp_tool_transform_grid_changed()
/dports/math/giacxcas/fltk-1.3.0/fluid/
H A DFl_Window_Type.cxx49 extern int show_guides;
76 show_guides = i->value(); in guides_cb()
77 fluid_prefs.set("show_guides", show_guides); in guides_cb()
231 guides_toggle->value(show_guides); in show_grid_cb()
768 if (!show_guides || !drag || numselected != 1) fl_rect(x,y,r-x,t-y); in draw_overlay()
791 if (show_guides && drag) { in draw_overlay()
H A Dfluid.cxx102 int show_guides = 1; variable
1813 fluid_prefs.get("show_guides", show_guides, 0); in make_main_window()
/dports/x11-toolkits/fltk/fltk-1.3.8/fluid/
H A DFl_Window_Type.cxx40 extern int show_guides;
67 show_guides = i->value(); in guides_cb()
68 fluid_prefs.set("show_guides", show_guides); in guides_cb()
222 guides_toggle->value(show_guides); in show_grid_cb()
759 if (!show_guides || !drag || numselected != 1) fl_rect(x,y,r-x,t-y); in draw_overlay()
782 if (show_guides && drag) { in draw_overlay()
H A Dfluid.cxx95 int show_guides = 1; variable
1235 fluid_prefs.get("show_guides", show_guides, 0); in make_main_window()
/dports/x11-toolkits/ntk/ntk/fluid/
H A DFl_Window_Type.cxx49 extern int show_guides;
76 show_guides = i->value(); in guides_cb()
77 fluid_prefs.set("show_guides", show_guides); in guides_cb()
231 guides_toggle->value(show_guides); in show_grid_cb()
768 if (!show_guides || !drag || numselected != 1) fl_rect(x,y,r-x,t-y); in draw_overlay()
791 if (show_guides && drag) { in draw_overlay()
H A Dfluid.cxx102 int show_guides = 1; variable
1796 fluid_prefs.get("show_guides", show_guides, 0); in make_main_window()
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/
H A Dworkarea.h293 bool show_guides; variable
518 bool get_show_guides()const { return show_guides; } in get_show_guides()
H A Dworkarea.cpp691 show_guides=true; in WorkArea()
1110 show_guides=true; in load_meta_data()
1112 show_guides=false; in load_meta_data()
1366 show_guides=x; in set_show_guides()
1883 if (show_guides) in on_drawing_area_event()
2410 if(dragging==DRAG_NONE && show_guides) in on_hruler_event()
2454 if(dragging==DRAG_NONE && show_guides) in on_vruler_event()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/
H A Dworkarea.h293 bool show_guides; variable
518 bool get_show_guides()const { return show_guides; } in get_show_guides()
H A Dworkarea.cpp691 show_guides=true; in WorkArea()
1110 show_guides=true; in load_meta_data()
1112 show_guides=false; in load_meta_data()
1366 show_guides=x; in set_show_guides()
1883 if (show_guides) in on_drawing_area_event()
2410 if(dragging==DRAG_NONE && show_guides) in on_hruler_event()
2454 if(dragging==DRAG_NONE && show_guides) in on_vruler_event()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/
H A Dworkarea.h293 bool show_guides; variable
518 bool get_show_guides()const { return show_guides; } in get_show_guides()
H A Dworkarea.cpp691 show_guides=true; in WorkArea()
1110 show_guides=true; in load_meta_data()
1112 show_guides=false; in load_meta_data()
1366 show_guides=x; in set_show_guides()
1883 if (show_guides) in on_drawing_area_event()
2410 if(dragging==DRAG_NONE && show_guides) in on_hruler_event()
2454 if(dragging==DRAG_NONE && show_guides) in on_vruler_event()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dperspectivecorrection.cc228 g->show_guides = 0; in init_dt_structures()
H A Dashift_dt.c381 int show_guides; member
3522 if(g->show_guides)
4069 g->show_guides = dt_bauhaus_combobox_get(widget);
4498 dt_bauhaus_combobox_set(g->guide_lines, g->show_guides);
4611 g->show_guides = 0;
4767 g->show_guides = 0;
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dcanvas_item_editor_plugin.h246 bool show_guides; variable
H A Dcanvas_item_editor_plugin.cpp980 if (show_guides && show_rulers && EditorNode::get_singleton()->get_edited_scene()) { in _gui_input_rulers_and_guides()
1080 if (show_guides && EditorNode::get_singleton()->get_edited_scene()) { in _gui_input_rulers_and_guides()
3698 if (show_guides) in _draw_viewport()
4552 show_guides = !show_guides; in _popup_callback()
4554 view_menu->get_popup()->set_item_checked(idx, show_guides); in _popup_callback()
5099 state["show_guides"] = show_guides; in get_state()
5224 show_guides = state["show_guides"]; in set_state()
5226 view_menu->get_popup()->set_item_checked(idx, show_guides); in set_state()
5332 show_guides = true; in CanvasItemEditor()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dcanvas_item_editor_plugin.h246 bool show_guides; variable
H A Dcanvas_item_editor_plugin.cpp980 if (show_guides && show_rulers && EditorNode::get_singleton()->get_edited_scene()) { in _gui_input_rulers_and_guides()
1080 if (show_guides && EditorNode::get_singleton()->get_edited_scene()) { in _gui_input_rulers_and_guides()
3698 if (show_guides) in _draw_viewport()
4552 show_guides = !show_guides; in _popup_callback()
4554 view_menu->get_popup()->set_item_checked(idx, show_guides); in _popup_callback()
5099 state["show_guides"] = show_guides; in get_state()
5224 show_guides = state["show_guides"]; in set_state()
5226 view_menu->get_popup()->set_item_checked(idx, show_guides); in set_state()
5332 show_guides = true; in CanvasItemEditor()
/dports/graphics/gimp-app/gimp-2.10.30/app/actions/
H A Dview-actions.c1037 SET_ACTIVE ("view-show-guides", display && options->show_guides); in view_actions_update()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dashift.c398 int show_guides; member
3554 if(g->show_guides) in gui_post_expose()
4099 g->show_guides = dt_bauhaus_combobox_get(widget); in guide_lines_callback()
4438 dt_bauhaus_combobox_set(g->guide_lines, g->show_guides); in gui_update()
4521 g->show_guides = 0; in reload_defaults()
4686 g->show_guides = 0; in gui_init()

123