showGtkInheritance        package:RGtkViewers        R Documentation

_G_U_I _f_o_r _b_r_o_w_s_i_n_g _G_t_k _c_l_a_s_s _h_i_e_r_a_r_c_h_y

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

     This is the user-level entry point for a GUI allowing one to
     browse the Gtk class hierarchy. It provides an tree displaying the
     Gtk classes arranged hierarchically illustrating the inheritance
     relationships. One can interactively select a class to update HTML
     displays providing information about the class. One HTML display
     gives the types of signals or event  that Gtk object can emit and
     what information is provided in the callbacks. The other lists the
     properties or arguments and their expected type that are known for
     the Gtk class.

     This is a useful tool for learning about Gtk and a reference tool
     when programming.

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

     showGtkInheritance(klasses = .GtkClasses)

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

 klasses: a list of the classes used to construct the Gtk class
          inheritance hierarchy information. By default, we use all
          classes. However, one can give a shorter vector of class
          names to provide a more focussed interface. 

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

     The top-level Gtk GUI window displaying the class hierarchy. This
     is an object of class   'GtkWindow'.

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

     'getGtkInheritance' 'createInheritanceTree' 'getPropertyInfo'
     'propertyInfoToHTML' 'signalInfoToHTML'

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

      showGtkInheritance()

