gtkCListNewWithTitles         package:RGtk2         R Documentation

_g_t_k_C_L_i_s_t_N_e_w_W_i_t_h_T_i_t_l_e_s

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

     Creates a new 'GtkCList' widget with column titles for use.
     *WARNING: 'gtk_clist_new_with_titles' is deprecated and should not
     be used in newly-written code.*

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

     gtkCListNewWithTitles(columns = 1, titles, show = TRUE)

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

'columns': [integer] The number of columns the 'GtkCList' should have.

'titles': [character] A string list of titles for the widget.  There
          should be enough strings in the list for the specified number
          of columns.

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

     ['GtkWidget'] A pointer to a new GtkCList object.

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

     Derived by RGtkGen from GTK+ documentation

