Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpnavigationeditor.c460 editor->zoom_adjustment = in gimp_navigation_editor_new_private()
463 g_signal_connect (editor->zoom_adjustment, "value-changed", in gimp_navigation_editor_new_private()
468 editor->zoom_adjustment); in gimp_navigation_editor_new_private()
697 GtkAdjustment *adj = editor->zoom_adjustment; in gimp_navigation_editor_zoom_adj_changed_timeout()
750 if (editor->zoom_adjustment) in gimp_navigation_editor_shell_scaled()
756 g_signal_handlers_block_by_func (editor->zoom_adjustment, in gimp_navigation_editor_shell_scaled()
760 gtk_adjustment_set_value (editor->zoom_adjustment, val); in gimp_navigation_editor_shell_scaled()
762 g_signal_handlers_unblock_by_func (editor->zoom_adjustment, in gimp_navigation_editor_shell_scaled()
H A Dgimpnavigationeditor.h52 GtkAdjustment *zoom_adjustment; member