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

NAME

6       XmTextEnableRedisplay  —  A Text function that forces the visual update
7       of a Text widget
8

SYNOPSIS

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

DESCRIPTION

15       XmTextEnableRedisplay is used in conjunction  with  XmTextDisableRedis‐
16       play, which suppresses visual update of the Text widget. When XmTextEn‐
17       ableRedisplay is called, it determines if any  visual  attributes  have
18       been set or modified for the specified widget since XmTextDisableRedis‐
19       play was called. If so, it forces the widget to update its visual  dis‐
20       play  for  all  of the intervening changes. Any subsequent changes that
21       affect visual appearance cause the widget to update its visual display.
22       This  function  also  causes  the  insertion cursor, which is not shown
23       while redisplay is disabled, to be restored.
24
25       widget    Specifies the Text widget ID
26
28       XmTextDisableRedisplay(3).
29
30
31
32                                           XmTextEnableRedisplay(library call)
Impressum