summaryrefslogtreecommitdiff
path: root/examples/gtk
Commit message (Collapse)AuthorAgeFilesLines
* Add 'import pygtk; pygtk.require('2.0') statements where neededDieter Verfaillie2011-02-179-0/+20
|
* 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 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
|
* Replace NotImplemented with NotImplementedErrorBehnam Esfahbod ZWNJ2010-09-281-5/+5
|
* Add an application example, which includes hoovering statusbar updatesJohan Dahlin2008-02-141-0/+175
| | | | | | | | | | | | 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
* add wrapping/unwrapping of GtkTreeItermethods to gtk.GenericTreeModel, fix ↵Gian Mario Tagliaretti2007-07-291-0/+177
| | | | | | #388754. by Paul Pogonyshev svn path=/trunk/; revision=2868
* 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
* print API fixes; print exampleGustavo J. A. M. Carneiro2006-05-071-0/+68
|
* pyflakesJohan Dahlin2006-04-031-1/+0
|
* Run reindent.py on all python codeJohan Dahlin2006-04-035-13/+12
|
* Remove tabs fixes #325320 (Dieter Verfaillie)Johan Dahlin2006-04-021-5/+5
| | | | | * examples/gtk/widget.py: Remove tabs fixes #325320 (Dieter Verfaillie)
* destroy the windowJohan Dahlin2006-03-301-0/+1
|
* Add comments explaining what the overridden gtk+ methods doesJohan Dahlin2006-01-231-62/+87
|
* Install examplesJohan Dahlin2006-01-192-0/+281
| | | | | | | | | | | * 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.
* pygtk + cairo \!\!Gustavo J. A. M. Carneiro2005-06-061-11/+33
|
* Bug 305423: Widget creation doesn't work properlyGustavo J. A. M. Carneiro2005-05-251-3/+6
|
* 'nother small fixpygtk-2-4-anchorJohan Dahlin2004-11-051-1/+1
|
* Fix typoJohan Dahlin2004-11-042-35/+10
| | | | | | * examples/gtk/filechooser.py: Fix typo * examples/gtk/uimanager.py: Simplify
* Bug 150698: gtk.Widget subclassingGustavo J. A. M. Carneiro2004-08-221-1/+1
|
* change the allocation parameter to requisition so we have a more clearLorenzo Gil Sanchez2004-06-091-3/+3
| | | | | | | 2004-06-09 Lorenzo Gil Sanchez <lgs@cvs.gnome.org> * examples/gtk/widget.py (PyGtkWidget.do_size_request): change the allocation parameter to requisition so we have a more clear example.
* PyGtkWidget example improvementsGustavo J. A. M. Carneiro2004-06-071-21/+12
|
* Fix up *_CHECK callsJohan Dahlin2004-06-041-1/+1
| | | | * gtk/gdk.override (_wrap_gdk_event_tp_setattr): Fix up *_CHECK calls
* Require 2.3.93Johan Dahlin2004-06-041-1/+5
|
* Small updatesJohan Dahlin2004-06-041-7/+8
|
* Add a new example of subclassing a GtkWidget.Johan Dahlin2004-06-041-0/+84
| | | | | | | | * examples/gtk/widget.py: Add a new example of subclassing a GtkWidget. * Makefile.am (EXTRA_DIST): Add widget.py * pygobject.c (pygobject_new): guard object_ref call
* Some more polishing, it'll never be finished!Johan Dahlin2004-06-041-5/+11
| | | | * examples/gtk/uimanager.py: Some more polishing, it'll never be finished!
* polish a bit furtherJohan Dahlin2004-05-281-6/+8
|
* Add a toolbar and fix shortcuts.Johan Dahlin2004-05-281-5/+13
| | | | | | 2004-05-28 Johan Dahlin <johan@gnome.org> * examples/gtk/uimanager.py: Add a toolbar and fix shortcuts.
* examples/gtk/filechooser.py Fix bug #140946.John Finlay2004-05-251-1/+6
| | | | * examples/gtk/filechooser.py Fix bug #140946.
* Update version check and add one to filechooser.pyJohan Dahlin2004-04-232-1/+5
|
* Updated, call dialog.destroy()PYGTK_2_3_90Johan Dahlin2004-03-302-1/+132
| | | | | | | | | * examples/gtk/filechooser.py (response): Updated, call dialog.destroy() * examples/gtk/uimanager.py: New example * gtk/gtk.override (_wrap_gtk_ui_manager_add_ui_from_string): Override, get rid of second argument.
* Impl, based on gtk_dialog_newJohan Dahlin2004-03-281-0/+26
* gtk/gtk.override (_wrap_gtk_file_chooser_dialog_new): Impl, based on gtk_dialog_new * Makefile.am: Add example to EXTRA_DIST * examples/gtk/filechooser.py (filter): New example