Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkTextAttributes |
Struct : | TextAttributes |
Properties | Defined By | |
---|---|---|
appearance : Gtk.TextAppearance
|
Gtk.TextAttributes | |
bg_full_height : guint32
|
Gtk.TextAttributes | |
direction : Gtk.TextDirection
|
Gtk.TextAttributes | |
editable : guint32
|
Gtk.TextAttributes | |
font : Pango.FontDescription
|
Gtk.TextAttributes | |
font_scale : gdouble
|
Gtk.TextAttributes | |
indent : gint32
|
Gtk.TextAttributes | |
invisible : guint32
|
Gtk.TextAttributes | |
justification : Gtk.Justification
|
Gtk.TextAttributes | |
language : Pango.Language
|
Gtk.TextAttributes | |
left_margin : gint32
|
Gtk.TextAttributes | |
padding : Array
read only
|
Gtk.TextAttributes | |
pg_bg_color : Gdk.Color
read only
|
Gtk.TextAttributes | |
pixels_above_lines : gint32
|
Gtk.TextAttributes | |
pixels_below_lines : gint32
|
Gtk.TextAttributes | |
pixels_inside_wrap : gint32
|
Gtk.TextAttributes | |
refcount : guint32
read only
|
Gtk.TextAttributes | |
right_margin : gint32
|
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.TextView
Method |
get_default_attributes
()
:
Gtk.TextAttributes
Obtains a copy of the default text attributes.
|