gtkCListSetColumnTitle {RGtk2} | R Documentation |
Sets the title for the specified column.
WARNING: gtk_clist_set_column_title
is deprecated and should not be used in newly-written code.
gtkCListSetColumnTitle(object, column, title)
|
[GtkCList ] The GtkCList to affect. |
|
[integer] The column whose title should be changed. |
|
[character] A string to be the column's title. |
Derived by RGtkGen from GTK+ documentation