Searched refs:zoom_adjustment (Results 1 – 2 of 2) sorted by relevance
460 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()
52 GtkAdjustment *zoom_adjustment; member