gtkIconViewSetColumns {RGtk2}R Documentation

gtkIconViewSetColumns

Description

Sets the ::columns property which determines in how many columns the icons are arranged. If columns is -1, the number of columns will be chosen automatically to fill the available area.

Usage

gtkIconViewSetColumns(object, columns)

Arguments

object

a GtkIconView

columns

the number of columns

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]