1. 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
      posted by roel mathys at 11:05:06 PM on December 18, 2003  
  2. 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.
      posted by Hans at 06:45:11 AM on December 19, 2003