Back to Seed Clases

Pango


Classes

Interfaces

Structs

Unions

Enums

Enum Pango.WrapMode

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
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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
GooCanvas.CanvasTextModel
Property
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:54 GMT+0800 (HKT)