Re: GtkTextView: Applying tags at the cursor



I've already solved this, but thanks for your reply.

Madhusudan E wrote:
Hi, 
You can use GtkTextTag.
Tags should be in the GtkTextTagTable for a given GtkTextBuffer before using
them with that buffer. 
gtk_text_buffer_create_tag() is the best way to create tags. See gtk-demo
for numerous examples. 

Hope this helps.

Rgds,
Madhusudan E



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