diff options
Diffstat (limited to 'man/XColormapEvent.man')
-rw-r--r-- | man/XColormapEvent.man | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XColormapEvent.man b/man/XColormapEvent.man index 98b2e3a5..ff415dec 100644 --- a/man/XColormapEvent.man +++ b/man/XColormapEvent.man @@ -39,7 +39,7 @@ .\" Digital and Tektronix makes no representations about the suitability .\" of this documentation for any purpose. .\" It is provided "as is" without express or implied warranty. -.\" +.\" .\" .ds xT X Toolkit Intrinsics \- C Language Interface .ds xW Athena X Widgets \- C Language X Toolkit Interface @@ -88,17 +88,17 @@ but expanded from the 16-bit least-significant bits to a full 32-bit value. The window member is set to the window that is most useful to toolkit dispatchers. .LP -The window member is set to the window whose associated +The window member is set to the window whose associated colormap is changed, installed, or uninstalled. For a colormap that is changed, installed, or uninstalled, -the colormap member is set to the colormap associated with the window. +the colormap member is set to the colormap associated with the window. For a colormap that is changed by a call to .BR XFreeColormap , the colormap member is set to .BR None . -The new member is set to indicate whether the colormap +The new member is set to indicate whether the colormap for the specified window was changed or installed or uninstalled -and can be +and can be .B True or .BR False . @@ -109,7 +109,7 @@ If it is .BR False , the colormap was installed or uninstalled. The state member is always set to indicate whether the colormap is installed or -uninstalled and can be +uninstalled and can be .B ColormapInstalled or .BR ColormapUninstalled . |