El vie, 29-07-2005 a las 17:40 +0200, [EMAIL PROTECTED] escribió: > Hi list, > > Sorry, i know pygrid is not really part of pygtk. > However this list fit the best to the purpose of this post. >
I'm sorry too since pygrid is no longer maintained > I run pygtk 2.6.0 > gtk+-develEnvironnement for windows 2.6-rc5 > python 2.3 > I installed pygrid-0.2.3 for windows. > (.): GLib-GObject-WARNING **: cannot register existing type > `GtkCellRendererCombo' > > 1. How can i stop this warning? > GtkGrid had its own cell renderer combo and now it is part of GTK (with lots of modifications, of course) so if you don't want that warning I suggest you to hack the source and remove that dependency from gtkgrid and use the renderer in gtk+ instead. > Surely it's linked to the wrapping art of pygrid. > But i'm did't understand the way i can wrap a C function. > 2.Has anyone tryied out to wrap something? > 3. Has anyone a good tutorial about it? Pygtk FAQ has some pointer to it. That's how I learned to do so. Well I also had some help in #pygtk but I'm sure you will get some help too. Regards Lorenzo _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
