Popular recipes tagged "meta:loc=353"http://code.activestate.com/recipes/tags/meta:loc=353/2017-03-03T14:13:14-08:00ActiveState Code RecipesTkinter draggable list V2 (Python)
2017-03-03T14:13:14-08:00Miguel Martínez Lópezhttp://code.activestate.com/recipes/users/4189907/http://code.activestate.com/recipes/580748-tkinter-draggable-list-v2/
<p style="color: grey">
Python
recipe 580748
by <a href="/recipes/users/4189907/">Miguel Martínez López</a>
(<a href="/recipes/tags/draggable/">draggable</a>, <a href="/recipes/tags/list/">list</a>, <a href="/recipes/tags/tkinter/">tkinter</a>).
Revision 3.
</p>
<p>This version use tkinter frame instead of ttk frame.</p>
<p>This next link is version 1 (It's the same code but it uses ttk frame):</p>
<p><a href="https://code.activestate.com/recipes/580717-sortable-megawidget-in-tkinter-like-the-sortable-w/" rel="nofollow">https://code.activestate.com/recipes/580717-sortable-megawidget-in-tkinter-like-the-sortable-w/</a></p>