Home
last modified time | relevance | path

Searched refs:old_v_value (Results 1 – 5 of 5) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-tree.c2496 gdouble old_v_value; in scroll_timeout() local
2531 old_v_value = gtk_adjustment_get_value (adjustment); in scroll_timeout()
2532 new_v_value = CLAMP (old_v_value + dy, lower, upper - page_size); in scroll_timeout()
2536 if (new_h_value != old_h_value || new_v_value != old_v_value) in scroll_timeout()
H A De-table.c2977 gdouble old_v_value; in scroll_timeout() local
3012 old_v_value = gtk_adjustment_get_value (adjustment); in scroll_timeout()
3013 new_v_value = CLAMP (old_v_value + dy, lower, upper - page_size); in scroll_timeout()
3017 if (new_h_value != old_h_value || new_v_value != old_v_value) in scroll_timeout()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-canvas-container.c469 int old_h_value, old_v_value; in nautilus_canvas_container_scroll() local
480 old_v_value = gtk_adjustment_get_value (vadj); in nautilus_canvas_container_scroll()
486 …n gtk_adjustment_get_value (hadj) != old_h_value || gtk_adjustment_get_value (vadj) != old_v_value; in nautilus_canvas_container_scroll()
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-icon-container.c395 int old_h_value, old_v_value; in nemo_icon_container_scroll() local
406 old_v_value = gtk_adjustment_get_value (vadj); in nemo_icon_container_scroll()
412 …n gtk_adjustment_get_value (hadj) != old_h_value || gtk_adjustment_get_value (vadj) != old_v_value; in nemo_icon_container_scroll()
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-icon-container.c577 int old_h_value, old_v_value; in caja_icon_container_scroll() local
588 old_v_value = gtk_adjustment_get_value (vadj); in caja_icon_container_scroll()
594 …n gtk_adjustment_get_value (hadj) != old_h_value || gtk_adjustment_get_value (vadj) != old_v_value; in caja_icon_container_scroll()