XAllocSizeHints
Syntax
XSizeHints *XAllocSizeHints()
Arguments
Description
The
XAllocSizeHints()
function allocates and returns a pointer to a
XSizeHints
structure.
Note that all fields in the
XSizeHints
structure are initially set to zero.
If insufficient memory is available,
XAllocSizeHints()
returns NULL.
To free the memory allocated to this structure,
use
XFree().
See also
XAllocClassHint(),
XAllocIconSize(),
XAllocWMHints(),
XFree(),
XGetWMNormalHints(),
XGetWMSizeHints(),
XSetCommand(),
XSetTextProperty(),
XSetTransientForHint(),
XSetWMClientMachine(),
XSetWMColormapWindows(),
XSetWMIconName(),
XSetWMName(),
XSetWMNormalHints(),
XSetWMProperties(),
XSetWMProtocols(),
XSetWMSizeHints(),
XStringListToTextProperty(),
"
Setting and Reading the WM_NORMAL_HINTS Property".
Christophe Tronche, [email protected]