http://opensolaris.org/jive/thread.jspa?messageID=273198
Re: Python and GNOME Notification Area
Posted: Aug 26, 2008 1:02 AM
import gtk
import pygtk
statusIcon = gtk.StatusIcon()
statusIcon.set_from_icon_name("pidgin")
statusIcon.set_visible(True)
gtk.main()
http://www.pygtk.org/docs/pygtk/index.html
This code puts a simple icon on the main panel. In this case Pidgin's icon.
http://www.dangermouse.net/esoteric/piet.html
http://www.emacswiki.org/cgi-bin/wiki/ShowWhiteSpace
A programming environment for kids similar to Alice and Lego Mindstorms
Labels: graphics
http://www.realsoftware.com/realbasic/
REALbasic's compiler produces native executables, and it's a cross-compiler as well, which means you can build from any platform for any platform. Imagine building a native Mac application from REALbasic running on Windows! You don't have to know anything about the operating system because the REALbasic language abstracts you from the messy details. Should you need to get your hands dirty, you can use the Declare command. And you get a completely native user interface on each platform. REALbasic uses the real operating system controls rather than try to simulate them as some other lesser tools have done.
REALbasic is a rapid application development environment that compiles high-quality, native applications for Windows, Macintosh, and Linux. It's a great development tool period, whether you need to build cross-platform applications or simply need a development tool for creating software for a single platform.