summaryrefslogtreecommitdiff
path: root/examples/gtk/widget.py
Commit message (Expand)AuthorAgeFilesLines
* Add 'import pygtk; pygtk.require('2.0') statements where neededDieter Verfaillie2011-02-171-0/+2
* Use conceptually correct set_flags() calls in examples.Paul Pogonyshev2008-01-311-1/+1
* Remove tabs fixes #325320 (Dieter Verfaillie)Johan Dahlin2006-04-021-5/+5
* Add comments explaining what the overridden gtk+ methods doesJohan Dahlin2006-01-231-62/+87
* Install examplesJohan Dahlin2006-01-191-0/+3
* pygtk + cairo \!\!Gustavo J. A. M. Carneiro2005-06-061-11/+33
* Bug 305423: Widget creation doesn't work properlyGustavo J. A. M. Carneiro2005-05-251-3/+6
* Bug 150698: gtk.Widget subclassingGustavo J. A. M. Carneiro2004-08-221-1/+1
* change the allocation parameter to requisition so we have a more clearLorenzo Gil Sanchez2004-06-091-3/+3
* PyGtkWidget example improvementsGustavo J. A. M. Carneiro2004-06-071-21/+12
* Fix up *_CHECK callsJohan Dahlin2004-06-041-1/+1
* Require 2.3.93Johan Dahlin2004-06-041-1/+5
* Small updatesJohan Dahlin2004-06-041-7/+8
* Add a new example of subclassing a GtkWidget.Johan Dahlin2004-06-041-0/+84