summaryrefslogtreecommitdiff
path: root/gtkmodule.c
Commit message (Expand)AuthorAgeFilesLines
* i1999-09-28 James Henstridge <james@daa.com.au>James Henstridge1999-09-281-0/+34
* added wrapper for gdk_char_width added wrapper for gdk_char_widthMatt Wilson1999-08-251-1/+12
* updated news file.James Henstridge1999-08-081-0/+164
* added descriptions of the new routines.James Henstridge1999-08-031-4/+204
* new file that wraps the _libglade module.James Henstridge1999-08-021-58/+116
* pass extra arguments to the callback.James Henstridge1999-08-021-27/+51
* put in Paul Fisher's enhancements to the threading code. It should nowJames Henstridge1999-07-311-28/+51
* new wrapper new implementationMatt Wilson1999-07-211-0/+13
* a wrapper for the new function.James Henstridge1999-07-191-0/+33
* *** empty log message ***James Henstridge1999-07-181-2/+2
* modified to use the pygdkimlib.h header.James Henstridge1999-07-141-125/+45
* unblock threads when waiting for the GDK lock. This allows other threadsJames Henstridge1999-07-131-4/+2
* fixed a few bugs reported by Ville Lauriki.James Henstridge1999-07-121-5/+25
* forgot to wrap the function call in PyGTK_{,UN}BLOCK_THREADS -- this wasJames Henstridge1999-05-131-0/+7
* a wrapper for the new function.PYGTK_0_6_0GNOME_PYTHON_1_0_2James Henstridge1999-04-251-0/+13
* added a summary of the new features.James Henstridge1999-04-221-0/+31
* updated package version number.James Henstridge1999-04-201-7/+26
* export these two new functions.James Henstridge1999-04-081-5/+77
* increased version number to 0.5.12.James Henstridge1999-03-121-15/+112
* made changes to match those in the defs files and _gtk.James Henstridge1999-02-241-2/+52
* added references to the MAPPING file.James Henstridge1999-02-231-8/+23
* made tip_private argument optional. (GtkObject.__[gs]etattr__,James Henstridge1999-02-201-4/+5
* added __getattr__ and __setattr__ methods to GtkObject so that you can setJames Henstridge1999-02-191-41/+51
* added documentation about GtkStyle changes to this pseudo module.James Henstridge1999-02-161-93/+251
* added GtkWindow.set_geometry_hints to match below addition.James Henstridge1999-02-141-0/+88
* altered these functions to use the gdk_pixmap_colormap_create variants ifJames Henstridge1999-02-041-15/+160
* added GtkCList.focus_row.James Henstridge1999-02-021-20/+72
* fixed some typos in _wrap_gtk_ctree_get_row_data andJames Henstridge1999-01-271-2/+2
* made relevant changes.James Henstridge1999-01-111-6/+19
* moved gtk_preview_draw_row here because python's string conversionJames Henstridge1998-12-191-0/+14
* changed calls to GtkLabel.set to GtkLabel.set_text.James Henstridge1998-12-171-4/+4
* Updated to match latest changes to set of constants.James Henstridge1998-12-091-54/+68
* Accept NULL arguments for adjustments of a viewport. This is the correctJames Henstridge1998-12-071-2/+2
* Initial revisionJames Henstridge1998-12-061-0/+5045