...\" ** (c) Copyright 1993, 1994 Hewlett-Packard Company ...\" ** (c) Copyright 1993, 1994 International Business Machines Corp. ...\" ** (c) Copyright 1993, 1994 Sun Microsystems, Inc. ...\" ** (c) Copyright 1993, 1994 Novell, Inc ...\" ** ...\" ** ...\" ** ...\" ** (c) Copyright 1989, 1990, 1992 by Open Software Foundation, Inc. ...\" ** All Rights Reserved. ...\" ** ...\" ** (c) Copyright 1987, 1988, 1989, by Hewlett-Packard Company ...\" ** ...\" ** (c) Copyright 1987, 1988 by Digital Equipment Corporation, ...\" ** Maynard, MA. All Rights Reserved. ...\" ** ...\" ** .TH XmTextEnableRedisplay 3X "" "" "" "" .ds )H Hewlett-Packard Company .ds ]W Motif Release 1.2: May 1992 .SH NAME \fIXmTextEnableRedisplay\fP \- A Text function that forces the visual update of a Text widget .SH SYNOPSIS .nf .sS .iS \&#include .sp \n(PDu void XmTextEnableRedisplay (\fBwidget\fI) .ta .5i 1.7i .nf Widget \fBwidget\fI; .iE .sE .SH DESCRIPTION .fi \fIXmTextEnableRedisplay\fP is used in conjunction with \fIXmTextDisableRedisplay\fP, which suppresses visual update of the Text widget. When \fIXmTextEnableRedisplay\fP is called, it determines if any visual attributes have been set or modified for the specified widget since \fIXmTextDisableRedisplay\fP 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. .IP "\fBwidget\fP" Specifies the Text widget ID .SH RELATED INFORMATION .na \fIXmTextDisableRedisplay(3X)\fP. .ad