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

a GtkLabel

wrap.mode

the line wrapping mode

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]