Searched refs:row_space (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1ListP.h76 row_space; member in struct:__anon305
H A DXaw3_1List.c98 offset(list.row_space), XtRImmediate, (caddr_t)2},
315 + lw->list.row_space;
443 hl_y = y - lw->list.row_space/2;
444 height = lw->list.row_height + lw->list.row_space;
835 if ((cl->list.row_space != rl->list.row_space) ||
839 + nl->list.row_space;
846 (cl->list.row_space != rl->list.row_space) ||
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DListP.h76 row_space; /* each item's text bounding box. half added to longest for right */ member in struct:__anon369
H A DList.c110 offset(list.row_space), XtRImmediate, (XtPointer)2},
377 + lw->list.row_space;
381 + lw->list.row_space;
638 str_y += lw->list.row_space / 2;
993 + nl->list.row_space;
997 nl->list.row_height = ext->max_ink_extent.height + nl->list.row_space;
1000 if row_space was altered. If one of the above passed, row_height will
1003 else if ( cl->list.row_space != nl->list.row_space ) {
1006 nl->list.row_height = ext->max_ink_extent.height + nl->list.row_space;
[all...]

Completed in 100 milliseconds