|
From: Jeff H. <je...@ac...> - 2006-09-27 01:45:38
|
> For review: proposed '-selectmode' option for the=20 > ttk::treeview widget. > | Controls how the built-in class bindings manage the selection. > | One of multiple, single, or none. > This is (intentionally) a minimal set, intended to cover only=20 > the two most common use cases. If applications need=20 > something different, they can use '-selectmode none' and=20 > implement whatever behaviour they want in widget and/or tag=20 > bindings. This should (hopefully!) not be too difficult. > '-selectmode extended' and '-selectmode browse' were omitted=20 > on purpose. These are well-established, but not, I think,=20 > terribly well-defined. I would disagree on the choices. I use treectrl quite a bit, and have = used many related trees. The -selectmode browse is the most common, and = indeed the default of the core listbox. It is what users will most commonly = expect. -selectmode extended would also be useful (disjoint multiple selection). = I think multiple and single are in fact the least common variants. Jeff |