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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1ListP.h81 int longest; member in struct:__anon305
H A DXaw3_1List.c82 offset(list.longest), XtRImmediate, (caddr_t)0},
222 if (lw->list.longest == 0) /* Get column width. */
226 if (len > lw->list.longest)
227 lw->list.longest = len;
230 lw->list.col_width = lw->list.longest + lw->list.column_space;
851 (cl->list.longest != rl->list.longest) ||
882 * longest - the length (in Pixels) of the longest element
887 * NOTE: If nitems of longest ar
[all...]
/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 */
81 int longest; /* in pixels */ member in struct:__anon369
H A DList.c94 offset(list.longest), XtRImmediate, (XtPointer)0},
256 lw->list.longest = 0; /* so it will accumulate real longest below */
265 if (len > lw->list.longest)
266 lw->list.longest = len;
270 lw->list.col_width = lw->list.longest + lw->list.column_space;
368 (lw->list.longest != 0) * LongestLock;
542 * prevents erasing the shadow. It also clips against the value longest.
543 * If the user doesn't set longest, this has no effect (as longest i
1083 XawListChange(Widget w, char ** list, int nitems, int longest, int resize_it) argument
[all...]

Completed in 2239 milliseconds