KekLib.DDList#
- from:
Recipe11.4.Adding Drag and Drop Reordering to a Tkinter Listbox https://flylib.com/books/en/2.9.1.230/1/
- class DDList(master, **kw)#
Bases:
Listbox
A tkinter listbox with drag’n’drop reordering of entries.
Construct a listbox widget with the parent MASTER.
Valid resource names: background, bd, bg, borderwidth, cursor, exportselection, fg, font, foreground, height, highlightbackground, highlightcolor, highlightthickness, relief, selectbackground, selectborderwidth, selectforeground, selectmode, setgrid, takefocus, width, xscrollcommand, yscrollcommand, listvariable.
- setCurrent(event)#
- shiftSelection(event)#