tags:

views:

10

answers:

1

Hi,

How can i get all the texts which are misspelled on gtktextview

so that i can put those on container and use for future actions.

A: 

You can't do that directly in GtkSpell. You could try searching the text buffer for any text with a tag that has its "underline" property set to PANGO_UNDERLINE_ERROR.

ptomato
@ptomato Thanks for this. I am sure this will work out.
iSight