gtkObjectGetSignals          package:RGtk2          R Documentation

_R_e_t_r_i_e_v_e _i_n_f_o_r_m_a_t_i_o_n _a_b_o_u_t _a_v_a_i_l_a_b_l_e _s_i_g_n_a_l_s

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

     *DEPRECATED!! (compatibility wrappers for RGtk 1!)* 

     This provides dynamic (run-time) reflectance information about the
     available signals for a Gtk type/class. It gives the names of the
     signals, the parameters for the associated callback function and
     when it is called (i.e. before or after the object calls its own
     handlers).

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

     gtkObjectGetSignals(obj)
     gtkTypeGetSignals(type)

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

     obj: the Gtk object whose signals are to be queried.

    type: a string or object of class 'GtkType' whose signals are to be
          retrieved.

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

     Duncan Temple Lang <duncan@research.bell-labs.com>

_R_e_f_e_r_e_n_c_e_s:

     Information on the package is available from <URL:
     http://www.omegahat.org/RGtk>.

     Information on Gtk is available from <URL: http://www.gtk.org>.

_S_e_e _A_l_s_o:

     'gtkAddCallback'

