Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XSeCommnd(XS) — OpenDesktop Software Development System 1.0.0d

Media Vault

Software Library

Restoration Projects

Artifacts Sought


     X Version 11 (1 September 1988)              XSetCommand(XS)



     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 X 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(XS), XSetIconName(XS), XSetIconSizeHints(XS),
          XSetNormalHints(XS), XSetSizeHints(XS),
          XSetStandardProperties(XS), XSetTransientForHint(XS),
          XSetWMHints(XS), XSetZoomHints(XS), XStoreName(XS)
          Xlib - C Language X Interface


     (printed 2/12/90) (1 September 1988)         XSetCommand(XS)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026