Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmTextEnableRedisplay(3)    Library Functions Manual	XmTextEnableRedisplay(3)

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  XmTextEnableRedis-
     play  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 in-
     tervening	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(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmTextEnableRedisplay&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help