atkObjectConnectPropertyChangeHandler package:RGtk2 R Documentation

_a_t_k_O_b_j_e_c_t_C_o_n_n_e_c_t_P_r_o_p_e_r_t_y_C_h_a_n_g_e_H_a_n_d_l_e_r

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

     Specifies a function to be called when a property changes value.

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

     atkObjectConnectPropertyChangeHandler(object, handler)

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

'object': ['AtkObject']  an 'AtkObject'

'handler': [AtkPropertyChangeHandler]  a function to be called when a
          property changes its value

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

     [numeric]  a 'numeric' which is the handler id used in 
     'atkObjectRemovePropertyChangeHandler'

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

     Derived by RGtkGen from GTK+ documentation

