summaryrefslogtreecommitdiff
path: root/examples/pygtk-demo
Commit message (Expand)AuthorAgeFilesLines
* Add 'import pygtk; pygtk.require('2.0') statements where neededDieter Verfaillie2011-02-1730-5/+63
* Fix response signal in pygtk-demo/print_editorJohn Stowers2010-10-161-3/+3
* Print gtk/pygtk version when running pygtk-demoJohn Stowers2010-10-161-1/+4
* Add new Gtk-2.20 APIJohn Stowers2010-07-092-0/+174
* Add a gtk.InfoBar demoJohn Stowers2010-05-081-0/+87
* Fixed invocation of FileChooserDialog in print-editor demoPietro Battiston2009-07-171-2/+2
* Code maintenance: add .gitignore filesPaul Pogonyshev2009-04-191-0/+2
* Bug 311008 – pygtk-demo fixesGian Mario Tagliaretti2009-02-222-4/+6
* wrap gtk.IconView.get_tooltip_context and use it in the demo, fixes #539743Gian Mario Tagliaretti2008-06-231-0/+29
* wrap gtk.TreeView.get_tooltip_context and use it in the demo, fixes #530145Gian Mario Tagliaretti2008-06-221-21/+8
* add new example textscroll.py by Muntyan, fixes #522047Gian Mario Tagliaretti2008-05-181-0/+133
* Fix change display demo, patch by Yevgen Muntyan. fixes #354896.Gian Mario Tagliaretti2007-12-161-1/+1
* Trivial fix in examples/pygtk-demo/demos/hypertext.pyPaul Pogonyshev2007-12-111-2/+2
* Add tooltip demo and move builder demo to pygtk-demoGian Mario Tagliaretti2007-07-203-0/+520
* Remove .cvsignore archivesJohan Dahlin2007-01-162-12/+0
* status icon demo, by Nikos KouremenosGustavo J. A. M. Carneiro2006-11-191-0/+31
* update printing exampleGustavo J. A. M. Carneiro2006-06-151-3/+3
* update print editor example to match gtk+ api changesGustavo J. A. M. Carneiro2006-05-201-1/+2
* add Print Editor demoGustavo J. A. M. Carneiro2006-05-081-0/+449
* pyflakesJohan Dahlin2006-04-037-8/+10
* Run reindent.py on all python codeJohan Dahlin2006-04-0310-57/+49
* Check for null, so it can be used with a model filter, fixes #311459Johan Dahlin2006-04-021-5/+8
* reviewed by: JohanJohan Dahlin2006-04-021-4/+11
* remove FIXME comment in pixbuf demo regarding missing draw_rgb_image_dithalignGustavo J. A. M. Carneiro2006-01-261-2/+0
* shut up CVSManish Singh2005-03-051-1/+1
* Don't use gtk.TRUE/gtk.FALSE anymore.Johan Dahlin2005-02-234-11/+11
* install pygtk-demoGustavo J. A. M. Carneiro2005-02-171-0/+7
* gtk.AboutDialog exampleGustavo J. A. M. Carneiro2005-02-171-1/+9
* Use stock items and other fixes for examples.Johan Dahlin2004-12-233-5/+5
* examples/pygtk-demo/demos/dnd.py Fix popup dest code and use gobjectJohn Finlay2004-10-031-25/+23
* examples/pygtk-demo/* Replace the pygtk-demo with the new version writtenJohn Finlay2004-10-0138-1775/+3994
* forgot to add a titleGustavo J. A. M. Carneiro2004-08-161-1/+2
* fsmw's GtkEntryCompletion exampleGustavo J. A. M. Carneiro2004-08-161-0/+71
* pep-8Johan Dahlin2004-07-281-53/+54
* Add 'Images' demo from Bug 100873: All demos from gtk-demo should be portedGustavo J. A. M. Carneiro2004-04-103-0/+163
* appwindow demo postfixGustavo J. A. M. Carneiro2004-03-071-1/+1
* pygtk appwindow demo fix (stock item registration)Gustavo J. A. M. Carneiro2004-03-072-5/+3
* Allow some parameters to be NULL.Johan Dahlin2003-03-071-0/+218
* New demo. Rearrange code a bit. Clean up a bit.Johan Dahlin2002-12-2314-286/+456
* mingw32 patches from Cedric Gustin <cgustin@ibelgique.com>:James Henstridge2002-08-241-0/+3
* update to use this function. (ArgMatcher.register_boxed): short circuit ifJames Henstridge2002-07-071-3/+3
* implement (code mostly from jrb@redhat.com, minor fixups from me)Matt Wilson2002-06-041-3/+5
* the path argument must be a tuple. Ints are not automatically converted toMatt Wilson2002-05-311-1/+1
* added parameter --errorfilename to allow redirection of stderr even withHans Breuer2002-04-211-8/+1
* clean up a bit and add broken stock icon registrationJohan Dahlin2002-02-252-20/+49
* add toggle for the check box column. VS:Johan Dahlin2002-02-051-0/+14
* add examples translated by Michelle Campeotto.James Henstridge2002-01-244-0/+439
* added appwindow.pyMatt Wilson2002-01-111-0/+154
* added missing newlineMatt Wilson2002-01-111-2/+2
* the F10 key is used to start navigating the menu -- not alt.James Henstridge2002-01-071-1/+1