gladeXMLGetWidgetPrefix        package:RGtk2        R Documentation

_g_l_a_d_e_X_M_L_G_e_t_W_i_d_g_e_t_P_r_e_f_i_x

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

     This function is used to get a list of pointers to the
     GtkWidget(s) with names that start with the string 'name' in the
     interface description. You would use this if you have to do
     something  to all of these widgets after loading.

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

     gladeXMLGetWidgetPrefix(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:

     [list]  A list of the widget that match 'name' as the start of
     their name, or 'NULL' if none exists.

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

     Derived by RGtkGen from GTK+ documentation

