Home
last modified time | relevance | path

Searched refs:Nlm_hScrollBarHeight (Results 1 – 10 of 10) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibslate.c722 r.bottom += Nlm_hScrollBarHeight;
738 r.bottom -= Nlm_hScrollBarHeight;
888 r.bottom += Nlm_hScrollBarHeight;
1148 r.bottom += Nlm_hScrollBarHeight;
1645 r.bottom += Nlm_hScrollBarHeight;
1695 sr.bottom -= Nlm_hScrollBarHeight;
1743 sr.bottom += Nlm_hScrollBarHeight;
1784 r->bottom += Nlm_hScrollBarHeight;
2519 r.bottom += Nlm_hScrollBarHeight;
3182 r.bottom += Nlm_hScrollBarHeight;
[all …]
H A Dvibtexts.c738 r.bottom += Nlm_hScrollBarHeight; in Nlm_ScrollTextClick()
751 r.bottom -= Nlm_hScrollBarHeight; in Nlm_ScrollTextClick()
868 r.bottom += Nlm_hScrollBarHeight; in Nlm_DrawScrollText()
883 r.bottom -= Nlm_hScrollBarHeight; in Nlm_DrawScrollText()
2402 r.bottom += Nlm_hScrollBarHeight; in Nlm_InvalScrollText()
2811 tr.bottom -= Nlm_hScrollBarHeight; in Nlm_SetScrollTextPosition()
2862 tr.bottom += Nlm_hScrollBarHeight; in Nlm_SetScrollTextPosition()
2899 r->bottom += Nlm_hScrollBarHeight; in Nlm_GetScrollTextPosition()
3663 r.bottom += Nlm_hScrollBarHeight; in Nlm_NewScrollText()
3701 r.bottom += Nlm_hScrollBarHeight; in Nlm_NewScrollText()
[all …]
H A Dviewer3d.c2316 rect->top += Nlm_hScrollBarHeight; in Nlm_SetPosition3D()
2317 height -= Nlm_hScrollBarHeight; in Nlm_SetPosition3D()
2323 height -= Nlm_hScrollBarHeight + 3; in Nlm_SetPosition3D()
2363 rect->bottom += Nlm_hScrollBarHeight; in Nlm_SetPosition3D()
2372 rect->top -= Nlm_hScrollBarHeight; in Nlm_SetPosition3D()
H A Dshim3d.c2568 wrect[1] = r.top - Nlm_hScrollBarHeight - 4; /* this last column is simply tweaks */ in OGL_DrawViewer3D()
2769 rect->top += Nlm_hScrollBarHeight; in OGL_SetPosition3D()
2770 height -= Nlm_hScrollBarHeight; in OGL_SetPosition3D()
2776 height -= Nlm_hScrollBarHeight + 3; in OGL_SetPosition3D()
2791 rect->bottom += Nlm_hScrollBarHeight; in OGL_SetPosition3D()
2799 rect->top -= Nlm_hScrollBarHeight; in OGL_SetPosition3D()
H A Dvibdefns.h268 #define hScrollBarHeight Nlm_hScrollBarHeight
H A Dvibprocs.h96 extern Nlm_Int2 Nlm_hScrollBarHeight;
H A Dvibsbars.c1142 (Nlm_Int2)(npt.y + Nlm_hScrollBarHeight)); in Nlm_ScrollBarX()
H A Dtreeview.c1860 … tv->draw_port.clip_box.yb= tv->draw_port.clip_box.yt + (r.bottom - r.top - Nlm_hScrollBarHeight); in resize_proc()
1890 …tv->draw_port.clip_box.yb= tv->draw_port.clip_box.yt + (r->bottom - r->top - Nlm_hScrollBarHeight); in tview_resize()
H A Dvibwndws.c5540 Nlm_hScrollBarHeight = 16; in Nlm_SetupWindows()
6007 Nlm_hScrollBarHeight = (Nlm_Int2)GetSystemMetrics (SM_CYHSCROLL); in Nlm_SetupWindows()
6240 Nlm_hScrollBarHeight = 15; in Nlm_SetupWindows()
H A Dvibutils.c87 Nlm_Int2 Nlm_hScrollBarHeight; variable