getPropertyInfo         package:RGtkViewers         R Documentation

_C_o_m_p_u_t_e _m_e_t_a-_d_a_t_a _f_o_r _A_r_g_u_m_e_n_t/_P_r_o_p_e_r_t_y _o_f _G_t_k _c_l_a_s_s

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

     This computes the meta-data for the argument or property data of a
     Gtk class.

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

     getPropertyInfo(type, ...)

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

    type: the name or 'GtkType' of the Gtk class of interest.

     ...: arguments passed to 'gtkObjectGetArgInfo'

_D_e_t_a_i_l_s:

     This uses 'gtkObjectGetArgInfo'.

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

     A list with  an element for each of the inherited Gtk classes (and
     the 'type' class itself). Each element is itself a named list with
     an element for each of the properties defined within that class.
     The names are the class name concatenated with the property name
     and separated by '::' (e.g. 'GtkContainer::child'). Each element
     within this level describes a property and has 2 fields: 

    type: the name of the Gtk type that this property holds

    flag: a flag indicating when it can be set, etc.


     See 'gtkObjectGetArgInfo'.

_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' 'gtkObjectGetArgInfo'

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

