Step By Step PyGTK Tutorials

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

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

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

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

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