Searched refs:update_disabled (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextP.h235 Boolean update_disabled; /* TRUE if display updating turned off */ member in struct:_TextPart
/xsrc/external/mit/libXaw/dist/src/
H A DText.c928 ctx->text.update_disabled = False;
2511 Boolean update_disabled; local in function:_XawTextSourceChanged
2545 update_disabled = ctx->text.update_disabled;
2546 ctx->text.update_disabled = True;
2617 ctx->text.update_disabled = update_disabled;
3613 if (ctx->text.update_disabled || ctx->text.old_insert < 0)
4045 ((TextWidget)w)->text.update_disabled = True;
4055 if (!ctx->text.update_disabled)
[all...]

Completed in 7 milliseconds