gtkTextViewGetDefaultAttributes {RGtk2}R Documentation

gtkTextViewGetDefaultAttributes

Description

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.

Usage

gtkTextViewGetDefaultAttributes(object)

Arguments

object

a GtkTextView

Details

and should be freed.

Value

[GtkTextAttributes] a new GtkTextAttributes

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]