Description Usage Arguments Value Author(s)
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.
1 | gtkCListNewWithTitles(columns = 1, titles, show = TRUE)
|
|
The number of columns the |
|
A string list of titles for the widget. There should be enough strings in the list for the specified number of columns. |
[GtkWidget
] A pointer to a new GtkCList object.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.