summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* getter for __dict__ on GObject wrappers. (PyGObject_Type): include getsetspython22-branchJames Henstridge2001-09-251-2/+19
* don't import ExtensionClass.James Henstridge2001-09-231-4/+10
* remove traces of ExtensionClass.James Henstridge2001-09-221-9/+37
* (pygobject__gobject_init__): add __gobject_init__ method, that just callsJames Henstridge2001-09-221-1/+11
* set type->ob_type. (pyg_register_boxed): same here.James Henstridge2001-09-221-0/+5
* convert to use PyTypeObjects instead of ExtensionClass. (pygobject_new):James Henstridge2001-09-212-304/+185
* don't include ExtensionClass.hJames Henstridge2001-09-211-2/+0
* uncomment this now it has a boxed type.python22-branch-anchorJames Henstridge2001-09-201-1/+1
* rename from new, so that the header is includable in C++ programs.PYGTK_1_99_1James Henstridge2001-09-201-2/+2
* rename to gobject.list_properties.James Henstridge2001-09-181-2/+2
* export this function.James Henstridge2001-09-182-185/+111
* check if the base class is an extensionclass before poking around inJames Henstridge2001-09-181-1/+1
* allow '_' as start of constant name. (pyg_flags_add_constants): same here.James Henstridge2001-09-151-2/+2
* don't import GTK.James Henstridge2001-09-151-2/+10
* add test use of add_constants.James Henstridge2001-09-142-0/+77
* same change.James Henstridge2001-09-142-6/+6
* merge from short-class-names-branchJames Henstridge2001-09-141-2/+4
* removed. (gtk_cell_renderer_text_pixbuf_get_type): removed.Johan Dahlin2001-09-131-3/+1
* fix up enums.sigc1_1_before_patchshort-class-names-branch-anchorPYGTK_1_99James Henstridge2001-09-061-2/+4
* various updates to make it compile.James Henstridge2001-09-061-69/+106
* update for autoconf 2.52James Henstridge2001-08-211-0/+1
* register a "PyObject" boxed type with glib.. (pyg_value_from_pyobject): ifJames Henstridge2001-07-081-3/+35
* fix argument type for return_type.James Henstridge2001-07-081-1/+1
* function to list the signals of an object type. From patch by SkipJames Henstridge2001-07-011-0/+89
* remove g_type_init() argument.James Henstridge2001-06-301-1/+1
* remove dead code for GtkArg handling, etc. (also tidied up references toJames Henstridge2001-06-252-1/+5
* more fixups to use pyg_type_from_object.James Henstridge2001-06-232-5/+12
* new arg type for GType and GtkType args that uses pyg_type_from_object.James Henstridge2001-06-222-48/+83
* comment out, as container args have been switched to properties now.James Henstridge2001-06-211-5/+9
* remove the constructor from interfaces. It is now provided by GInterface.James Henstridge2001-06-091-1/+68
* function to register a new boxed type ExtensionClass. (pyg_boxed_new): newJames Henstridge2001-06-082-1/+207
* 2001-05-06 James Henstridge <james@daa.com.au>James Henstridge2001-05-062-5/+109
* moved rewritten testgtk demo hereJames Henstridge2001-03-302-3/+10
* simple example program that adds a signal to a class, connects a handlerJames Henstridge2001-03-272-4/+39
* (pyg_signal_new): new function to create new signals. Doesn'tJames Henstridge2001-03-271-0/+80
* new function to get the closure used as the `class closure' for signals.James Henstridge2001-03-271-0/+93
* add some comments about creating new GTypes here.James Henstridge2001-03-261-4/+130
* s/is_last/is_end/James Henstridge2001-03-241-1/+1
* Still broken. Needs more updatingJames Henstridge2001-03-182-33/+219
* destroy window on button's clicked signal rather than destroy signal.PYGTK_0_6_7GNOME_PYTHON_1_4_0James Henstridge2000-12-141-35/+64
* start of a revamped testgtk example, similar to the new one in gtk.James Henstridge2000-11-111-1/+5
* change code generator to pass bases in as a tuple rather than a singleJames Henstridge2000-11-092-5/+5
* add a special case for converting GObject -> G_OBJECT.James Henstridge2000-11-081-4/+4
* reorder parameters to make it work with latest glib. (pygobject_connect*):James Henstridge2000-10-301-7/+7
* init as module gtk._gtk. Using just _gtk doesn't seem to work with pythonJames Henstridge2000-10-301-1/+140
* remove gtk_signal_set_funcs call.James Henstridge2000-10-261-2/+166
* new function for registering functions to marshal boxed GValues to/fromJames Henstridge2000-10-262-10/+146
* include <glib-object.h> rather than <gobject/...>James Henstridge2000-10-252-3/+1
* more updates.James Henstridge2000-10-251-1/+2
* add a field just to test pygobject_getattro. It isn't working quiteJames Henstridge2000-10-251-7/+9