XSetZoomHints(3X) — X Version 11
NAME
XSetZoomHints, XGetZoomHints − set or get zoom state hints
SYNTAX
XSetZoomHints(display, w, zhints)
Display ∗display;
Window w;
XSizeHints ∗zhints;
Status XGetZoomHints(display, w, zhints_return)
Display ∗display;
Window w;
XSizeHints ∗zhints_return;
ARGUMENTS
displaySpecifies the connection to the X server.
wSpecifies the window ID.
zhintsSpecifies a pointer to the zoom hints.
zhints_return
Returns the zoom hints.
DESCRIPTION
The XSetZoomHints function sets the value of the zoom hints atom. .PN XSetZoomHints can generate BadAlloc and BadWindow errors.
The XGetZoomHints function returns the value of the zoom hints atom. .PN XGetZoomHints can generate a BadWindow error.
PROPERTY
WM_ZOOM_HINTS
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), XSetIconSizeHints(3X), XSetNormalHints(3X), XSetSizeHints(3X), XSetStandardProperties(3X), XSetTransientForHint(3X), XSetWMHints(3X), XStoreName(3X)
Xlib − C Language X Interface
1 March 1988