home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat3 / xconfigurerequestevent.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  3.4 KB  |  133 lines

  1.  
  2.  
  3.  
  4. XConfigureRequestEvent(3X11X)LIB FUNCTIOXNCSonfigureRequestEvent(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XConfigureRequestEvent - ConfigureRequest event structure
  9.  
  10. SSTTRRUUCCTTUURREESS
  11.        The structure for _C_o_n_f_i_g_u_r_e_R_e_q_u_e_s_t events contains:
  12.  
  13.        typedef struct {
  14.         int type;             /* ConfigureRequest */
  15.         unsigned long serial;    /* # of last request processed by server */
  16.         Bool send_event;         /* true if this came from a SendEvent request */
  17.         Display *display;         /* Display the event was read from */
  18.         Window parent;
  19.         Window window;
  20.         int x, y;
  21.         int width, height;
  22.         int border_width;
  23.         Window above;
  24.         int detail;             /* Above, Below, TopIf, BottomIf, Opposite */
  25.         unsigned long value_mask;
  26.        } XConfigureRequestEvent;
  27.  
  28.        When you receive this event, the structure members are set
  29.        as follows.
  30.  
  31.        The type member is set to the event type constant name
  32.        that uniquely identifies it.  For example, when the X
  33.        server reports a _G_r_a_p_h_i_c_s_E_x_p_o_s_e event to a client applica-
  34.        tion, it sends an _X_G_r_a_p_h_i_c_s_E_x_p_o_s_e_E_v_e_n_t structure with the
  35.        type member set to _G_r_a_p_h_i_c_s_E_x_p_o_s_e.  The display member is
  36.        set to a pointer to the display the event was read on.
  37.        The send_event member is set to _T_r_u_e if the event came
  38.        from a _S_e_n_d_E_v_e_n_t protocol request.  The serial member is
  39.        set from the serial number reported in the protocol but
  40.        expanded from the 16-bit least-significant bits to a full
  41.        32-bit value.  The window member is set to the window that
  42.        is most useful to toolkit dispatchers.
  43.  
  44.        The parent member is set to the parent window.  The window
  45.        member is set to the window whose size, position, border
  46.        width, and/or stacking order is to be reconfigured.  The
  47.        value_mask member indicates which components were speci-
  48.        fied in the _C_o_n_f_i_g_u_r_e_W_i_n_d_o_w protocol request.  The corre-
  49.        sponding values are reported as given in the request.  The
  50.        remaining values are filled in from the current geometry
  51.        of the window, except in the case of above (sibling) and
  52.        detail (stack-mode), which are reported as _N_o_n_e and _A_b_o_v_e,
  53.        respectively, if they are not given in the request.
  54.  
  55. SSEEEE AALLSSOO
  56.        XAnyEvent(3X11), XButtonEvent(3X11), XCreateWindow-
  57.        Event(3X11), XCirculateEvent(3X11), XCircu-
  58.        lateRequestEvent(3X11), XColormapEvent(3X11), XConfig-
  59.        ureEvent(3X11), XCrossingEvent(3X11), XDestroyWindow-
  60.        Event(3X11), XErrorEvent(3X11), XExposeEvent(3X11),
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XConfigureRequestEvent(3X11X)LIB FUNCTIOXNCSonfigureRequestEvent(3X11)
  71.  
  72.  
  73.        XFocusChangeEvent(3X11), XGraphicsExposeEvent(3X11),
  74.        XGravityEvent(3X11), XKeymapEvent(3X11), XMapEvent(3X11),
  75.        XMapRequestEvent(3X11), XPropertyEvent(3X11), XRepar-
  76.        entEvent(3X11), XResizeRequestEvent(3X11), XSelection-
  77.        ClearEvent(3X11), XSelectionEvent(3X11), XSelectionRe-
  78.        questEvent(3X11), XUnmapEvent(3X11), XVisibili-
  79.        tyEvent(3X11)
  80.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. X Version 11           Release 6.1                2
  131.  
  132.  
  133.