RGtk2 (version 2.20.31)

gtkTextViewGetDefaultAttributes: 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

Value

GtkTextAttributes] a new GtkTextAttributes

Details

and should be freed.