Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.WrapMode |
Enum : | WrapMode |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Pango.WrapMode.CHAR : 1
|
|
Number Pango.WrapMode.WORD : 0
|
|
Number Pango.WrapMode.WORD_CHAR : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter.Text
Property |
line_wrap_mode : Pango.WrapMode
If ClutterText:line-wrap is set to TRUE, this property will control how the text is wrapped.
|
Clutter.Text
Method |
set_line_wrap_mode
(WrapMode wrap_mode)
:
none
If line wrapping is enabled (see clutter_text_set_line_wrap()) this function controls how the line wrapping is performed.
|
Clutter.Text
Method |
get_line_wrap_mode
()
:
Pango.WrapMode
Retrieves the line wrap mode used by the ClutterText actor.
|
GooCanvas.CanvasText
Property |
wrap : Pango.WrapMode
|
GooCanvas.CanvasTextModel
Property |
wrap : Pango.WrapMode
|
Gtk.CellRendererText
Property |
wrap_mode : Pango.WrapMode
Specifies how to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string.
|
Gtk.Label
Property |
wrap_mode : Pango.WrapMode
If line wrapping is on (see the GtkLabel:wrap property) this controls how the line wrapping is done.
|
Gtk.Label
Method |
set_line_wrap_mode
(WrapMode wrap_mode)
:
none
If line wrapping is on (see gtk_label_set_line_wrap()) this controls how the line wrapping is done.
|
Gtk.Label
Method |
get_line_wrap_mode
()
:
Pango.WrapMode
Returns line wrap mode used by the label.
|
Pango.Layout
Method |
set_wrap
(WrapMode wrap)
:
none
Sets the wrap mode; the wrap mode only has effect if a width is set on the layout with pango_layout_set_width().
|
Pango.Layout
Method |
get_wrap
()
:
Pango.WrapMode
Gets the wrap mode for the layout.
|