Home
last modified time | relevance | path

Searched refs:SFpathScrollWidth (Results 1 – 11 of 11) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/SelFile/
H A DSFinternal.h131 extern int SFpathScrollWidth, SFvScrollHeight, SFhScrollWidth;
H A DSelFile.c115 int SFpathScrollWidth, SFvScrollHeight, SFhScrollWidth; variable
274 SFpathScrollWidth = 3 * listWidth + 2 * listSpacing + 4;
336 XtSetArg(arglist[i], XtNwidth, SFpathScrollWidth); i++;
H A DDraw.c851 neww = (int)(SFdirPtr + (((double)((int)pnew)) / SFpathScrollWidth) * SFdirEnd); in SFpathAreaSelectedCallback()
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/gui/
H A DsfDraw.h89 extern int SFpathScrollWidth, SFvScrollHeight, SFhScrollWidth;
H A DsfSelFile.c125 int SFpathScrollWidth, SFvScrollHeight, SFhScrollWidth; variable
428 SFpathScrollWidth = 3 * listWidth + 2 * listSpacing + 4; in SFcreateWidgets()
491 XtSetArg(arglist[i], XtNwidth, SFpathScrollWidth); i++; in SFcreateWidgets()
H A DsfDraw.c775 new = SFdirPtr + (((double)pnew) / SFpathScrollWidth) * SFdirEnd; in SFpathAreaSelectedCallback()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/lefty/ws/x11/libfilereq/
H A DSFinternal.h142 extern int SFpathScrollWidth, SFvScrollHeight, SFhScrollWidth;
H A DSelFile.c142 int SFpathScrollWidth, SFvScrollHeight, SFhScrollWidth; variable
280 SFpathScrollWidth = 3 * listWidth + 2 * listSpacing + 4; in SFcreateWidgets()
349 XtSetArg (arglist[i], XtNwidth, SFpathScrollWidth); i++; in SFcreateWidgets()
H A DDraw.c671 new = SFdirPtr + (((double) pnew) / SFpathScrollWidth) * SFdirEnd; in SFpathAreaSelectedCallback()
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_at_fs.c157 static int SFpathScrollWidth, SFvScrollHeight, SFhScrollWidth; variable
1936 if (nw > -SFpathScrollWidth) in SFpathAreaSelectedCallback()
1943 if (nw < SFpathScrollWidth) in SFpathAreaSelectedCallback()
2319 SFpathScrollWidth = 3 * listWidth + 2 * listSpacing + 4; in SFcreateWidgets()
2384 XtNwidth, SFpathScrollWidth, in SFcreateWidgets()
/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/src.x11/
H A Dselfile.c220 static int SFpathScrollWidth, SFvScrollHeight, SFhScrollWidth; variable
1137 new = SFdirPtr + (((double) pnew) / SFpathScrollWidth) * SFdirEnd; in SFpathAreaSelectedCallback()
2137 SFpathScrollWidth = 3 * listWidth + 2 * listSpacing + 4; in SFcreateWidgets()
2196 XtNwidth, (XtArgVal)SFpathScrollWidth, in SFcreateWidgets()