XSetStandardProperties(3X) — X Version 11
NAME
XSetStandardProperties − set standard window manager properties
SYNTAX
XSetStandardProperties(display, w, window_name, icon_name, icon_pixmap, argv, argc, hints)
Display ∗display;
Window w;
char ∗window_name;
char ∗icon_name;
Pixmap icon_pixmap;
char ∗∗argv;
int argc;
XSizeHints ∗hints;
ARGUMENTS
argcSpecifies the number of arguments.
argvSpecifies a pointer to the command and arguments used to start the application.
displaySpecifies the connection to the X server.
hintsSpecifies a pointer to the sizing hints for the window in its normal state.
icon_nameSpecifies the name to be displayed in the window’s icon.
icon_pixmapSpecifies the single plane pixmap that is to be used for the icon or None.
wSpecifies the window ID.
window_name
Specifies the name of the window.
DESCRIPTION
The XSetStandardProperties function provides a means by which, with a single call, simple applications set the most essential properties. .PN XSetStandardProperties can generate BadAlloc and BadWindow errors.
PROPERTIES
WM_NAME, WM_ICON_NAME, WM_HINTS, WM_COMMAND, and WM_NORMALHINTS
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), XSetTransientForHint(3X), XSetWMHints(3X), XSetZoomHints(3X), XStoreName(3X)
Xlib − C Language X Interface
1 March 1988