I'm working on trying to insert formatting tags in a TextView/Buffer on the fly (while typing). I've come up against on hurdle though.
Does anyone how to do one of the following two things? 1) Suppress an input key from the keyboard so that it does not appear in the TextView/Buffer. Then I can add it myself (in a "insert-text" callback with the appropriate formatting) if/when I want. 2) Is it possible, using functions like insert(iter, text,...) to insert a backspace? Then I could reinsert the key with the appropriate formatting. I'm close to getting this to work.. I think this is the last problem in this respect. Thanks, ~djc _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
