View Single Post
Old Jun 25th, 2005, 6:52 AM   #4
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
Just a bit more information if you're curious: GTK is a graphical user interface toolkit created for use under Linux, originally used for the GIMP program (GNU Image Manipulation Program). pyGTK is just Python bindings so you can use GTK from Python. IMO you want to use an object-orientated GUI toolkit (again, wxPython), for the obvious advantages of closer Python integration and scalability.
As for creating a pyGame button, start a new topic. I've already got an answer lined up.
Cerulean is offline   Reply With Quote