Manual Page Result
0
Command: DXmCSTextDisableRedisplay | Section: 3 | Source: Digital UNIX | File: DXmCSTextDisableRedisplay.3X.gz
DXmCSTextDisableRedisplay(3X) DXmCSTextDisableRedisplay(3X)
NAME
DXmCSTextDisableRedisplay - A Text function that temporarily prevents
visual update of the DXmCSText widget
SYNOPSIS
#include <DXm/DXmCSText.h>
void DXmCSTextDisableRedisplay (widget)
Widget widget;
DESCRIPTION
DXmCSTextDisableRedisplay prevents redisplay of the specified DXmCSText
widget even though its visual attributes have been modified. The vi-
sual appearance of the widget remains unchanged until DXmCSTextEn-
ableRedisplay is called. This allows an application to make multiple
changes to the widget without causing intermediate visual updates.
Specifies the DXmCSText widget ID.
RELATED INFORMATION
DXmCSTextEnableRedisplay(3X) delim off
DXmCSTextDisableRedisplay(3X)