hello,

i wrote small application using pygtk and glade. everything works fine,
with one exception: i can't connect a callback to insert_at_cursor
signal. i have to check TextView contents after every modification.
delete_from_cursor works fine, paste_clipboard also. insert_at_cursor
doesn't.

so far, i've done a workaround by connecting to key_release event, but it's
not what i want - cursor movement and keyboard shortcuts (ctrl-a for
example) are messed up.

gui is created by gtk.glade.XML(), signals are attached by
signal_autoconnect(). example code (simple glade and python files) is
available here:

http://skunk.one.pl/~emes/pygtk-example.tar.gz

-- 
michał sałaban -|- emes (na) pld-linux.org -|- jabber: [EMAIL PROTECTED]
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to