XmTextDisableRedisplay(library call) XmTextDisableRedisplay(library call)
NAME [Toc] [Back]
XmTextDisableRedisplay - A Text function that temporarily prevents
visual update of the Text widget
SYNOPSIS [Toc] [Back]
#include <Xm/Text.h>
void XmTextDisableRedisplay(
Widget widget);
DESCRIPTION [Toc] [Back]
XmTextDisableRedisplay prevents redisplay of the specified Text widget
even though its visual attributes have been modified. The visual
appearance of the widget remains unchanged until XmTextEnableRedisplay
is called, although the insertion cursor is not displayed. This
allows an application to make multiple changes to the widget without
causing intermediate visual updates.
widget Specifies the Text widget ID
RELATED [Toc] [Back]
XmTextEnableRedisplay(3).
- 1 - Formatted: January 24, 2005 [ Back ] |