WxPython versus Tkinter.
Kevin Walzer
kw at codebykevin.com
Sun Jan 23 21:16:49 EST 2011
On 1/23/11 8:33 PM, rantingrick wrote:
> Well wxPython ha a treectrl too. And if we were comparing apples to
> apples then we would compare the wx.TreeCtrl to the Tk::TreeCtrl.
> However there are many things that a ListCtrl can do that a treectrl
> can't. The biggest difference.... COLUMNS
The ttk::treeview widget can also function as a multi-column listbox,
and can include both tree and multi-column listbox features in a single
window. It's a very flexible widget.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
More information about the Python-list
mailing list