gtkCTreeNewWithTitles         package:RGtk2         R Documentation

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

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

     Create a new 'GtkCTree' widget with the given titles for the
     columns. *WARNING: 'gtk_ctree_new_with_titles' is deprecated and
     should not be used in newly-written code.*

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

     gtkCTreeNewWithTitles(columns = 1, tree.column = 0, titles, show = TRUE)

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

'columns': [integer] Number of columns.

'tree.column': [integer] Which column has the tree graphic; 0 =
          leftmost.

'titles': [character] The titles for the columns.

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

     ['GtkWidget'] The 'GtkCTree' widget.

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

     Derived by RGtkGen from GTK+ documentation

