atkComponentRemoveFocusHandler     package:RGtk2     R Documentation

_a_t_k_C_o_m_p_o_n_e_n_t_R_e_m_o_v_e_F_o_c_u_s_H_a_n_d_l_e_r

_D_e_s_c_r_i_p_t_i_o_n:

     Remove the handler specified by 'handler.id' from the list of
     functions to be executed when this object receives focus events 
     (in or out).

_U_s_a_g_e:

     atkComponentRemoveFocusHandler(object, handler.id)

_A_r_g_u_m_e_n_t_s:

'object': ['AtkComponent']  the 'AtkComponent' to remove the focus
          handler from

'handler.id': [numeric]  the handler id of the focus handler to be
          removed from 'component'

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

