Last chance! 50% off unlimited learning
Sale ends in
values
parameter should be initialized to the default
settings you wish to use if no tags are in effect. You'd typically
obtain the defaults from gtkTextViewGetDefaultAttributes
.gtkTextIterGetAttributes(object, values)
object
values
GtkTextAttributes
to be filled inTRUE
if values
was modifiedgtkTextIterGetAttributes
will modify values
, applying the
effects of any tags present at iter
. If any tags affected values
,
the function returns TRUE
.