[Tkinter-discuss] Tkinter accessability options

2010-12-30 Thread python
I'm cross-posting this thread from python-list. > Not all the people were happy because the darkness disappeared partially for > some of them and more and more blind people started to use a computer, and > discovered that the Tk interfaces are absolutely inaccessible for them. Might this packag

[Tkinter-discuss] Re-arrange ttk.treeview columns via drag and drop?

2010-12-30 Thread python
Is there a way to for users to re-arrange column order in the ttk.treeview widget? Many grid-like user interfaces allow a user to drag and drop columns to change column order. Any such capability present in the ttk.treeview widget? Thank you, Malcolm ___