gtkCListSetColumnVisibility: gtkCListSetColumnVisibility

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

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.

Usage

1
gtkCListSetColumnVisibility(object, column, visible)

Arguments

object

The GtkCList to affect.

column

The column to set visibility.

visible

TRUE or FALSE.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.