Re: apply order of GtkTextTags



Hi,

You should post questions on using gtk to gtk-list rather than gtk-
devel-list.

On Mon, 2004-09-20 at 20:33 +0200, Markus Lausser wrote:
> hi,
> 
> i've experienced the following behaviour of the GtkTextTags:
> Tags don't override settings from other tags, that where applied sooner.
> Is that wanted behaviour? Or am i doing something wrong?
> 
> I find it a little bit confusing, and i think its the common case that
> one wants to set a basic tag and then a special tag for some parts.
> 

The tags have a priority that you can set, but the priority depends on
which tag it is, not in what order they were applied. See
gtk_text_tag_set_priority() iirc.

Havoc





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]