Hi all, To keep you up-to-date, I announce PyGTK Shell 0.1.0:
http://felixrabe.textdriven.com/pygtk-shell/ This is a release for those that like to hack on PyGTK code - I didn't update the tutorial. I will do a rewrite for the next version, since its code has become quite unwieldy. It will also include API docs (__doc__ strings everywhere). 0.1.0 ----- % Main focus: Snapshot release of what I have. % CAUTION: README.txt not up-to-date. % Much enhanced TextEditor: - Multiline Python statement editor (aka "TextEditor evaluation") - Asks for confirmation before performing critical actions - Indentation support % Make cairo widgets (similar to the turtle module; basic stuff works) % Include a menu bar in the standard ShellWindow % Provide copyright information by means of an about() function % Use GtkSourceView where available The PyGTK Shell is a framework making Python applications open to realtime programmatic intervention by its users. This is just the right tool for Python-programming control freaks. It is similar to the (two) PyGTK console examples that are included in the PyGTK tutorial, but portable to Linux + win32 (don't know about other platforms) and using just Python and GTK, no terminal. Greetings, Felix Rabe _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
