summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add a gtk.InfoBar demoJohn Stowers2010-05-081-1/+2
|
* Ship tooltip.py example in pygtk-demoGian Mario Tagliaretti2008-06-061-0/+1
| | | | svn path=/trunk/; revision=2989
* add new example textscroll.py by Muntyan, fixes #522047Gian Mario Tagliaretti2008-05-181-0/+1
| | | | svn path=/trunk/; revision=2982
* Add an application example, which includes hoovering statusbar updatesJohan Dahlin2008-02-141-0/+1
| | | | | | | | | | | | 2008-02-14 Johan Dahlin <jdahlin@async.com.br> * examples/Makefile.am: * examples/gtk/application.py: Add an application example, which includes hoovering statusbar updates using a ui manager. svn path=/trunk/; revision=2963
* add new example (by Adam Olsen and Behdad Esfahbod), fixes #400810Gian Mario Tagliaretti2007-12-151-0/+1
| | | | svn path=/trunk/; revision=2939
* add wrapping/unwrapping of GtkTreeItermethods to gtk.GenericTreeModel, fix ↵Gian Mario Tagliaretti2007-07-291-0/+1
| | | | | | #388754. by Paul Pogonyshev svn path=/trunk/; revision=2868
* status icon demo, by Nikos KouremenosGustavo J. A. M. Carneiro2006-11-191-0/+1
|
* quiet!Johan Dahlin2006-08-211-4/+4
|
* add Print Editor demoGustavo J. A. M. Carneiro2006-05-081-0/+1
|
* print API fixes; print exampleGustavo J. A. M. Carneiro2006-05-071-0/+1
|
* Bug 334986 – Make it possible to re-implement interfaces and chain to ↵Gustavo J. A. M. Carneiro2006-04-011-0/+1
| | | | parent impl.
* layout was renamed to scrollableJohan Dahlin2006-03-301-1/+1
|
* Install examplesJohan Dahlin2006-01-191-0/+3
| | | | | | | | | | | * examples/Makefile.am: Install examples * examples/gtk/widget.py: Call unrealize too * examples/gtk/scrollable.py: Add example of a scrollable widget
* Kill neil demoJohan Dahlin2005-07-051-10/+0
|
* pygtk + cairo \!\!Gustavo J. A. M. Carneiro2005-06-061-0/+1
|
* Remove .pyc files and sortJohan Dahlin2005-03-021-39/+22
|
* install pygtk-demoGustavo J. A. M. Carneiro2005-02-171-21/+43
|
* PyGtk 2.4.0 released!PYGTK_2_4_0Johan Dahlin2004-10-031-64/+99
|
* fsmw's GtkEntryCompletion exampleGustavo J. A. M. Carneiro2004-08-161-0/+1
|
* add, forgot it in last commitJohan Dahlin2004-07-171-0/+64
* tests/enum.py: add, forgot it in last commit * gobject/: Move gobject source files in here.