Home
last modified time | relevance | path

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

/dports/x11/libfm-extra/libfm-1.3.2/src/base/
H A Dfm-nav-history.c190 void fm_nav_history_forward(FmNavHistory* nh, int old_scroll_pos) in fm_nav_history_forward() argument
196 tmp->scroll_pos = old_scroll_pos; in fm_nav_history_forward()
233 void fm_nav_history_back(FmNavHistory* nh, int old_scroll_pos) in fm_nav_history_back() argument
239 tmp->scroll_pos = old_scroll_pos; in fm_nav_history_back()
265 void fm_nav_history_chdir(FmNavHistory* nh, FmPath* path, gint old_scroll_pos) in fm_nav_history_chdir() argument
274 tmp->scroll_pos = old_scroll_pos; in fm_nav_history_chdir()
309 void fm_nav_history_jump(FmNavHistory* nh, GList* l, int old_scroll_pos) in fm_nav_history_jump() argument
313 fm_nav_history_go_to(nh, n, old_scroll_pos); in fm_nav_history_jump()
412 FmPath* fm_nav_history_go_to(FmNavHistory* nh, guint n, gint old_scroll_pos) in fm_nav_history_go_to() argument
418 ((FmNavHistoryItem*)nh->cur->data)->scroll_pos = old_scroll_pos; in fm_nav_history_go_to()
H A Dfm-nav-history.h73 void fm_nav_history_back(FmNavHistory* nh, int old_scroll_pos);
75 void fm_nav_history_forward(FmNavHistory* nh, int old_scroll_pos);
76 void fm_nav_history_jump(FmNavHistory* nh, GList* l, int old_scroll_pos);
80 FmPath* fm_nav_history_go_to(FmNavHistory* nh, guint n, gint old_scroll_pos);
83 void fm_nav_history_chdir(FmNavHistory* nh, FmPath* path, gint old_scroll_pos);
/dports/x11/libfm/libfm-1.3.2/src/base/
H A Dfm-nav-history.c190 void fm_nav_history_forward(FmNavHistory* nh, int old_scroll_pos) in fm_nav_history_forward() argument
196 tmp->scroll_pos = old_scroll_pos; in fm_nav_history_forward()
233 void fm_nav_history_back(FmNavHistory* nh, int old_scroll_pos) in fm_nav_history_back() argument
239 tmp->scroll_pos = old_scroll_pos; in fm_nav_history_back()
265 void fm_nav_history_chdir(FmNavHistory* nh, FmPath* path, gint old_scroll_pos) in fm_nav_history_chdir() argument
274 tmp->scroll_pos = old_scroll_pos; in fm_nav_history_chdir()
309 void fm_nav_history_jump(FmNavHistory* nh, GList* l, int old_scroll_pos) in fm_nav_history_jump() argument
313 fm_nav_history_go_to(nh, n, old_scroll_pos); in fm_nav_history_jump()
412 FmPath* fm_nav_history_go_to(FmNavHistory* nh, guint n, gint old_scroll_pos) in fm_nav_history_go_to() argument
418 ((FmNavHistoryItem*)nh->cur->data)->scroll_pos = old_scroll_pos; in fm_nav_history_go_to()
H A Dfm-nav-history.h73 void fm_nav_history_back(FmNavHistory* nh, int old_scroll_pos);
75 void fm_nav_history_forward(FmNavHistory* nh, int old_scroll_pos);
76 void fm_nav_history_jump(FmNavHistory* nh, GList* l, int old_scroll_pos);
80 FmPath* fm_nav_history_go_to(FmNavHistory* nh, guint n, gint old_scroll_pos);
83 void fm_nav_history_chdir(FmNavHistory* nh, FmPath* path, gint old_scroll_pos);
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/
H A Dcommands.py1532 def _search_cb(self, found, *, tab, old_scroll_pos, options, text, prev): argument
1551 if not going_up and tab.scroller.pos_px().y() < old_scroll_pos.y():
1553 elif going_up and tab.scroller.pos_px().y() > old_scroll_pos.y():
1585 old_scroll_pos=tab.scroller.pos_px(),
1618 old_scroll_pos=tab.scroller.pos_px(),
1652 old_scroll_pos=tab.scroller.pos_px(),
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/osapi/
H A Doutwnd.cpp68 int old_scroll_pos = -32768; variable
843 if (scroll_pos != old_scroll_pos) { in outwnd_paint()
855 old_scroll_pos = scroll_pos; in outwnd_paint()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Daudio_display.cpp1067 const int old_scroll_pos = scroll_left; in OnMouseEvent() local
1076 ScrollPixelToLeft(old_scroll_pos); in OnMouseEvent()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dseqpanel.c5344 Int4 x, y, drag_pos, old_scroll_pos; in SeqEdOnDrag() local
5434 old_scroll_pos = GetBarValue (sb); in SeqEdOnDrag()
5435 SetBarValue (sb, old_scroll_pos + direction); in SeqEdOnDrag()
5447 old_scroll_pos = GetBarValue (sb); in SeqEdOnDrag()
5448 SetBarValue (sb, old_scroll_pos + direction); in SeqEdOnDrag()
5688 Int4 x, y, drag_pos, old_scroll_pos; in SeqAlnOnDrag() local
5735 old_scroll_pos = GetBarValue (sb); in SeqAlnOnDrag()
5736 SetBarValue (sb, old_scroll_pos + direction); in SeqAlnOnDrag()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin2.c8852 Int4 old_scroll_pos = 0; in PopulateNucProtEdit() local
8868 old_scroll_pos = GetBarValue (tlp->bar); in PopulateNucProtEdit()
8917 SetBarValue (tlp->bar, old_scroll_pos); in PopulateNucProtEdit()