This post originated from an RSS feed registered with Python Buzz
by Hans Nowak.
Original Post: Wax open issues #2: constructor/layout redundancy
Feed Title: Efectos Especiales
Feed URL: http://www.zephyrfalcon.org/weblog2/rss.xml
Feed Description: Ramblings, rants, musings, ideas and observations. Topics include (but are not limited to): programming (especially Python), books, games (especially CCGs and board games), astrology, design, writing, painting, etc.
There is currently some redundancy when creating Wax objects and adding them to a container. Consider: b = Button(parent, "Click me") parent.AddComponent(b, expand='both') This does seem redundant. ... [329 words]