Home
last modified time | relevance | path

Searched refs:focus_display (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimptool.c200 tool->focus_display = NULL; in gimp_tool_init()
889 tool, display, tool->focus_display); in gimp_tool_set_focus_display()
891 if (display != tool->focus_display) in gimp_tool_set_focus_display()
893 if (tool->focus_display) in gimp_tool_set_focus_display()
908 tool->focus_display = display; in gimp_tool_set_focus_display()
949 g_return_if_fail (display == tool->focus_display); in gimp_tool_modifier_key()
963 g_return_if_fail (display == tool->focus_display); in gimp_tool_active_modifier_key()
997 tool, display, tool->focus_display); in gimp_tool_set_modifier_state()
999 g_return_if_fail (display == tool->focus_display); in gimp_tool_set_modifier_state()
1045 tool, display, tool->focus_display); in gimp_tool_set_active_modifier_state()
[all …]
H A Dtool_manager.c205 GimpDisplay *focus_display = NULL; in tool_manager_push_tool() local
214 focus_display = tool_manager->active_tool->focus_display; in tool_manager_push_tool()
224 if (focus_display) in tool_manager_push_tool()
225 tool_manager_focus_display_active (gimp, focus_display); in tool_manager_push_tool()
H A Dgimptool.h58 GimpDisplay *focus_display; member
/dports/graphics/py-gphoto2/gphoto2-2.2.4/examples/
H A Dfocus-gui.py244 self.focus_display = QtWidgets.QLabel('-, -, -')
245 widget.layout().addWidget(self.focus_display, 2, 0)
323 self.focus_display.setText(
/dports/graphics/gimp-app/gimp-2.10.30/app/gui/
H A Dgui.c789 if (active_tool && active_tool->focus_display) in gui_exit_callback()
790 gimp_tool_set_modifier_state (active_tool, 0, active_tool->focus_display); in gui_exit_callback()
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpdisplay.c503 if (active_tool && active_tool->focus_display == display) in gimp_display_delete()
H A Dgimpdisplayshell-tool-events.c353 if (active_tool && active_tool->focus_display == display) in gimp_display_shell_canvas_grab_notify()
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-4407 tool gets its focus_display and modifier states set correctly.
15163 it is != 0 and the tool had an old focus_display.
15166 old active_tool's focus_display on the new one.
H A DChangeLog.pre-2-012056 "focus_display" and "modifier_state" so tools are aware of their
12066 active_tool's focus_display to NULL.
12082 tool's modifier_state. Set the tool's focus_display to NULL when