Searched refs:allow_resize (Results 1 - 8 of 8) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1FormP.h | 95 Boolean allow_resize; /* TRUE if child may request resize */ member in struct:_FormConstraintsPart
|
H A D | Xaw3_1PanedP.h | 73 Boolean allow_resize; /* TRUE iff child resize requests are ok */ member in struct:_PanedConstraintsPart
|
H A D | Xaw3_1Paned.c | 144 offset(allow_resize), XtRImmediate, (caddr_t) FALSE}, 1406 * allow_resize is True in the constraints record. 1435 * o The paned widget is realized and allow_resize is false for the pane. 1441 if ( (XtIsRealized((Widget)pw) && !pane->allow_resize) || 1872 XawPanedAllowResize(widget, allow_resize) 1874 Boolean allow_resize; 1876 PaneInfo(widget)->allow_resize = allow_resize;
|
H A D | Xaw3_1Form.c | 69 Offset(allow_resize), XtRImmediate, (XtPointer) FALSE}, 419 !form->form.allow_resize)
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | FormP.h | 117 Boolean allow_resize; /* TRUE if child may request resize */ member in struct:_FormConstraintsPart
|
H A D | PanedP.h | 96 Boolean allow_resize; /* TRUE iff child resize requests are ok */ member in struct:_PanedConstraintsPart
|
H A D | Paned.c | 168 offset(allow_resize), XtRImmediate, (XtPointer) FALSE}, 1434 * allow_resize is True in the constraints record. 1463 * o The paned widget is realized and allow_resize is false for the pane. 1469 if ( (XtIsRealized((Widget)pw) && !pane->allow_resize) || 1934 int allow_resize) 1936 Boolean allow_resize) 1939 XawPanedAllowResize(widget, allow_resize) 1941 Boolean allow_resize; 1944 PaneInfo(widget)->allow_resize = allow_resize; 1932 XawPanedAllowResize(Widget widget, int allow_resize) argument [all...] |
H A D | Form.c | 90 Offset(allow_resize), XtRImmediate, (XtPointer) FALSE}, 560 !form->form.allow_resize) {
|
Completed in 26 milliseconds