tis 2003-02-18 klockan 15.54 skrev Met @ Uber:
> I'm trying to use the GtkText widget without any luck.
> 
>       text = gtk.Text()

You're using pygtk2.
In PyGtk2, GtkText is deprecated and superseded by GtkTextView.

Look at the documentation for GtkTextView:

http://developer.gnome.org/doc/API/2.0/gtk/GtkTextView.html

-- 
Johan Dahlin <[EMAIL PROTECTED]>
Async Open Source

_______________________________________________
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