signalInfoToHTML         package:RGtkViewers         R Documentation

_C_r_e_a_t_e _H_T_M_L _r_e_p_r_e_s_e_n_t_a_t_i_o_n _o_f _G_t_k _c_l_a_s_s _i_n_f_o_r_m_a_t_i_o_n

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

     These functions convert information about a Gtk class,
     specifically signal types and signatures, and property/argument
     names and types, into an HTML form suitable for display and
     interaction.

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

     signalInfoToHTML(signals, type)
     propertyInfoToHTML(info, type)

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

 signals: 

    info: 

    type: the name of the Gtk class being documented.

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

_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:

     <URL: http://www.omegahat.org/RGtk>, <URL: http://www.gtk.org>

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

     'showGtkInheritance' 'getPropertyInfo'

_E_x_a_m_p_l_e_s:

