Hi all,

I'm developing with the GNOME bindings to the ZVT widget and I've hit the 
following snag.  The zvt_term_match_add() command is bound with:

def match_add(self, regex, highlight_mask):
    return _zvt.zvt_term_match_add(self._o, regex, highlight_mask, None)

which seems to imply that no user_data can passed to the function.

The zvt_term_match_check() function is not bound at all - which makes
sense, considering the limitation in match_add().

Is there anyway to get around this limitation? It seems that all
match_add() does is underline specific words. How can I determine
what word is underlined when I click on a mouse button if I can't pass 
data to match_add() and retrive it with zvt_term_match_check()?

Thanks,

Edgar.
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to