CentOS 7.0 - man page for xmtextenableredisplay (centos section 3) |
Linux & Unix Commands - Search Man Pages |
|
|
XmTextEnableRedisplay(library call) XmTextEnableRedisplay(library call)
NAME
XmTextEnableRedisplay -- A Text function that forces the visual update of a Text widget
SYNOPSIS
#include <Xm/Text.h>
void XmTextEnableRedisplay(
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 XmTextDis-
ableRedisplay 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. This function also causes the insertion cursor,
which is not shown while redisplay is disabled, to be restored.
widget Specifies the Text widget ID
RELATED
XmTextDisableRedisplay(3).
XmTextEnableRedisplay(library call) |
|
|
|
All times are GMT -4. The time now is 04:56 AM.