Yo,

On Tue, 2005-02-15 at 00:58 -0500, Bryan Clark wrote:
>You could just use the GtkHTML widget through the bonobo interface.

GtkTextView/GtkTextBuffer provide cut and copy routines as well. The
only tricky part is making the button's sensitivity depend on the
selection. Also, I never did figure out how to determine when a paste
can be made.

If you need undo and redo, GtkSourceView/Buffer, which is based on
GtkTextView/Buffer, is a good choice. You don't have to activate the
source editing features if you don't want them, either.

Cheers,
-- 
Andy Wingo
http://wingolog.org/

_______________________________________________
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