gtkTreeViewColumnSetMinWidth {RGtk2}R Documentation

gtkTreeViewColumnSetMinWidth

Description

Sets the minimum width of the tree.column. If min.width is -1, then the minimum width is unset.

Usage

gtkTreeViewColumnSetMinWidth(object, min.width)

Arguments

object [GtkTreeViewColumn] A GtkTreeViewColumn.
min.width [integer] The minimum width of the column in pixels, or -1.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]