gtkCTreeNewWithTitles {RGtk2} | R Documentation |
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.
gtkCTreeNewWithTitles(columns = 1, tree.column = 0, titles, show = TRUE)
|
[integer] Number of columns. |
|
[integer] Which column has the tree graphic; 0 = leftmost. |
|
[character] The titles for the columns. |
[GtkWidget
] The GtkCTree
widget.
Derived by RGtkGen from GTK+ documentation