Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.Alignment |
Enum : | Alignment |
Properties | |
---|---|
guint32 Pango.Alignment.CENTER : 1
|
|
guint32 Pango.Alignment.LEFT : 0
|
|
guint32 Pango.Alignment.RIGHT : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Champlain.Label
Property |
alignment : Pango.Alignment
|
Champlain.Label
Method |
get_alignment
()
:
Pango.Alignment
|
Champlain.Label
Method |
set_alignment
(Alignment alignment)
:
none
|
Clutter.Text
Property |
line_alignment : Pango.Alignment
The preferred alignment for the text.
|
Clutter.Text
Method |
get_line_alignment
()
:
Pango.Alignment
Retrieves the alignment of a ClutterText, as set by
clutter_text_set_line_alignment(). |
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. |
Gtk.CellRendererText
Property |
alignment : Pango.Alignment
Specifies how to align the lines of text with respect to each other.
|
Pango.Layout
Method |
get_alignment
()
:
Pango.Alignment
positioned within the horizontal space available.
|
Pango.Layout
Method |
set_alignment
(Alignment alignment)
:
none
positioned within the horizontal space available.
|