Hey,
I was looking at the widget hierarchy and I see that GtkEditable
is one level above GtkText. I want to use some of the methods in
GtkEditable, but Im not quite sure of what type instance has to be when
calling instance.cut_clipboard() for example. Is GtkText built ontop of
GtkEditable and therefore inherits all of editables methods? I tried
textinstance.set_editable(gtk.True) and was still unable to use some of
the functions in editable through the textwidget.
Thanks for any help,
John Breen
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/