XSetCommand(3X11) XSetCommand(3X11)
NAME
XSetCommand - set command atom
SYNTAX
XSetCommand(display, w, argv, argc)
Display *display;
Window w;
char **argv;
int argc;
ARGUMENTS
argc Specifies the number of arguments.
argv Specifies the application's argument list.
display Specifies the connection to the XWIN server.
w Specifies the window.
DESCRIPTION
The XSetCommand function sets the command and arguments used
to invoke the application. (Typically, argv is the argv
array of your main program.)
XSetCommand can generate BadAlloc and BadWindow errors.
PROPERTY
WM_COMMAND
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(3X11),
XSetIconName(3X11),
XSetIconSizeHints(3X11),
XSetNormalHints(3X11),
XSetSizeHints(3X11),
XSetStandardProperties(3X11),
XSetTransientForHint(3X11),
XSetWMHints(3X11),
XSetZoomHints(3X11),
XStoreName(3X11)
Xlib - C Language X Interface
XWIN 3.0 Last change: 9/1/88 .ie t
XSetCommand(3X11) XSetCommand(3X11)
XWIN 3.0 Last change: 9/1/88 .ie t