Buffer.iterHasContextClass
bool iterHasContextClass(gtk.text_iter.TextIter iter, string contextClass)Check if the class context_class is set on iter.
See the #GtkSourceBuffer description for the list of default context classes.
Parameters
iter | a #GtkTextIter. |
contextClass | class to search for. |
Returns
whether iter has the context class.