Searched refs:scrollBox (Results 1 – 3 of 3) sorted by relevance
/external/coreboot/payloads/libpayload/curses/PDCurses/x11/ |
D | ScrollBox.c | 40 XtOffset(ScrollBoxWidget, scrollBox.h_space), 43 XtOffset(ScrollBoxWidget, scrollBox.v_space), 46 XtOffset(ScrollBoxWidget, scrollBox.increment_height), 49 XtOffset(ScrollBoxWidget, scrollBox.increment_width), 161 mw = sbw->core.width - (2 * sbw->scrollBox.h_space) - in DoLayout() 165 mh = sbw->core.height - (2 * sbw->scrollBox.v_space) - in DoLayout() 171 mw = (mw / sbw->scrollBox.increment_width) * in DoLayout() 172 sbw->scrollBox.increment_width; in DoLayout() 174 mh = ((mh / sbw->scrollBox.increment_height) * in DoLayout() 175 sbw->scrollBox.increment_height) + in DoLayout() [all …]
|
D | ScrollBoxP.h | 68 ScrollBoxPart scrollBox; member
|
D | x11.c | 239 static Widget topLevel, drawing, scrollBox, scrollVert, scrollHoriz; variable 2980 scrollBox = XtVaCreateManagedWidget(program_name, in XCursesSetupX() 2987 boxWidgetClass, scrollBox, XtNwidth, in XCursesSetupX() 2992 scrollbarWidgetClass, scrollBox, XtNorientation, in XCursesSetupX() 3000 scrollbarWidgetClass, scrollBox, XtNorientation, in XCursesSetupX()
|