On Oct 5, 2005, at 5:03 PM, Paul McNett wrote:

On thing to keep in mind is that with something like stock buttons: the way that they are implemented in wxPython, which closely mirrors its C++ wxWidgets roots, is likely not very Pythonic, and if we were to add them to Dabo, we would most likely do it very differently. The use of IDs is certainly never going to make it into Dabo.

I see us doing something like we did with dKeys and dColors... map a string to the wx id's.

I don't see us doing this at all. After all, what does this 'stock button' give us?

    btn = dButton(self, Caption="Preferences")
    btn = dButton(self, Stock="Preferences")

    ??


-- 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