gtkCListSetColumnVisibility {RGtk2} | R Documentation |
Allows you to set whether a specified column in the GtkCList
should
be hidden or shown. Note that at least one column must always be
showing, so attempting to hide the last visible column will be
ignored.
WARNING: gtk_clist_set_column_visibility
is deprecated and should not be used in newly-written code.
gtkCListSetColumnVisibility(object, column, visible)
|
[GtkCList ] The GtkCList to affect. |
|
[integer] The column to set visibility. |
|
[logical] TRUE or FALSE . |
Derived by RGtkGen from GTK+ documentation