gtkLabelSetMaxWidthChars {RGtk2}R Documentation

gtkLabelSetMaxWidthChars

Description

Sets the desired maximum width in characters of label to n.chars.

Usage

gtkLabelSetMaxWidthChars(object, n.chars)

Arguments

object [GtkLabel] a GtkLabel
n.chars [integer] the new desired maximum width, in characters.

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]