summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* mingw32 patches from Cedric Gustin <cgustin@ibelgique.com>:James Henstridge2002-08-241-0/+3
* fix small typo.James Henstridge2002-08-191-4/+12
* update to use this function. (ArgMatcher.register_boxed): short circuit ifJames Henstridge2002-07-071-3/+3
* fix definition, as reported by Thomas Leonard <tal00r@ecs.soton.ac.uk>James Henstridge2002-06-241-3/+4
* small updates to some examples.James Henstridge2002-06-234-6/+7
* update example to work with current PyGTK.James Henstridge2002-06-231-29/+28
* 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
* Added the gtk.gl module.Xavier Ordoquy2002-04-123-40/+41
* 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
* add gtk.stock_add() function from Skip (bug 68363).James Henstridge2002-01-241-26/+0
* updated to use gobject.new().James Henstridge2002-01-246-103/+65
* use g_string_append_printf(). (add_property_docs): same here.James Henstridge2002-01-243-75/+46
* 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
* added demoMatt Wilson2002-01-031-0/+80
* remove -1 from store.set call.Matt Wilson2002-01-031-1/+1
* add new example to dist.James Henstridge2001-12-181-0/+43
* use __gsignals__ notation here.James Henstridge2001-12-141-3/+4
* use new GtkListStore.set method.Matt Wilson2001-12-051-5/+4
* fname is actually required. Added default to NULL for all arguments thatMatt Wilson2001-11-291-1/+1
* rework glade demo and demo files to be glade2Matt Wilson2001-11-295-2302/+141
* minor tweaks to actually use the api rightMatt Wilson2001-11-281-5/+7
* fixed the constructor so it actually worksMatt Wilson2001-11-281-0/+27
* *** empty log message ***Johan Dahlin2001-11-141-0/+115
* fix up c-name.sigc1_1_before_patchJames Henstridge2001-10-091-2/+2
* use gobject.TYPE_STRING instead of hard coded valuesMatthew Wilson2001-10-011-2/+2
* port to new namespaceMatthew Wilson2001-09-291-5/+5
* fixed to work with new namespaceMatt Wilson2001-09-181-10/+10
* merge from short-class-names-branchJames Henstridge2001-09-145-62/+64
* fix up toolbar constructor.James Henstridge2001-06-272-2/+10
* more fixups to use pyg_type_from_object.James Henstridge2001-06-232-4/+6
* correct signal name.James Henstridge2001-06-111-1/+1
* 2001-05-06 James Henstridge <james@daa.com.au>James Henstridge2001-05-061-3/+5
* remove buttons that called set_space_size method.James Henstridge2001-04-281-12/+0
* toolbar demo.James Henstridge2001-03-304-9/+204
* moved rewritten testgtk demo hereJames Henstridge2001-03-3013-226/+17
* simple example program that adds a signal to a class, connects a handlerJames Henstridge2001-03-271-0/+20
* add some comments about creating new GTypes here.James Henstridge2001-03-261-4/+3
* destroy window on button's clicked signal rather than destroy signal.PYGTK_0_6_7GNOME_PYTHON_1_4_0James Henstridge2000-12-142-2/+2
* fix PyObject_CallMethod calls to add parentheses around argument typeJames Henstridge2000-12-061-0/+105
* fix bug where mod.__file__ is the .pyc file rather than the .py file.James Henstridge2000-11-291-1/+3
* make changes to make GtkEditable into an interface.James Henstridge2000-11-163-6/+20
* start of a revamped testgtk example, similar to the new one in gtk.James Henstridge2000-11-116-1596/+647
* init as module gtk._gtk. Using just _gtk doesn't seem to work with pythonJames Henstridge2000-10-301-5/+5
* Oops ... forgot to save a file before the last commitJames Henstridge2000-07-031-13/+10