atkAddFocusTracker           package:RGtk2           R Documentation

_a_t_k_A_d_d_F_o_c_u_s_T_r_a_c_k_e_r

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

     Adds the specified function to the list of functions to be called
     when an object receives focus.

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

     atkAddFocusTracker(focus.tracker)

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

'focus.tracker': [AtkEventListener]  Function to be added to the list
          of functions to be called when an object receives focus.

_V_a_l_u_e:

     [numeric]  added focus tracker id, or 0 on failure.

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

     Derived by RGtkGen from GTK+ documentation

