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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1FormP.h72 int no_refigure; /* no re-layout while > 0 */ member in struct:_FormPart
73 Boolean needs_relayout; /* next time no_refigure == 0 */
H A DXaw3_1Form.c227 fw->form.no_refigure = False;
236 if (w->form.no_refigure) {
553 fw->form.no_refigure = !doit;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DFormP.h93 int no_refigure; /* no re-layout while > 0 */ member in struct:_FormPart
94 Boolean needs_relayout; /* next time no_refigure == 0 */
136 Boolean deferred_resize; /* was resized while no_refigure is set */
H A DForm.c244 fw->form.no_refigure = False;
411 if (fw->form.no_refigure) {
417 * The window will be updated when no_refigure is set back to False.
643 if (fw->form.no_refigure) {
649 * The window will be updated when no_refigure is set back to False.
824 if ( ((fw->form.no_refigure = !doit) == TRUE) || !XtIsRealized(w) )

Completed in 14 milliseconds