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

  1.  
  2.  
  3.  
  4. XtCallActionProc(3Xt)       XT FUNCTIONS        XtCallActionProc(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtCallActionProc - invoke an action procedure directly
  9.  
  10. SSYYNNTTAAXX
  11.        void XtCallActionProc(_w_i_d_g_e_t, _a_c_t_i_o_n, _e_v_e_n_t, _p_a_r_a_m_s,
  12.        _n_u_m___p_a_r_a_m_s)
  13.          Widget _w_i_d_g_e_t;
  14.          String _a_c_t_i_o_n;
  15.          XEvent* _e_v_e_n_t;
  16.          String* _p_a_r_a_m_s;
  17.          Cardinal _n_u_m___p_a_r_a_m_s;
  18.  
  19.  
  20. AARRGGUUMMEENNTTSS
  21.        _w_i_d_g_e_t     Specifies the widget in which the action is to
  22.          be invoked. Must be of class core of any sub-
  23.          class thereof.
  24.  
  25.        _a_c_t_i_o_n     Specifies the name of the action routine.
  26.  
  27.        _e_v_e_n_t     Specifies the contents of the _e_v_e_n_t passed to
  28.          the action routine.
  29.  
  30.        _p_a_r_a_m_s     Specifies the contents of the _p_a_r_a_m_s passed to
  31.          the action routine.
  32.  
  33.        _n_u_m___p_a_r_a_m_s
  34.          Specifies the num of entries in _p_a_r_a_m_s.
  35.  
  36. DDEESSCCRRIIPPTTIIOONN
  37.        _X_t_C_a_l_l_A_c_t_i_o_n_P_r_o_c searches for the named action routine in
  38.        the same manner and order as translation tables are bound.
  39.        If found, the action routine is invoked with the specified
  40.        widget, event pointer, and parameters. It is the responsi-
  41.        bility of the caller to ensure that the contents of _e_v_e_n_t,
  42.        _p_a_r_a_m_s, and _n_u_m___p_a_r_a_m_s arguments are appropriate for the
  43.        specified routine, and if necessary, that the specified
  44.        widget is realized or sensitive. If the named action rou-
  45.        tine cannot be found, _X_t_C_a_l_l_A_c_t_i_o_n_P_r_o_c generates a warning
  46.        message and returns.
  47.  
  48. SSEEEE AALLSSOO
  49.        _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
  50.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.