gtkTableNew              package:RGtk2              R Documentation

_g_t_k_T_a_b_l_e_N_e_w

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

     Used to create a new table widget. An initial size must be given
     by specifying how many rows and columns the table should have,
     although this can be changed later with 'gtkTableResize'.  'rows'
     and 'columns' must both be in the range 0 .. 65535.

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

     gtkTableNew(rows = NULL, columns = NULL, homogeneous = NULL, show = TRUE)

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

  'rows': [numeric] The number of rows the new table should have.

'columns': [numeric] The number of columns the new table should have.

'homogeneous': [logical] If set to 'TRUE', all table cells are resized
          to the size of the cell containing the largest widget.

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

     ['GtkWidget'] A pointer to the the newly created table widget.

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

     Derived by RGtkGen from GTK+ documentation

