Searched refs:XtIsRealized (Results 1 - 25 of 59) sorted by relevance

123

/xsrc/external/mit/libXt/dist/src/
H A DSetWMCW.c90 if (!XtIsRealized(widget) || (count == 0)) {
106 if (!XtIsRealized(list[i]))
H A DManage.c101 parent_realized = XtIsRealized((Widget) parent);
131 && XtIsRealized(child)
140 if ((pw != NULL) && XtIsRealized(pw))
232 parent_realized = XtIsRealized((Widget) parent);
303 if (!XtIsRealized(child))
411 if (XtIsRealized(widget))
416 if (XtIsRealized(widget))
H A DGeometry.c182 parentRealized = XtIsRealized(parent);
286 if (!(req.changeMask & XtCWQueryOnly) && XtIsRealized(widget)) {
346 (req.changeMask & XtCWQueryOnly) || !XtIsRealized(widget)) {
382 if (!XtIsRealized(widget)) {
589 if (XtIsRealized(w)) {
679 if (XtIsRealized(w)) {
H A DIntrinsic.c276 if (XtIsRealized(child) && (!(child->core.managed
298 if (!XtIsWidget(widget) || XtIsRealized(widget))
394 if (XtIsRealized(widget)) {
408 if (!XtIsWidget(widget) || !XtIsRealized(widget))
459 if (!XtIsRealized(widget)) {
778 #undef XtIsRealized
780 XtIsRealized(Widget object) function in typeref:typename:Boolean
790 } /* XtIsRealized */
H A DSetValues.c437 if (redisplay && XtIsRealized(w) && !w->core.being_destroyed) {
448 if (XtIsRealized(pw) && !pw->core.being_destroyed) {
H A DPassivGrab.c736 if (XtIsRealized(widget))
783 if (XtIsRealized(widget)) {
880 if (!XtIsRealized(widget))
931 && XtIsRealized(widget)) {
H A DTMgrab.c251 if (!XtIsRealized(widget) || widget->core.being_destroyed)
H A DShell.c1300 && XtIsRealized(w->transient.transient_for))
1372 if (XtIsRealized(p)) {
1724 if (XtIsRealized(wid))
1892 if (!XtIsRealized(wid)) /* then we're about to be realized... */
1916 if (shell->shell.allow_shell_resize == FALSE && XtIsRealized(wid))
2141 if (!XtIsRealized((Widget) w)) {
2321 if (!XtIsRealized(new))
2364 Boolean set_prop = XtIsRealized(new) && !nwmshell->shell.override_redirect;
2432 if (XtIsRealized(new) && nwmshell->wm.transient != owmshell->wm.transient) {
2466 else if (XtIsRealized(ne
[all...]
H A DKeyboard.c608 if (XtIsRealized(widget) && !pwi->haveFocus) {
781 if (!XtIsRealized(target)) {
H A DCore.c343 if (XtIsRealized(old)) {
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A DCanvas.c76 if (!XtIsRealized(w)) return;
82 if (!XtIsRealized(w)) return;
/xsrc/external/mit/libXaw/dist/examples/
H A Dsimple.c20 if (!XtIsRealized(w))
/xsrc/external/mit/libXaw/dist/src/
H A DCommand.c389 if (XtIsRealized(w))
400 if (XtIsRealized(w))
556 if (XtIsRealized(cnew)
624 if (XtIsRealized(w))
635 if (XtIsRealized(w)) {
H A DStripChart.c345 if (XtIsRealized((Widget)w) &&
353 if (XtIsRealized((Widget)w)) {
407 if (XtIsRealized((Widget)w))
411 if (XtIsRealized((Widget)w)) {
462 if (!XtIsRealized((Widget)w))
H A DBox.c270 if (XtIsRealized(widget) && widget->core.mapped_when_managed)
306 if (position && XtIsRealized((Widget)bbw)) {
314 if (XtIsRealized(*childP) && XtIsManaged(*childP)
H A DPaned.c839 if (XtIsRealized(pane->grip))
867 if (pw->paned.refiguremode && XtIsRealized(w) && pw->paned.num_panes > 0) {
1057 if (XtIsRealized(grip)) {
1624 if ((XtIsRealized((Widget)pw) && !pane->allow_resize)
1850 if (XtIsRealized((Widget)pw))
1878 if ((old_pw->paned.cursor != new_pw->paned.cursor) && XtIsRealized(cnew))
1919 XtIsRealized(cnew)) {
1944 if (XtIsRealized(XtParent(cnew))) {
H A DSimple.c427 if (new_cursor && XtIsRealized(cnew)) {
481 if (XtIsRealized(w)) {
H A DMenuButton.c235 if (!XtIsRealized(menu))
H A DPorthole.c353 if (!XtIsRealized (gw)) {
H A DViewport.c422 if (XtIsRealized(widget)) {
425 if (!XtIsRealized(child)) {
635 if (XtIsRealized(clip))
1007 if (XtIsRealized(w)) {
/xsrc/external/mit/xlogo/dist/
H A DLogo.c420 if (w->logo.shape_window && XtIsRealized(gw)) set_shape (w);
482 if (XtIsRealized(gnew))
488 if (XtIsRealized(gnew))
/xsrc/external/mit/libXt/dist/include/X11/
H A DIntrinsicP.h213 #define XtIsRealized(object) (XtWindowOfObject(object) != None) macro
/xsrc/external/mit/glw/dist/
H A DGLwDrawA.c580 if(!XtIsRealized((Widget)w)) return;
592 if(!XtIsRealized((Widget)glw)) return;
/xsrc/external/mit/xman/dist/
H A Dbuttons.c605 if (XtIsRealized(parent)) {
625 if (XtIsRealized(parent)) {
/xsrc/external/mit/libXt/dist/man/
H A DMakefile.am379 XtIsRealized \

Completed in 27 milliseconds

123