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 [GtkTextView] a GtkTextView

Details

.

Value

[GtkTextAttributes] a new GtkTextAttributes

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]