Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.Alignment |
Enum : | Alignment |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Pango.Alignment.CENTER : 1
|
|
Number Pango.Alignment.LEFT : 0
|
|
Number Pango.Alignment.RIGHT : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter.Text
Property |
line_alignment : Pango.Alignment
The preferred alignment for the text.
|
Clutter.Text
Method |
set_line_alignment
(Alignment alignment)
:
none
Sets the way that the lines of a wrapped label are aligned with respect to each other.
|
Clutter.Text
Method |
get_line_alignment
()
:
Pango.Alignment
Retrieves the alignment of a ClutterText, as set by clutter_text_set_line_alignment().
|
GooCanvas.CanvasText
Property |
alignment : Pango.Alignment
|
GooCanvas.CanvasTextModel
Property |
alignment : Pango.Alignment
|
Gtk.CellRendererText
Property |
alignment : Pango.Alignment
Specifies how to align the lines of text with respect to each other.
|
Pango.Layout
Method |
set_alignment
(Alignment alignment)
:
none
positioned within the horizontal space available.
|
Pango.Layout
Method |
get_alignment
()
:
Pango.Alignment
positioned within the horizontal space available.
|