gladeXMLGetWidget           package:RGtk2           R Documentation

_g_l_a_d_e_X_M_L_G_e_t_W_i_d_g_e_t

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

     This function is used to get a pointer to the GtkWidget
     corresponding to 'name' in the interface description.  You would
     use this if you have to do anything to the widget after loading.

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

     gladeXMLGetWidget(object, name)

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

'object': ['GladeXML']  the GladeXML object.

  'name': [char]  the name of the widget.

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

     ['GtkWidget']  the widget matching 'name', or 'NULL' if none
     exists.

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

     Derived by RGtkGen from GTK+ documentation

