gtkTableAttachDefaults         package:RGtk2         R Documentation

_g_t_k_T_a_b_l_e_A_t_t_a_c_h_D_e_f_a_u_l_t_s

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

     As there are many options associated with 'gtkTableAttach', this
     convenience function provides the programmer with a means to add
     children to a table with identical padding and expansion options.
     The values used for the 'GtkAttachOptions' are 'GTK_EXPAND |
     GTK_FILL', and the padding is set to 0.

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

     gtkTableAttachDefaults(object, widget, left.attach, right.attach, top.attach, bottom.attach)

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

'object': ['GtkTable'] The table to add a new child widget to.

'widget': ['GtkWidget'] The child widget to add.

'left.attach': [numeric] The column number to attach the left side of
          the child widget to.

'right.attach': [numeric] The column number to attach the right side of
          the child widget to.

'top.attach': [numeric] The row number to attach the top of the child
          widget to.

'bottom.attach': [numeric] The row number to attach the bottom of the
          child widget to.

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

     Derived by RGtkGen from GTK+ documentation

