1XmTextDisableRedisplay(library call)      XmTextDisableRedisplay(library call)
2
3
4

NAME

6       XmTextDisableRedisplay — A Text function that temporarily prevents vis‐
7       ual update of the Text widget
8

SYNOPSIS

10       #include <Xm/Text.h>
11       void XmTextDisableRedisplay(
12       Widget widget);
13

DESCRIPTION

15       XmTextDisableRedisplay prevents redisplay of the specified Text  widget
16       even  though  its  visual  attributes  have  been  modified. The visual
17       appearance of the widget remains unchanged until  XmTextEnableRedisplay
18       is called, although the insertion cursor is not displayed.  This allows
19       an application to make multiple changes to the widget  without  causing
20       intermediate visual updates.
21
22       widget    Specifies the Text widget ID
23
25       XmTextEnableRedisplay(3).
26
27
28
29                                          XmTextDisableRedisplay(library call)
Impressum