Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — MultiPersonal System R32V2

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     XSetCommand(3X)                              XSetCommand(3X)



     NAME
          XSetCommand - set command atom

     SYNOPSIS
          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(3X11), XSetIconName(3X11),
          XSetIconSizeHints(3X11), XSetNormalHints(3X11),
          XSetSizeHints(3X11), XSetStandardProperties(3X11),
          XSetTransientForHint(3X11), XSetWMHints(3X11),
          XSetZoomHints(3X11), XStoreName(3X11)
          Xlib Programming Manual












                                - 1 -



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