Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.WrapMode |
Enum : | WrapMode |
Properties | |
---|---|
guint32 Pango.WrapMode.CHAR : 1
|
|
guint32 Pango.WrapMode.WORD : 0
|
|
guint32 Pango.WrapMode.WORD_CHAR : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Champlain.Label
Property |
wrap_mode : Pango.WrapMode
|
Champlain.Label
Method |
get_wrap_mode
()
:
Pango.WrapMode
|
Champlain.Label
Method |
set_wrap_mode
(WrapMode wrap_mode)
:
none
|
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 |
get_line_wrap_mode
()
:
Pango.WrapMode
Retrieves the line wrap mode used by the ClutterText actor.
|
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. |
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 |
get_line_wrap_mode
()
:
Pango.WrapMode
Returns line wrap mode used by the label.
|
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. |
Pango.Layout
Method |
get_wrap
()
:
Pango.WrapMode
Gets the wrap mode for the layout.
|
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(). |