|
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.
|