On Thu, 23 Mar 2000, James Henstridge wrote:

> There will be some changes necessary.  I am moving some of the modules
> around a bit to group them in a module.  I am trying to keep things as
> compatible as possible, but there may be small amounts of breakage.  Of
> course, gtk+-1.4 (or it may be called 2.0) is comming up as well, which
> will cause some breakage.  It may be possible to synchronise the
> changeover so you only need to change your code once.

As long as you're breaking things anyway, let me suggest one change:
have the "Gtk" prefix stripped from the classes' names (GtkText -> Text,
etc) and recommend that Gtk is imported via

import Gtk

And accesed via

Gtk.Text()

(Simillarily for Gnome/GnomeUI)

It seems much more Pythonic then

from gtk import *

GtkText()


--
Moshe Zadka <[EMAIL PROTECTED]>. 
http://www.oreilly.com/news/prescod_0300.html
http://www.linux.org.il -- we put the penguin in .com

-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to