gtkSizeGroupAddWidget         package:RGtk2         R Documentation

_g_t_k_S_i_z_e_G_r_o_u_p_A_d_d_W_i_d_g_e_t

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

     Adds a widget to a 'GtkSizeGroup'. In the future, the requisition
     of the widget will be determined as the maximum of its requisition
     and the requisition of the other widgets in the size group.
     Whether this applies horizontally, vertically, or in both
     directions depends on the mode of the size group. See
     'gtkSizeGroupSetMode'.

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

     gtkSizeGroupAddWidget(object, widget)

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

'object': ['GtkSizeGroup']  a 'GtkSizeGroup'

'widget': ['GtkWidget']  the 'GtkWidget' to add

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

     When the widget is destroyed or no longer referenced elsewhere, it
     will  be removed from the size group.

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

     Derived by RGtkGen from GTK+ documentation

