summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Add 'import pygtk; pygtk.require('2.0') statements where neededDieter Verfaillie2011-02-1754-9/+114
|
* examples: threading/gtk_threading.py: fix __gtype_name__Dieter Verfaillie2011-02-171-1/+1
|
* examples: gtk/treeview_dnd.py: comment the testing code specific to bug 637214Dieter Verfaillie2011-02-171-12/+9
|
* Fix GtkTreeView.set_drag_dest_rowDieter Verfaillie2010-12-241-0/+124
| | | | | | * Accept None as first argument * Add examples/gtk/treeview_dnd.py * Fixes bug 637214
* Add gtk threading example, bug 461551Dieter Verfaillie2010-12-241-0/+100
|
* Fix response signal in pygtk-demo/print_editorJohn Stowers2010-10-161-3/+3
| | | | * fixes bug 614720
* Add Offscreen Window (GtkMirrorBind) exampleJohn Stowers2010-10-161-0/+328
| | | | | | * Shows a full container implementation in python * Shows how to poke non-wrappable APIs using ctypes * Fixes bug 607394
* Add updated gtk.Toolbar example, bug 597784Usmar A Padow2010-10-161-0/+55
|
* Print gtk/pygtk version when running pygtk-demoJohn Stowers2010-10-161-1/+4
|
* Replace NotImplemented with NotImplementedErrorBehnam Esfahbod ZWNJ2010-09-281-5/+5
|
* Add new Gtk-2.20 APIJohn Stowers2010-07-092-0/+174
| | | | | | | | * Notably this adds GtkSpinner, GtkOffscreenWindow, GtkCellRendererSpinner, GtkToolPalette objects * Add new api to other objects * Add gtk.ToolbarPalette demo * Add gtk.Spinner demo
* Add a gtk.InfoBar demoJohn Stowers2010-05-082-1/+89
|
* 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.