xdeleteproperty(3) hpux man page | unix.com

Man Page: xdeleteproperty

Operating Environment: hpux

Section: 3

XDeleteProperty()														 XDeleteProperty()

Name
  XDeleteProperty - delete a window property.

Synopsis
  XDeleteProperty(display, w, property)
	Display *display;
	Window w;
	Atom property;

Arguments
  display   Specifies a connection to an X server; returned from XOpenDisplay().

  w	    Specifies the ID of the window whose property you want to delete.

  property  Specifies the atom of the property to be deleted.

Description
  XDeleteProperty()  deletes  a window property, so that it no longer contains any data.  Its atom, specified by property, still exists after
  the call so that it can be used again later by any application to set the property once again.  If the property was defined on  the  speci-
  fied window, XDeleteProperty() generates a PropertyNotify event.

  See  the  introduction  to  properties in Volume One, Chapter 2, X Concepts, or more detailed information in Volume One, Chapter 12, Inter-
  client Communication.

Errors
  BadAtom
  BadWindow

See Also
  XChangeProperty(), XGetAtomName(), XGetFontProperty(), XGetWindowProperty(), XInternAtom(),  XListProperties(),  XRotateWindowProperties(),
  XSetStandardProperties().

Xlib - Properties														 XDeleteProperty()
Related Man Pages
xchangeproperty(3x11) - redhat
xdeleteproperty(3x11) - redhat
xlistproperties(3x11) - xfree86
xchangeproperty(3) - hpux
xdeleteproperty(3x11) - osf1
Similar Topics in the Unix Linux Community
How to list file size on HPUX?
How to extract every repeated string between two specific string?
Hpux 11iV3 administration document
Thank you members and admins
Seeking Alternative for diff in hp