Re: WxPython versus Tkinter.



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
.



Relevant Pages

  • Re: A couple of tktreectrl improvements
    ... scrollbars) is treectrl. ... The left-hand pane is a treectrl (the center one is treeview, ... another widget that can do the ... Kevin Walzer ...
    (comp.lang.tcl)
  • Re: Wish crashes (on Mac) when trying to use tktreectrl
    ... package require treectrl ... This is the same on Tcl 8.5.12 and Tcl 8.6b2. ... There was some change in trunk that wasn't backported to 8.5 until recently (the Tk-Cocoa backport). ... Kevin Walzer ...
    (comp.lang.tcl)
  • Re: WxPython versus Tkinter.
    ... Challenge 1: (Simple Directory Viewer) ... I'd understand if this code made use of some Tk extension, as that's not quite an apples-to-apples comparison. ... But the treectrl is part of the core Tkinter widget set. ... Kevin Walzer ...
    (comp.lang.python)