Searched refs:row_height (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1ListP.h92 row_height, /* height of each row. */ member in struct:__anon305
H A DXaw3_1SimpleMenP.h73 Dimension row_height; /* height of each row (menu entry) */ member in struct:_SimpleMenuPart
H A DXaw3_1List.c313 lw->list.row_height = lw->list.font->max_bounds.ascent
345 / lw->list.row_height;
354 / lw->list.row_height)) ;
444 height = lw->list.row_height + lw->list.row_space;
473 y = lw->list.row_height * (item % lw->list.nrows)
479 y = lw->list.row_height * (item / lw->list.ncols)
658 *height = (lw->list.nrows * lw->list.row_height)
677 *height = (lw->list.nrows * lw->list.row_height)
692 *height = (lw->list.nrows * lw->list.row_height)
704 / lw->list.row_height;
[all...]
H A DXaw3_1SimpleMenu.c68 offset(row_height), XtRImmediate, (caddr_t) 0},
897 if ( (smw->simple_menu.row_height != 0) &&
899 (*entry)->rectangle.height = smw->simple_menu.row_height;
908 if ((smw->simple_menu.row_height != 0) &&
910 height = smw->simple_menu.row_height;
1189 if (smw->simple_menu.row_height == 0)
1194 height += smw->simple_menu.row_height * smw->composite.num_children;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DListP.h92 row_height, /* height of each row. */ member in struct:__anon369
H A DSimpleMenP.h71 Dimension row_height; /* height of each row (menu entry) */ member in struct:_SimpleMenuPart
H A DList.c375 lw->list.row_height =
379 lw->list.row_height = lw->list.font->max_bounds.ascent
411 / lw->list.row_height;
420 / lw->list.row_height)) ;
512 Dimension height = lw->list.row_height;
589 y = lw->list.row_height * (item % lw->list.nrows)
595 y = lw->list.row_height * (item / lw->list.ncols)
799 *height = (lw->list.nrows * lw->list.row_height)
818 *height = (lw->list.nrows * lw->list.row_height)
833 *height = (lw->list.nrows * lw->list.row_height)
[all...]
H A DSimpleMenu.c70 offset(row_height), XtRImmediate, (XtPointer) 0},
934 if ( (smw->simple_menu.row_height != 0) &&
936 (*entry)->rectangle.height = smw->simple_menu.row_height;
945 if ((smw->simple_menu.row_height != 0) &&
947 height = smw->simple_menu.row_height;
1226 if (smw->simple_menu.row_height == 0) {
1231 height += smw->simple_menu.row_height * smw->composite.num_children;

Completed in 22 milliseconds