Chapter 9 X Property Library
© National Instruments Corporation 9-31 LabWindows/CVI Standard Libraries
The following values are valid for the mode parameter:
ReplaceXPropMode—Replace the existing property value with the new value.
PrependXPropMode—Add the new property value to the beginning of the existing value.
AppendXPropMode—Add the new property value to the end of the existing value.
See Also
Refer to the Xlib Programming Manual or to Xlib—C Language X Interface, MIT X Consortium
Standard for more information about the XChangeProperty function.
RemoveXWindowProperty
PropLibXErrType status = RemoveXWindowProperty (DisplayPtrX display,
WindowX window,
PropertyHandleX property);
Purpose
Remove the property from a window.
This function deletes the property value and removes the property from the window.
Parameters
Input display DisplayPtrX A pointer to the display of the X server to
which the window belongs.
window WindowX The window from which the property is
to be removed.
property PropertyHandleX Handle of the property to be removed.
This value must have been obtained with
CreateXProperty.