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

  1.  
  2.  
  3.  
  4. XFocusChangeEvent(3X11)      XLIB FUNCTIONS  XFocusChangeEvent(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XFocusChangeEvent - FocusIn and FocusOut event structure
  9.  
  10. SSTTRRUUCCTTUURREESS
  11.        The structure for _F_o_c_u_s_I_n and _F_o_c_u_s_O_u_t events contains:
  12.  
  13.        typedef struct {
  14.         int type;             /* FocusIn or FocusOut */
  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 window;         /* window of event */
  19.         int mode;             /* NotifyNormal, NotifyGrab, NotifyUngrab */
  20.         int detail;
  21.                      /*
  22.                      * NotifyAncestor, NotifyVirtual, NotifyInferior,
  23.                      * NotifyNonlinear,NotifyNonlinearVirtual, NotifyPointer,
  24.                      * NotifyPointerRoot, NotifyDetailNone
  25.                      */
  26.        } XFocusChangeEvent;
  27.        typedef XFocusChangeEvent XFocusInEvent;
  28.        typedef XFocusChangeEvent XFocusOutEvent;
  29.  
  30.        When you receive these events, the structure members are
  31.        set as follows.
  32.  
  33.        The type member is set to the event type constant name
  34.        that uniquely identifies it.  For example, when the X
  35.        server reports a _G_r_a_p_h_i_c_s_E_x_p_o_s_e event to a client applica-
  36.        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
  37.        type member set to _G_r_a_p_h_i_c_s_E_x_p_o_s_e.  The display member is
  38.        set to a pointer to the display the event was read on.
  39.        The send_event member is set to _T_r_u_e if the event came
  40.        from a _S_e_n_d_E_v_e_n_t protocol request.  The serial member is
  41.        set from the serial number reported in the protocol but
  42.        expanded from the 16-bit least-significant bits to a full
  43.        32-bit value.  The window member is set to the window that
  44.        is most useful to toolkit dispatchers.
  45.  
  46.        The window member is set to the window on which the
  47.        _F_o_c_u_s_I_n or _F_o_c_u_s_O_u_t event was generated.     This is the win-
  48.        dow used by the X server to report the event.  The mode
  49.        member is set to indicate whether the focus events are
  50.        normal focus events, focus events while grabbed, focus
  51.        events when a grab activates, or focus events when a grab
  52.        deactivates.  The X server can set the mode member to
  53.        _N_o_t_i_f_y_N_o_r_m_a_l, _N_o_t_i_f_y_W_h_i_l_e_G_r_a_b_b_e_d, _N_o_t_i_f_y_G_r_a_b, or
  54.        _N_o_t_i_f_y_U_n_g_r_a_b.
  55.  
  56.        All _F_o_c_u_s_O_u_t events caused by a window unmap are generated
  57.        after any _U_n_m_a_p_N_o_t_i_f_y event; however, the X protocol does
  58.        not constrain the ordering of _F_o_c_u_s_O_u_t events with respect
  59.        to generated _E_n_t_e_r_N_o_t_i_f_y, _L_e_a_v_e_N_o_t_i_f_y, _V_i_s_i_b_i_l_i_t_y_N_o_t_i_f_y,
  60.        and _E_x_p_o_s_e events.
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XFocusChangeEvent(3X11)      XLIB FUNCTIONS  XFocusChangeEvent(3X11)
  71.  
  72.  
  73.        Depending on the event mode, the detail member is set to
  74.        indicate the notify detail and can be _N_o_t_i_f_y_A_n_c_e_s_t_o_r,
  75.        _N_o_t_i_f_y_V_i_r_t_u_a_l, _N_o_t_i_f_y_I_n_f_e_r_i_o_r, _N_o_t_i_f_y_N_o_n_l_i_n_e_a_r,
  76.        _N_o_t_i_f_y_N_o_n_l_i_n_e_a_r_V_i_r_t_u_a_l, _N_o_t_i_f_y_P_o_i_n_t_e_r, _N_o_t_i_f_y_P_o_i_n_t_e_r_R_o_o_t,
  77.        or _N_o_t_i_f_y_D_e_t_a_i_l_N_o_n_e.
  78.  
  79. SSEEEE AALLSSOO
  80.        XAnyEvent(3X11), XButtonEvent(3X11), XCreateWindow-
  81.        Event(3X11), XCirculateEvent(3X11), XCircu-
  82.        lateRequestEvent(3X11), XColormapEvent(3X11), XConfig-
  83.        ureEvent(3X11), XConfigureRequestEvent(3X11),
  84.        XCrossingEvent(3X11), XDestroyWindowEvent(3X11), XEr-
  85.        rorEvent(3X11), XExposeEvent(3X11), XGraphicsEx-
  86.        poseEvent(3X11), XGravityEvent(3X11), XKeymapEvent(3X11),
  87.        XMapEvent(3X11), XMapRequestEvent(3X11), XProper-
  88.        tyEvent(3X11), XReparentEvent(3X11), XResiz-
  89.        eRequestEvent(3X11), XSelectionClearEvent(3X11), XSelec-
  90.        tionEvent(3X11), XSelectionRequestEvent(3X11), XUn-
  91.        mapEvent(3X11), XVisibilityEvent(3X11)
  92.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  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.