gtkTextViewGetDefaultAttributes {RGtk2} | R Documentation |
Obtains a copy of the default text attributes. These are the
attributes used for text unless a tag overrides them.
You'd typically pass the default attributes in to
gtkTextIterGetAttributes
in order to get the
attributes in effect at a given text position.
gtkTextViewGetDefaultAttributes(object)
|
[GtkTextView ] a GtkTextView |
.
[GtkTextAttributes
] a new GtkTextAttributes
Derived by RGtkGen from GTK+ documentation