James Henstridge <[EMAIL PROTECTED]> writes:
> If you look at the code in _gdkimlibmodule.c or _gnomeuimodule.c, you will
> see how I have been passing pointers to the different PyTypeObject's
> defined in _gtkmodule.c. That is probably the best way to go. It only
> requires a bit of code in the init routine, and you get a bit more type
> safety than you would using PyCObject's.
I still can't see any obvious way of getting hold of, for example, a
GdkWindow* given a widget passed in from some Python code. What is it
that I'm not seeing? :-)
-- Ture
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]