-
wax is nice,
but in creating a pythonian feel to a gui, why do you keep on using .Append instead of .append, I know wxPython does it this way
bye,
roel
-
Wax objects usually derive from wxPython objects, so they already have a number of methods with names like Append, SetSize, etc. So for the sake of consistency, the methods I add use the same system. Hence you see Pack() rather than pack(), etc.