Searched defs:old_width (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1FormP.h71 Dimension old_width, old_height; /* last known dimensions */ member in struct:_FormPart
H A DXaw3_1SimpleMenu.c507 Dimension old_height, old_width; local
515 old_width = entry->rectangle.width;
533 entry->rectangle.width = old_width;
542 entry->rectangle.width = old_width;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DFormP.h92 Dimension old_width, old_height; /* last known dimensions */ member in struct:_FormPart
H A DForm.c242 fw->form.old_width = fw->core.width;
371 fw->form.old_width = fw->core.width;
509 x = TransformCoord( (*childP)->core.x, fw->form.old_width,
518 fw->form.old_width, fw->core.width,
539 fw->form.old_width = fw->core.width;
553 Dimension old_width, old_height; local
598 old_width = w->core.width;
617 w->core.width = old_width;
658 w->core.width = old_width;
H A DSimpleMenu.c520 Dimension old_height, old_width; local
528 old_width = entry->rectangle.width;
546 entry->rectangle.width = old_width;
555 entry->rectangle.width = old_width;

Completed in 19 milliseconds