Nate Lowrie wrote: > I agree. I found out yesterday that dGrid has 1164 > methods/attribute/properties and even dTextBox has 783. Of course, > 350+ are inherited from wxPython and many more are internal methods > that users do not need to know about. > > If you are going to do this, you really need to find a way to just > pull the public API.
This can be done fairly easily using introspection. Note that my api docs don't include anything private or from wx. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
