Previous | Next

Python extras

Custom dialogs —
full python-gtk toolkit


events, delays

Those GIMP parameter dialogs I showed you just read initial settings, then disappear.

With pygtk you can bring up a dialog and leave it up while the user makes changes.

You have the full Python-GTK toolkit, available, plus all Python's system functions like events and delays.