SgVisualDrawingAreaUninstSgVisualDrawingAreaUninstallColormap(3X)
NAME
SgVisualDrawingAreaUninstallColormap - Uninstall a colormap
for the VisualDrawingArea widget
SYNOPSIS
#include <Sgm/VisualDrawingA.h>
void SgVisualDrawingAreaUninstallColormap (widget)
Widget widget;
VERSION
This page documents the version of Sgm that accompanies
Motif 1.2.
DESCRIPTION
SgVisualDrawingAreaUninstallColormap installs the colormap
of an SgVisualDrawingArea widget. Normally it does this by
removing the widget's window from the WM_COLORMAP_WINDOWS
property on the shell containing the widget. (However, if
the shell is marked override_redirect, the widget calls
XUninstallColormap(1X) directly in addition changing
WM_COLORMAP_WINDOWS. Some window managers will reject such
a change).
Normally, this call is used in conjunction with
SgVisualDrawingAreaInstallColormap(3X).
widget Specifies the widget whose colormap is to be
installed.
For a complete definition of VisualDrawingArea and its
associated resources, see SgVisualDrawingArea(3X).
RETURN VALUE
Returns the VisualDrawingArea widget ID.
RELATED INFORMATION
SgVisualDrawingArea(3X),
SgVisualDrawingAreaInstallColormap(3X) .
Page 1 (printed 4/30/98)