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

XmTextDisableRedisplay — A Text function that temporarily prevents visual update of the Text widget

Description

XmTextDisableRedisplay prevents redisplay of the specified Text widget even though its visual  attributes
       have  been modified. The visual appearance of the widget remains unchanged until XmTextEnableRedisplay is
       called, although the insertion cursor is not displayed.  This allows  an  application  to  make  multiple
       changes to the widget without causing intermediate visual updates.

       widget    Specifies the Text widget ID

Name

XmTextDisableRedisplay  —  A  Text  function  that  temporarily prevents visual update of the Text widget
       "XmTextDisableRedisplay" "Text functions" "XmTextDisableRedisplay"

Synopsis

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

See Also