summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | 2009-02-22 Gian Mario Tagliaretti <gianmt@gnome.org> Bug 311008 – pygtk-demo fixes * examples/pygtk-demo/pygtk-demo.py: Apply a patch from Andi Albrecht. * examples/pygtk-demo/demos/pixbufs.py: Remove deprecation Warnings. svn path=/trunk/; revision=3090
* Bug 541476 – Update pango examplesPaul Pogonyshev2008-08-283-44/+56
| | | | | | | | | | | | | | 2008-08-28 Paul Pogonyshev <pogonyshev@gmx.net> Bug 541476 – Update pango examples * examples/pango/utf8-demo.py: Fix interpreter line. Replace all escapes with corresponding characters. Use gtk.main_quit() instead of deprecated gtk.mainquit(). * examples/pango/extentdemo.py: Fix interpreter line. svn path=/trunk/; revision=3031
* wrap gtk.IconView.get_tooltip_context and use it in the demo, fixes #539743Gian Mario Tagliaretti2008-06-231-0/+29
| | | | svn path=/trunk/; revision=2998
* wrap gtk.TreeView.get_tooltip_context and use it in the demo, fixes #530145Gian Mario Tagliaretti2008-06-221-21/+8
| | | | svn path=/trunk/; revision=2996
* 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-182-0/+134
| | | | svn path=/trunk/; revision=2982
* Add an application example, which includes hoovering statusbar updatesJohan Dahlin2008-02-142-0/+176
| | | | | | | | | | | | 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
* Use conceptually correct set_flags() calls in examples.Paul Pogonyshev2008-01-312-3/+3
| | | | svn path=/trunk/; revision=2958
* Fix change display demo, patch by Yevgen Muntyan. fixes #354896.Gian Mario Tagliaretti2007-12-161-1/+1
| | | | svn path=/trunk/; revision=2943
* add new example (by Adam Olsen and Behdad Esfahbod), fixes #400810Gian Mario Tagliaretti2007-12-152-0/+201
| | | | svn path=/trunk/; revision=2939
* Fix typo in examples/glade/README.Paul Pogonyshev2007-12-121-1/+1
| | | | svn path=/trunk/; revision=2935
* Trivial fix in examples/pygtk-demo/demos/hypertext.pyPaul Pogonyshev2007-12-111-2/+2
| | | | svn path=/trunk/; revision=2934
* add wrapping/unwrapping of GtkTreeItermethods to gtk.GenericTreeModel, fix ↵Gian Mario Tagliaretti2007-07-292-0/+178
| | | | | | #388754. by Paul Pogonyshev svn path=/trunk/; revision=2868
* Add tooltip demo and move builder demo to pygtk-demoGian Mario Tagliaretti2007-07-204-33/+292
| | | | svn path=/trunk/; revision=2854
* wrap a couple of gtk.Builder methods, new builder exampleGian Mario Tagliaretti2007-07-172-0/+261
| | | | svn path=/trunk/; revision=2853
* Remove .cvsignore archivesJohan Dahlin2007-01-166-32/+0
| | | | svn path=/trunk/; revision=2801
* status icon demo, by Nikos KouremenosGustavo J. A. M. Carneiro2006-11-192-0/+32
|
* quiet!Johan Dahlin2006-08-211-4/+4
|
* Bug 341509 – Layout.do_size_allocate() in examples/gtk/scrollable.py ↵Gustavo J. A. M. Carneiro2006-07-131-0/+1
| | | | doesn't set the widget's allocation
* 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-082-0/+450
|
* print API fixes; print exampleGustavo J. A. M. Carneiro2006-05-072-0/+69
|
* pyflakesJohan Dahlin2006-04-0313-31/+32
|
* Run reindent.py on all python codeJohan Dahlin2006-04-0329-222/+205
|
* Check for null, so it can be used with a model filter, fixes #311459Johan Dahlin2006-04-021-5/+8
| | | | | | * examples/pygtk-demo/demos/treemodel.py: Check for null, so it can be used with a model filter, fixes #311459 (Stephen Kennedy)
* Remove tabs fixes #325320 (Dieter Verfaillie)Johan Dahlin2006-04-021-5/+5
| | | | | * examples/gtk/widget.py: Remove tabs fixes #325320 (Dieter Verfaillie)
* reviewed by: JohanJohan Dahlin2006-04-021-4/+11
| | | | | * examples/pygtk-demo/demos/pixbufs.py: Remove discontinuous motion, fixes #327931
* Bug 334986 – Make it possible to re-implement interfaces and chain to ↵Gustavo J. A. M. Carneiro2006-04-012-0/+32
| | | | parent impl.
* layout was renamed to scrollableJohan Dahlin2006-03-301-1/+1
|
* destroy the windowJohan Dahlin2006-03-301-0/+1
|
* remove FIXME comment in pixbuf demo regarding missing draw_rgb_image_dithalignGustavo J. A. M. Carneiro2006-01-261-2/+0
|
* Add comments explaining what the overridden gtk+ methods doesJohan Dahlin2006-01-231-62/+87
|
* Install examplesJohan Dahlin2006-01-193-0/+284
| | | | | | | | | | | * examples/Makefile.am: Install examples * examples/gtk/widget.py: Call unrealize too * examples/gtk/scrollable.py: Add example of a scrollable widget
* indentationJohan Dahlin2005-12-011-6/+12
|
* New example.Johan Dahlin2005-11-111-0/+48
| | | | * examples/gtk/sizegroup.py: New example.
* Override gtk.Container.do_forall. Simple example how it should work.Johan Dahlin2005-08-161-0/+31
| | | | | * gtk/gtkcontainer.override: Override gtk.Container.do_forall. * examples/gtk/bin.py: Simple example how it should work.
* Kill neil demoJohan Dahlin2005-07-0512-1061/+0
|
* add PDF output to pangocairo exampleGustavo J. A. M. Carneiro2005-06-171-2/+10
|
* Improve demo, patch by Fernando San Martin Woerner, fixes #171148Johan Dahlin2005-06-141-4/+46
| | | | | * examples/ide/edit.py: Improve demo, patch by Fernando San Martin Woerner, fixes #171148
* pygtk + cairo \!\!Gustavo J. A. M. Carneiro2005-06-063-11/+92
|
* Bug 305423: Widget creation doesn't work properlyGustavo J. A. M. Carneiro2005-05-251-3/+6
|
* Bug 128765: GObject metaclassGustavo J. A. M. Carneiro2005-05-221-3/+1
|
* shut up CVSManish Singh2005-03-051-1/+1
|
* Remove .pyc files and sortJohan Dahlin2005-03-021-39/+22
|
* Don't use gtk.TRUE/gtk.FALSE anymore.Johan Dahlin2005-02-2311-38/+38
|
* install pygtk-demoGustavo J. A. M. Carneiro2005-02-172-21/+50
|
* gtk.AboutDialog exampleGustavo J. A. M. Carneiro2005-02-171-1/+9
|