summaryrefslogtreecommitdiff
path: root/examples/pango
Commit message (Collapse)AuthorAgeFilesLines
* Add 'import pygtk; pygtk.require('2.0') statements where neededDieter Verfaillie2011-02-172-1/+5
|
* 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
* add new example (by Adam Olsen and Behdad Esfahbod), fixes #400810Gian Mario Tagliaretti2007-12-151-0/+200
| | | | svn path=/trunk/; revision=2939
* pyflakesJohan Dahlin2006-04-031-1/+1
|
* Run reindent.py on all python codeJohan Dahlin2006-04-032-20/+19
|
* add PDF output to pangocairo exampleGustavo J. A. M. Carneiro2005-06-171-2/+10
|
* pygtk + cairo \!\!Gustavo J. A. M. Carneiro2005-06-061-0/+58
|
* Use stock items and other fixes for examples.Johan Dahlin2004-12-231-1/+2
| | | | Fixes #156402 (Alan Horkan)
* fix small typo.James Henstridge2002-08-191-4/+12
| | | | | | | | 2002-08-19 James Henstridge <james@daa.com.au> * codegen/codegen.py (GObjectWrapper.get_initial_constructor_substdict): fix small typo.
* fix definition, as reported by Thomas Leonard <tal00r@ecs.soton.ac.uk>James Henstridge2002-06-241-3/+4
| | | | | | | 2002-06-24 James Henstridge <james@daa.com.au> * gtk/gtk.defs (drag_source_set_icon_pixbuf): fix definition, as reported by Thomas Leonard <tal00r@ecs.soton.ac.uk>
* Oops ... forgot to save a file before the last commitJames Henstridge2000-07-031-13/+10
|
* Add some simple entries to gtk.defs for GtkObject, GtkWidget, GtkContainer,James Henstridge2000-07-031-0/+62
GtkBin, GtkWindow, GtkMisc and GtkLabel. Added example pango.py, which shows off passing python 2.0 unicode strings to gtk and having them interpreted correctly.