Home
last modified time | relevance | path

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

/dports/x11/terminal.app/Terminal-0.9.9/
H A DTerminalWindow.m61 CGFloat scroller_width;
81 scroller_width=[NSScroller scrollerWidth];
84 contentSize = NSMakeSize (fx * sx + scroller_width + 1, fy * sy + 1);
85 minSize = NSMakeSize (fx * 20 + scroller_width + 1, fy * 4 + 1);
/dports/math/fricas/fricas-1.3.7/src/hyper/
H A Dscrollbar.c134 #define scroller_width 3
140 #define scroller_width 2 macro
244 scroller_bits, scroller_width, in makeScrollBarWindows()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DNotebookP.h90 Dimension scroller_width; member
233 (((XmNotebookWidget)w)->notebook.scroller_width)
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DNotebookP.h122 Dimension scroller_width; /* width of the page scroller */ member
H A DNotebook.c2428 x2 = x + nb->notebook.page_width - nb->notebook.scroller_width; in LayoutPages()
2481 nb->notebook.scroller_width, in LayoutPages()
5184 Dimension scroller_width = 0,scroller_height = 0; in CalcGeoInfo() local
5245 ASSIGN_MAX(scroller_width, width); in CalcGeoInfo()
5262 scroller_width)); in CalcGeoInfo()
5302 (page_width - nb->notebook.margin_width - scroller_width)); in CalcGeoInfo()
5350 nb->notebook.scroller_width = scroller_width; in CalcGeoInfo()
5440 nb->notebook.scroller_width; in AdjustGeometry()
5443 (min - nb->notebook.scroller_width); in AdjustGeometry()
5446 nb->notebook.page_width = nb->notebook.scroller_width; in AdjustGeometry()
[all …]