gtkLabelSetLineWrapMode {RGtk2}R Documentation

gtkLabelSetLineWrapMode

Description

If line wrapping is on (see gtkLabelSetLineWrap) this controls how the line wrapping is done. The default is PANGO_WRAP_WORD which means wrap on word boundaries.

Usage

gtkLabelSetLineWrapMode(object, wrap.mode)

Arguments

object [GtkLabel] a GtkLabel
wrap.mode [PangoWrapMode] the line wrapping mode

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]