On Tue, Aug 5, 2008 at 3:29 AM, fv sdfsaer <[EMAIL PROTECTED]> wrote: > Well, what I mean is that for example the wxGridCellEditor seems very poorly > documented. I Guess that > http://wxpython.org/docs/api/wx.grid.GridCellEditor-class.html not even gives > all methods/events that are implemented, let well give some explanation on > the methods. And I think it is even worse with the GridCellWorker class. > Either I have only half of the documentation, or I am missing something. This > is no criticism towards the wxpython community, however it confuses me.
Ah, the infamous wx api docs... I think that they are purposefully left vague like that. The API docs are auto generated just like Dabo's, the difference being most of the methods you see in wx are wrappers for the C++ objects and thus have no doc string or usage example to print. The real bread and butter of the wx documentation is in it's Demo platform, which really is a glorified realtime code usage example kit. That said, why are you even looking at the wx implementation? Don't we have versions of those 2 widgets in Dabo already? Nate L. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
