logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmTextEnableRedisplay — A Text function that forces the visual update of a Text 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.  This function  also  causes  the
       insertion cursor, which is not shown while redisplay is disabled, to be restored.

       widget    Specifies the Text widget ID

Name

XmTextEnableRedisplay   —   A   Text   function   that   forces  the  visual  update  of  a  Text  widget
       "XmTextEnableRedisplay" "Text functions" "XmTextEnableRedisplay"

Synopsis

       #include <Xm/Text.h>
       voidXmTextEnableRedisplay(
       Widgetwidget);

See Also