Joe Van Dyk wrote:
> With Gtk and Tk, you don't use coordinates.  You pack widgets into
> containers and pack those containers into windows.
> 
> It's not terribly difficult, and it's a better approach than
> pixel-oriented coordinate systems.

Interesting point. I'll look into Tk.