gtkLabelSetLineWrap {RGtk2}R Documentation

gtkLabelSetLineWrap

Description

Toggles line wrapping within the GtkLabel widget. TRUE makes it break lines if text exceeds the widget's size. FALSE lets the text get cut off by the edge of the widget if it exceeds the widget size.

Usage

gtkLabelSetLineWrap(object, wrap)

Arguments

object [GtkLabel] a GtkLabel
wrap [logical] the setting

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]