PyGTK tutorialThis is PyGTK tutorial. In this tutorial, we will learn the basics of GUI programming in PyGTK. The PyGTK tutorial is suitable for beginners and more advanced programmers. Table of contentsIntroductionFirst stepsLayout managementMenusToolbarsSignals & eventsWidgetsWidgets IIAdvanced WidgetsDialogsPangoPango IIDrawing with cairoDrawing with cairo IISnakeCustom...
Unknown
11:48 AM
Custom widget in PyGTK
Custom widget in PyGTKHave you ever looked at an application and wondered, how a particular gui item was created? Probably every wannabe programmer has. Then you were looking at a list of widgets provided...
Unknown
11:47 AM
Snake game in PyGTK
Snake game in PyGTKIn this part of the PyGTK programming tutorial, we will create a Snake game clone.Snake gameSnake is an older classic video game. It was first created in late 70s. Later it was brought...
Unknown
11:46 AM
Continue drawing with Cairo in PyGTK
Continue drawing with Cairo in PyGTKIn this part of the PyGTK programming tutorial, we will continue drawing with the Cairo library.DonutIn the following example we create a complex shape by rotating...
Unknown
11:44 AM
Drawing with Cairo in PyGTK
Drawing with Cairo in PyGTKIn this part of the PyGTK programming tutorial, we will do some drawing with the Cairo library. Cairo is a library for creating 2D vector graphics. We can use it to draw...