Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkTextAttributes |
Struct : | TextAttributes |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
appearance : Gtk.TextAppearance
|
Gtk.TextAttributes | |
bg_full_height : Number
|
Gtk.TextAttributes | |
direction : Gtk.TextDirection
|
Gtk.TextAttributes | |
editable : Number
|
Gtk.TextAttributes | |
font : Pango.FontDescription
|
Gtk.TextAttributes | |
font_scale : Number
|
Gtk.TextAttributes | |
indent : Number
|
Gtk.TextAttributes | |
invisible : Number
|
Gtk.TextAttributes | |
justification : Gtk.Justification
|
Gtk.TextAttributes | |
language : Pango.Language
|
Gtk.TextAttributes | |
left_margin : Number
|
Gtk.TextAttributes | |
pad1 : Number
|
Gtk.TextAttributes | |
pad2 : Number
|
Gtk.TextAttributes | |
pad3 : Number
|
Gtk.TextAttributes | |
pad4 : Number
|
Gtk.TextAttributes | |
pg_bg_color : Gdk.Color
|
Gtk.TextAttributes | |
pixels_above_lines : Number
|
Gtk.TextAttributes | |
pixels_below_lines : Number
|
Gtk.TextAttributes | |
pixels_inside_wrap : Number
|
Gtk.TextAttributes | |
realized : Number
|
Gtk.TextAttributes | |
refcount : Number
|
Gtk.TextAttributes | |
right_margin : Number
|
Gtk.TextAttributes | |
tabs : Pango.TabArray
|
Gtk.TextAttributes | |
wrap_mode : Gtk.WrapMode
|
Gtk.TextAttributes |
Method / Constructor | Defined By | |
---|---|---|
new Gtk.TextAttributes
()
Create a new Gtk.TextAttributes
Create a new Gtk.TextAttributes
|
||
copy
()
:
Gtk.TextAttributes
Copies src and returns a new GtkTextAttributes.
Copies src and returns a new GtkTextAttributes.
|
Gtk.TextAttributes | |
copy_values
(TextAttributes dest)
:
none
Copies the values from src to dest so that dest has the same values as src.
Copies the values from src to dest so that dest has the same values as src. Frees existing values in dest.
|
Gtk.TextAttributes |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.TextIter
Method |
get_attributes
(TextAttributes values)
:
Boolean
Computes the effect of any tags applied to this spot in the text.
|
Gtk.TextLayout
Method |
set_default_style
(TextAttributes values)
:
none
|
Gtk.TextView
Method |
get_default_attributes
()
:
Gtk.TextAttributes
Obtains a copy of the default text attributes.
|