On Mar 9, 2007, at 10:39 AM, 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.

        I would go further than that. The public API contains a lot of  
rarely-used, if ever, things that aren't needed 99% of the time. I've  
used my own experience, as well as feedback from others, to only  
abstract out the relevant stuff to the Class Designer Prop Sheet.  
Look at the _getDesProps() method of ClassDesignerControlMixin.py  
(currently at line 602); this is my attempt at defining what is  
relevant and what is not.

        Speaking of relevancy, please trim all the irrelevant stuff out of  
your replies.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to