| Import line: | Pango = imports.gi.Pango; |
| GIR File: | Pango-1.0.gir |
| C documentation: | Pango.Stretch |
| Enum : | Stretch |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Pango.Stretch.CONDENSED : 2
|
|
|
Number Pango.Stretch.EXPANDED : 6
|
|
|
Number Pango.Stretch.EXTRA_CONDENSED : 1
|
|
|
Number Pango.Stretch.EXTRA_EXPANDED : 7
|
|
|
Number Pango.Stretch.NORMAL : 4
|
|
|
Number Pango.Stretch.SEMI_CONDENSED : 3
|
|
|
Number Pango.Stretch.SEMI_EXPANDED : 5
|
|
|
Number Pango.Stretch.ULTRA_CONDENSED : 0
|
|
|
Number Pango.Stretch.ULTRA_EXPANDED : 8
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.CellRendererText
Property |
stretch : Pango.Stretch
|
|
Gtk.TextTag
Property |
stretch : Pango.Stretch
|
|
Pango
Method |
Create a new font stretch attribute freed with pango_attribute_destroy().
|
|
Pango
Method |
Parses a font stretch.
|
|
Pango.FontDescription
Method |
set_stretch
(Stretch stretch)
:
none
Sets the stretch field of a font description.
|
|
Pango.FontDescription
Method |
get_stretch
()
:
Pango.Stretch
Gets the stretch field of a font description.
|