HomeSort by: relevance | last modified time | path
    Searched refs:scrollbar (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/src/
Scrollbar.c 60 (((widget)->scrollbar.orientation == XtorientHorizontal) ? (x) : (y))
120 Offset(scrollbar.length),
129 Offset(scrollbar.thickness),
138 Offset(scrollbar.orientation),
147 Offset(scrollbar.scrollProc),
156 Offset(scrollbar.thumbProc),
165 Offset(scrollbar.jumpProc),
174 Offset(scrollbar.thumb),
183 Offset(scrollbar.foreground),
192 Offset(scrollbar.shown)
    [all...]
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Scrollbar.h 52 * Scrollbar Widget
58 /* Scrollbar resources:
121 Widget scrollbar,
ScrollbarP.h 51 #include <X11/Xaw/Scrollbar.h>
75 Cursor inactiveCursor; /* The normal cursor for scrollbar */
88 ScrollbarPart scrollbar; member in struct:_ScrollbarRec
  /xsrc/external/mit/libXaw/dist/examples/
xawhisto.c 8 #include <X11/Xaw/Scrollbar.h>
12 static Widget scrollbar; variable
23 XawScrollbarSetThumb(scrollbar, 0.0, (i / 100.0));
60 scrollbar = XtVaCreateManagedWidget("scrollbar",
67 XawScrollbarSetThumb(scrollbar, 0.0, 0.0);
70 * disable interaction from scrollbar
72 XtVaSetValues(scrollbar,
  /xsrc/external/mit/xterm/dist/
ptyx.h 2260 int width; /* if > 0, width of scrollbar, */
2261 /* and scrollbar is showing */
2521 int scrollBarBorder; /* scrollBar border */
2713 Widget scrollWidget; /* pointer to scrollbar struct */
3310 Boolean scrollbar; member in struct:_Misc
charproc.c 305 { "set-scrollbar", HandleScrollbar },
492 Bres(XtNscrollBar, XtCScrollBar, misc.scrollbar, False),
917 * Add input-actions for widgets that are overlooked (scrollbar and toolbar):
919 * a) Sometimes the scrollbar passes through translations, sometimes it
6609 * for a shorter interval than the arrow-style scrollbar timeout.
10621 init_Bres(misc.scrollbar);
12362 xtermSizeHints(xw, (xw->misc.scrollbar
12633 if (xw->misc.scrollbar) {
13057 if (curvt->misc.scrollbar != newvt->misc.scrollbar) {
    [all...]
util.c 4920 TRACE((" scrollbar %d\n", scrollbarWidth));
fontutils.c 3843 scrollbar_width = (xw->misc.scrollbar

Completed in 23 milliseconds