summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some simple entries to gtk.defs for GtkObject, GtkWidget, GtkContainer,James Henstridge2000-07-031-0/+62
* put in Paul Fisher's enhancements to the threading code. It should nowJames Henstridge1999-07-311-1/+1
* new examples of use of gtkgl.James Henstridge1999-07-184-0/+517
* Applied some fixes from Chi-Deok Hwang to this example. Mainly clean upsJames Henstridge1999-03-131-13/+7
* added references to the MAPPING file.James Henstridge1999-02-231-0/+94
* altered these functions to use the gdk_pixmap_colormap_create variants ifJames Henstridge1999-02-042-14/+21
* added GtkCList.focus_row.James Henstridge1999-02-022-65/+424
* changed a call to GtkContainer.add to GtkScrolledWindow.add_with_viewport.James Henstridge1999-01-211-1/+1
* changed calls to GtkLabel.set to GtkLabel.set_text.James Henstridge1998-12-175-8/+8
* Updated to match latest changes to set of constants.James Henstridge1998-12-091-2/+1
* Accept NULL arguments for adjustments of a viewport. This is the correctJames Henstridge1998-12-0715-87/+109
* Initial revisionJames Henstridge1998-12-0651-0/+7079