gtkCListNew: gtkCListNew

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Creates a new GtkCList widget for use. WARNING: gtk_clist_new is deprecated and should not be used in newly-written code.

Usage

1
gtkCListNew(columns = 1, show = TRUE)

Arguments

columns

The number of columns the GtkCList should have.

Value

[GtkWidget] A pointer to a new GtkCList object.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkCListNew in RGtk2...