Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: 85bbee58ceb8fb323cc9908333c01a58680e6f80
Ticket: 8a270c661cb7829dce10f89777f3f4a23fabec8c
ttk::treeview -selectmode doesn't match [listbox]
User & Date: MG 2014-03-16 00:23:56
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    There's no themed [listbox], but [ttk::treeview]s can be set up to do more or less the same job. However, although they both have the -selectmode option, they work differently; in [listbox], -selectmode single allows you to select a single row, while -selectmode browse also lets you select a single row, but also lets you drag the row to reorder elements.
    
    In [ttk::treeview], there's no "single", and "browse" doesn't allow dragging. It would be nice if the treeview's "browse" was renamed "single", and a new "browse" mode that allowed dragging, to match the one in [listbox], was added.
    
  5. foundin changed to: "8.6.0"
  6. is_private changed to: "0"
  7. login: "MG"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "d4bbf66f445929e627fc15cea06ac36f09044260"
  10. resolution changed to: "None"
  11. severity changed to: "Minor"
  12. status changed to: "Open"
  13. submitter changed to: "MG"
  14. subsystem changed to: "88. Themed Tk (Ttk)"
  15. title changed to: "ttk::treeview -selectmode doesn't match [listbox]"
  16. type changed to: "RFE"