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

  1.  
  2.  
  3.  
  4. XtCallAcceptFocus(3Xt)       XT FUNCTIONS       XtCallAcceptFocus(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtCallAcceptFocus - calla widget's accept_focus procedure
  9.  
  10. SSYYNNTTAAXX
  11.        Boolean XtCallAcceptFocus(_w, _t_i_m_e)
  12.           Widget _w;
  13.           Time *_t_i_m_e;
  14.  
  15. AARRGGUUMMEENNTTSS
  16.        _t_i_m_e     Specifies the X time of the event that is caus-
  17.          ing the accept focus.
  18.  
  19.        _w     Specifies the widget.
  20.  
  21. DDEESSCCRRIIPPTTIIOONN
  22.        The _X_t_C_a_l_l_A_c_c_e_p_t_F_o_c_u_s function calls the specified wid-
  23.        get's accept_focus procedure, passing it the specified
  24.        widget and time, and returns what the accept_focus proce-
  25.        dure returns.  If accept_focus is NULL, _X_t_C_a_l_l_A_c_c_e_p_t_F_o_c_u_s
  26.        returns _F_a_l_s_e.
  27.  
  28. SSEEEE AALLSSOO
  29.        XtSetKeyboardFocus(3Xt)
  30.        _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s _- _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  31.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.