Home
last modified time | relevance | path

Searched refs:top_visible (Results 1 – 13 of 13) sorted by relevance

/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/gui/
H A Dpagesel.c846 top_visible, bottom_visible, current, total_pages); in xm_maybe_scroll_pagelist()
849 if (current < *top_visible && curr_cmd != SCROLL_DOWN) { in xm_maybe_scroll_pagelist()
854 (*top_visible)--; in xm_maybe_scroll_pagelist()
862 (*top_visible)++; in xm_maybe_scroll_pagelist()
1288 int top_visible, bot_visible; in maybe_scroll_pagelist() local
1302 top_visible = xm_get_top_visible(1); in maybe_scroll_pagelist()
1303 bot_visible = xm_get_bottom_visible(top_visible); in maybe_scroll_pagelist()
1382 static int top_visible = 0, bot_visible = 0; in internal_process_button2() local
1394 top_visible = xm_get_top_visible(1); in internal_process_button2()
1395 bot_visible = xm_get_bottom_visible(top_visible); in internal_process_button2()
[all …]
/dports/games/toppler/toppler-1.1.6/
H A Dtoppler.h44 bool top_visible(void);
H A Dtoppler.cc756 bool top_visible(void) { return tvisible; } in top_visible() function
H A Drobots.cc537 if (object[t].subKind == 0 && top_visible() && top_walking() && in rob_update()
H A Dscreen.cc1646 if (top_visible()) { in scr_drawall()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/layout/
H A Dcontainers.py758 def top_visible(self): member in WindowRenderInfo
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/layout/
H A Dcontainers.py758 def top_visible(self): member in WindowRenderInfo
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/layout/
H A Dcontainers.py1071 def top_visible(self): member in WindowRenderInfo
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/layout/
H A Dcontainers.py1071 def top_visible(self): member in WindowRenderInfo
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/layout/
H A Dcontainers.py1294 def top_visible(self) -> bool: member in WindowRenderInfo
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/
H A DCHANGELOG1041 - WindowRenderInfo got a full_height_visible, top_visible, and a few other
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/
H A DCHANGELOG1365 - WindowRenderInfo got a full_height_visible, top_visible, and a few other
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/
H A DCHANGELOG1719 - WindowRenderInfo got a full_height_visible, top_visible, and a few other