Home
last modified time | relevance | path

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

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Scroll/
H A DGrabWindow.c45 #define SCROLL_BAR_WIDTH 9 macro
610 + PAD_WIDTH2 + 2 + SCROLL_BAR_WIDTH; in RedrawWindow()
612 w = SCROLL_BAR_WIDTH; in RedrawWindow()
649 h = SCROLL_BAR_WIDTH; in RedrawWindow()
686 SCROLL_BAR_WIDTH + 4, SCROLL_BAR_WIDTH + 4, in RedrawWindow()
691 SCROLL_BAR_WIDTH + 4, SCROLL_BAR_WIDTH + 4, in RedrawWindow()
814 seg[i].y1 = y1 + SCROLL_BAR_WIDTH / 2; in RedrawLeftButton()
815 seg[i].x2 = x1 + SCROLL_BAR_WIDTH - 2; in RedrawLeftButton()
819 seg[i].y1 = y1 + SCROLL_BAR_WIDTH / 2; in RedrawLeftButton()
820 seg[i].x2 = x1 + SCROLL_BAR_WIDTH - 1; in RedrawLeftButton()
[all …]
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOVBROWSE.cpp62 ix2 = x2-6-SCROLL_BAR_WIDTH; in init()
152 scroll_bar.init( 1, x2-SCROLL_BAR_WIDTH, y1, x2, y2, disp_max_rec, in init_var()
231 …Vga::active_buf->d3_panel_up( x1+1, y1+1, x2-SCROLL_BAR_WIDTH-3, y2-1 ); // the place a large … in close()
242 Vga::active_buf->d3_panel_down( x1, y1, x2-SCROLL_BAR_WIDTH-3, y2 ); // the list content box in paint()
244 …Vga::active_buf->bar( x2-SCROLL_BAR_WIDTH-2, y1, x2-SCROLL_BAR_WIDTH-1, y2, Vga::active_buf->color… in paint()
H A DOVBROWIF.cpp46 scroll_bar.init( 1, x2-SCROLL_BAR_WIDTH, y1, x2, y2, disp_max_rec, in init_var()
57 …vga_util.d3_panel_down( x1, y1, x2-SCROLL_BAR_WIDTH-3, y2, vga_front_only ); // the list content … in paint()
76 vga_util.blt_buf( x1, y1, x2-SCROLL_BAR_WIDTH-3, y2, 0 ); // the list content box in refresh()
/dports/editors/e93/e93/xgui/
H A Dscrollbar.c50 lowArrowRect->h=SCROLL_BAR_WIDTH; in GetScrollBarControlRects()
55 highArrowRect->h=SCROLL_BAR_WIDTH; in GetScrollBarControlRects()
60 slideRect->h=SCROLL_BAR_WIDTH; in GetScrollBarControlRects()
87 thumbRect->h=SCROLL_BAR_WIDTH; in GetScrollBarControlRects()
102 lowArrowRect->w=SCROLL_BAR_WIDTH; in GetScrollBarControlRects()
112 slideRect->w=SCROLL_BAR_WIDTH; in GetScrollBarControlRects()
117 thumbRect->w=SCROLL_BAR_WIDTH; in GetScrollBarControlRects()
169 rect.h=SCROLL_BAR_WIDTH; in PointInScrollBar()
173 rect.w=SCROLL_BAR_WIDTH; in PointInScrollBar()
190 invalidRect.h=SCROLL_BAR_WIDTH; in InvalidateScrollBar()
[all …]
H A Ddocwin.c89 viewRect->x+=SCROLL_BAR_WIDTH; // if scroll bar on left, then step over it to begin the view in GetDocumentWindowRects()
92 if(attributes.width>SCROLL_BAR_WIDTH) in GetDocumentWindowRects()
94 viewRect->w=attributes.width-SCROLL_BAR_WIDTH; // pull back for scroll bar, and right free area in GetDocumentWindowRects()
100 if((UINT32)attributes.height>(statusHeight+STATUS_BAR_LINE_HEIGHT+SCROLL_BAR_WIDTH)) in GetDocumentWindowRects()
102 …viewRect->h=attributes.height-statusHeight-STATUS_BAR_LINE_HEIGHT-SCROLL_BAR_WIDTH; // pull back … in GetDocumentWindowRects()
119 verticalRect->w=SCROLL_BAR_WIDTH; in GetDocumentWindowRects()
125 horizontalRect->h=SCROLL_BAR_WIDTH; in GetDocumentWindowRects()
H A Dscrollbar.h17 #define SCROLL_BAR_WIDTH 20 // number of pixels wide that the scroll bars are macro
H A Dlistbox.c115 if(insetRect.w>SCROLL_BAR_WIDTH) in GetListBoxControlRects()
117 listContentRect->w=insetRect.w-SCROLL_BAR_WIDTH; in GetListBoxControlRects()
121 listContentRect->x+=SCROLL_BAR_WIDTH; in GetListBoxControlRects()
125 scrollBarRect->x=insetRect.x+insetRect.w-SCROLL_BAR_WIDTH; in GetListBoxControlRects()
127 scrollBarRect->w=SCROLL_BAR_WIDTH; in GetListBoxControlRects()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOVBROWSE.h34 #define SCROLL_BAR_WIDTH 15 macro
/dports/www/retawq/retawq-0.2.6c/
H A Dcursesx.c69 #define SCROLL_BAR_WIDTH (15) macro
252 width += SCROLL_BAR_WIDTH; in initscr()
359 { int width = SCROLL_BAR_WIDTH, gh = LINES * font_normal->height, in redraw_scrollbar()
649 width -= SCROLL_BAR_WIDTH; in handle_event()
/dports/audio/praat/praat-6.2.03/sys/
H A DDataEditor.cpp27 #define SCROLL_BAR_WIDTH Machine_getScrollBarWidth () macro
319 - SCROLL_BAR_WIDTH, 0, y, 0, in v_createChildren()