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

A GtkTreeViewColumn.

min.width

The minimum width of the column in pixels, or -1.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]