Is there some example?
I'm doing:
im = gtk.IMContextSimple()
im.set_client_window(some_gtk_window)
im.filter_keypress(a_keypress_event)
and then:
im.get_preedit_string()
returns :
('', <PangoAttrList at 0x833d3f0>, 0)
(after passing a few keypress)
I don't know if I shoould call something more, to initialize them,
or if I should connect something.. or what..
And I can't found information on this gtk functions.
Also, note, that it says that I shoould pass (**string,*attrs,*pos),
but, after tryng that, it says that it requires no arguments, and,
doing in that way, it returns the 3-upla above.
Thanks in advance, for anything!
david
--
+ There is no dark side of the moon really. Matter of fact it's all dark.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/