DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

XmTextEnableRedisplay(X3mot)


XmTextEnableRedisplay -- a Text function that forces the visual update of a Text widget

Synopsis

#include <Xm/Text.h>

void XmTextEnableRedisplay (widget) Widget widget;

Description

XmTextEnableRedisplay is used in conjunction with XmTextDisableRedisplay, which suppresses visual update of the Text widget. When XmTextEnableRedisplay is called, it determines if any visual attributes have been set or modified for the specified widget since XmTextDisableRedisplay was called. If so, it forces the widget to update its visual display for all of the intervening changes. Any subsequent changes that affect visual appearance cause the widget to update its visual display.

widget
Specifies the Text widget ID

References

XmTextDisableRedisplay(X3mot)


25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004