Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XListProper(3x) — HP-UX 9.10

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XListProperties − get the property list for a window. 

Synopsis

Atom *XListProperties(display, w, num_prop_return)
Display *display;
Window w;
int *num_prop_return;

Arguments

displaySpecifies a connection to an X server; returned from XOpenDisplay(). 

wSpecifies the window whose property list you want. 

num_prop_return
Returns the length of the properties array.

Description

XListProperties() returns a pointer to an array of atoms for properties that are defined for the specified window.  XListProperties() returns NULL on failure (when window w is invalid or if no properties were found).  To free the memory allocated by this function, use XFree().  For more information, see Volume One, Chapter 10, Interclient Communication. 

Errors

BadWindow

See Also

XChangeProperty(), XDeleteProperty(), XGetFontProperty(), XGetWindowProperty(), XInternAtom(), XRotateWindowProperties(), XSetStandardProperties(). 

Copyright O’Reilly & Assoc.  —  

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026