Libraries:Gtk:Pango:Attribute
Types
T
Constants
Nil : T
Methods
:"="(_ @ T, _ @ T)
:Copy(self @ T) : Gtk.Pango.Attribute.T
Make a copy of an attribute.
:Destroy(self @ T) : Std.Object.T
:EndIndex(self @ T) : Std.Integer.SmallT
:Equal(self @ T, attr2 @ Gtk.Pango.Attribute.T) : Std.Symbol.T
Compare two attributes for equality. This compares only the actual value of the two attributes and not the ranges that the attributes apply to.
:Init(self @ T, klass @ Gtk.Pango.AttrClass.T) : Std.Object.T
Initializes attr's klass to klass, it's start_index to PANGO_ATTR_INDEX_FROM_TEXT_BEGINNING and end_index to PANGO_ATTR_INDEX_TO_TEXT_END such that the attribute applies to the entire text by default.
attr | a T |
klass | a PangoAttributeClass |