gtkTableResize             package:RGtk2             R Documentation

_g_t_k_T_a_b_l_e_R_e_s_i_z_e

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

     If you need to change a table's size _after_ it has been created,
     this function allows you to do so.

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

     gtkTableResize(object, rows, columns)

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

'object': ['GtkTable'] The 'GtkTable' you wish to change the size of.

  'rows': [numeric] The new number of rows.

'columns': [numeric] The new number of columns.

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

     Derived by RGtkGen from GTK+ documentation

