Searched refs:being_destroyed (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/libXt/dist/include/X11/
H A DObjectP.h66 Boolean being_destroyed; /* marked for destroy */ member in struct:_ObjectPart
H A DCoreP.h77 Boolean being_destroyed; /* marked for destroy */ member in struct:_CorePart
H A DInitialI.h173 Boolean sync, being_destroyed, error_inited; member in struct:_XtAppStruct
310 Boolean being_destroyed; member in struct:_XtPerDisplayStruct
/xsrc/external/mit/libXt/dist/src/
H A DDestroy.c111 widget->core.being_destroyed = TRUE;
317 if (window && (parent == NULL || !parent->core.being_destroyed))
360 if (widget->core.being_destroyed) {
H A DManage.c185 if (parent->core.being_destroyed) {
279 else if (!child->core.managed && !child->core.being_destroyed) {
351 if (parent->core.being_destroyed) {
468 if (parent->core.being_destroyed) {
H A DDisplay.c207 pd->being_destroyed = False;
442 app->sync = app->being_destroyed = app->error_inited = FALSE;
538 if (app->being_destroyed) {
549 app->being_destroyed = TRUE;
687 xtpd->being_destroyed = FALSE;
730 if (pd->being_destroyed) {
738 pd->being_destroyed = TRUE;
H A DSetValues.c437 if (redisplay && XtIsRealized(w) && !w->core.being_destroyed) {
448 if (XtIsRealized(pw) && !pw->core.being_destroyed) {
H A DTMgrab.c251 if (!XtIsRealized(widget) || widget->core.being_destroyed)
H A DTMaction.c551 if (destination->core.being_destroyed) {
565 if (!destination->core.being_destroyed)
584 if ((xlations == NULL) || widget->core.being_destroyed)
H A DCreate.c312 widget->core.being_destroyed =
313 (parent != NULL ? parent->core.being_destroyed : FALSE);
H A DKeyboard.c732 if (!oldTarget->core.being_destroyed) {
H A DEvent.c241 if (!raw && XtIsRealized(widget) && !widget->core.being_destroyed) {
1674 if (XtIsSensitive(child) && !child->core.being_destroyed
H A DGeometry.c226 if (widget->core.being_destroyed) {
/xsrc/external/mit/libXaw/dist/src/
H A DText.c833 if (!ctx->core.being_destroyed) {
894 if (!ctx->core.being_destroyed)

Completed in 21 milliseconds