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

FreeBSD Manual Pages

  
 
  

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

NAME
       XmTextDisableRedisplay -- A Text	function that temporarily prevents vi-
       sual update of the Text widget

SYNOPSIS
       #include	<Xm/Text.h>
       void XmTextDisableRedisplay(
       Widget widget);

DESCRIPTION
       XmTextDisableRedisplay  prevents	redisplay of the specified Text	widget
       even though its visual attributes have been modified.  The  visual  ap-
       pearance	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 in-
       termediate visual updates.

       widget	 Specifies the Text widget ID

RELATED
       XmTextEnableRedisplay(3).

						     XmTextDisableRedisplay(3)

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

home | help