Top-rated recipes tagged "pannedwindow"http://code.activestate.com/recipes/tags/pannedwindow/top/2017-01-15T15:02:09-08:00ActiveState Code RecipesSimultaneous panels (Tkinter). Moving several panels at the same time in panedwindow widgets. (Python) 2017-01-15T15:02:09-08:00Miguel Martínez Lópezhttp://code.activestate.com/recipes/users/4189907/http://code.activestate.com/recipes/578873-simultaneous-panels-tkinter-moving-several-panels-/ <p style="color: grey"> Python recipe 578873 by <a href="/recipes/users/4189907/">Miguel Martínez López</a> (<a href="/recipes/tags/draggable/">draggable</a>, <a href="/recipes/tags/pannedwindow/">pannedwindow</a>, <a href="/recipes/tags/syncronous/">syncronous</a>, <a href="/recipes/tags/tkinter/">tkinter</a>). Revision 14. </p> <p>Several paned windows which you can drag their shash at the same time. They are grouped by tags.</p> Parallel Paned Windows (Version1) (Python) 2014-06-03T20:33:34-07:00Miguel Martínez Lópezhttp://code.activestate.com/recipes/users/4189907/http://code.activestate.com/recipes/578872-parallel-paned-windows-version1/ <p style="color: grey"> Python recipe 578872 by <a href="/recipes/users/4189907/">Miguel Martínez López</a> (<a href="/recipes/tags/dragging/">dragging</a>, <a href="/recipes/tags/pannedwindow/">pannedwindow</a>, <a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/synchronous/">synchronous</a>, <a href="/recipes/tags/tkinter/">tkinter</a>). Revision 4. </p> <p>This version doesn't work ok. Instead see my new version: <a href="https://code.activestate.com/recipes/578873-moving-several-panels-at-the-same-time-tkinter/" rel="nofollow">https://code.activestate.com/recipes/578873-moving-several-panels-at-the-same-time-tkinter/</a></p>