XmTextDisableRedisplay(3X)UNIX System VXmTextDisableRedisplay(3X)
NAME
XmTextDisableRedisplay - A Text function that temporarily
prevents visual update of the Text widget
SYNOPSIS
#include <Xm/Text.h>
void XmTextDisableRedisplay (widget)
Widget widget;
VERSION
This page documents version 1.2 of the Motif library.
DESCRIPTION
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. This
allows an application to make multiple changes to the widget
without causing intermediate visual updates.
widget Specifies the Text widget ID
RELATED INFORMATION
XmTextEnableRedisplay(3X).
Page 1 (printed 4/30/98)