XSetIconSizes
Syntax
XSetIconSizes(display, w, size_list, count)
Display *display;
Window w;
XIconSize *size_list;
int count;
Arguments
display
| Specifies the connection to the X server.
|
w
| Specifies the window.
|
size_list
| Specifies the size list.
|
count
| Specifies the number of items in the size list.
|
Description
The
XSetIconSizes()
function is used only by window managers to set the supported icon sizes.
XSetIconSizes()
can generate
BadAlloc
and
BadWindow
errors.
Diagnostics
BadAlloc
| The server failed to allocate the requested
source or server memory.
|
BadWindow
| A value for a Window argument does not name a defined Window.
|
See also
XAllocClassHint(),
XAllocIconSize(),
XAllocSizeHints(),
XAllocWMHints(),
XSetCommand(),
XSetTextProperty(),
XSetTransientForHint(),
XSetWMClientMachine(),
XSetWMColormapWindows(),
XSetWMIconName(),
XSetWMName(),
XSetWMProperties(),
XSetWMProtocols(),
XStringListToTextProperty(),
"
Setting and Reading the WM_TRANSIENT_FOR Property".
Christophe Tronche, [email protected]