XSetIconSizeHints(3X) — X Version 11
NAME
XSetIconSizes, XGetIconSizes − set or get icon size hints
SYNTAX
XSetIconSizes(display, w, size_list, count)
Display ∗display;
Window w;
XIconSize ∗size_list;
int count;
Status XGetIconSizes(display, w, size_list_return, count_return)
Display ∗display;
Window w;
XIconSize ∗∗size_list_return;
int ∗count_return;
ARGUMENTS
displaySpecifies the connection to the X server.
countSpecifies the number of items in the size list.
count_returnReturns the number of items in the size list.
size_listSpecifies a pointer to the size list.
size_list_return
Returns a pointer to the size list.
wSpecifies the window ID.
DESCRIPTION
The XSetIconSizes function sets the value of the icon size atom. .PN XSetIconSizes can generate BadAlloc and BadWindow errors.
The XGetIconSizes function returns the value of the icon sizes atom. .PN XGetIconSizes can generate a BadWindow error.
PROPERTY
WM_ICON_SIZE
DIAGNOSTICS
BadAlloc The server failed to allocate the requested resource or server memory.
BadWindow A value for a Window argument does not name a defined Window.
SEE ALSO
XSetClassHint(3X), XSetCommand(3X), XSetIconName(3X), XSetNormalHints(3X), XSetSizeHints(3X), XSetStandardProperties(3X), XSetTransientForHint(3X), XSetWMHints(3X), XSetZoomHints(3X), XStoreName(3X)
Xlib − C Language X Interface
1 March 1988