Libraries:Gtk:Gtk:TextAttributes
Types
T
Constants
Nil : T
Functions
GetType() : Gtk.GObject.Type.T
New() : Gtk.Gtk.TextAttributes.T
Methods
:"="(_ @ T, _ @ T)
:Appearance(self @ T) : Gtk.Gtk.TextAppearance.T
:BgFullHeight(self @ T) : Std.Integer.SmallT
:Copy(self @ T) : Gtk.Gtk.TextAttributes.T
:CopyValues(self @ T, dest @ Gtk.Gtk.TextAttributes.T) : Std.Object.T
Copies the values from src to dest so that dest has the same values as src. Frees existing values in dest.
:Direction(self @ T) : Gtk.Gtk.TextDirection.T
:Editable(self @ T) : Std.Integer.SmallT
:Font(self @ T) : Gtk.Pango.FontDescription.T
:FontScale(self @ T) : Std.Real.T
:Indent(self @ T) : Std.Integer.SmallT
:Invisible(self @ T) : Std.Integer.SmallT
:Justification(self @ T) : Gtk.Gtk.Justification.T
:Language(self @ T) : Gtk.Pango.Language.T
:LeftMargin(self @ T) : Std.Integer.SmallT
:PixelsAboveLines(self @ T) : Std.Integer.SmallT
:PixelsBelowLines(self @ T) : Std.Integer.SmallT
:PixelsInsideWrap(self @ T) : Std.Integer.SmallT
:Realized(self @ T) : Std.Integer.SmallT
:Ref(self @ T) : Gtk.Gtk.TextAttributes.T
:RightMargin(self @ T) : Std.Integer.SmallT
:Tabs(self @ T) : Gtk.Pango.TabArray.T
:Unref(self @ T) : Std.Object.T
Decrements the reference count on values, freeing the structure if the reference count reaches 0.
values | a T |