Popular recipes tagged "panedwindow"http://code.activestate.com/recipes/tags/panedwindow/2017-01-28T00:28:56-08:00ActiveState Code RecipesTkinter beautiful handler for pannedwindow (Similar to jQuery Layout) (Python) 2017-01-28T00:28:56-08:00Miguel Martínez Lópezhttp://code.activestate.com/recipes/users/4189907/http://code.activestate.com/recipes/580728-tkinter-beautiful-handler-for-pannedwindow-similar/ <p style="color: grey"> Python recipe 580728 by <a href="/recipes/users/4189907/">Miguel Martínez López</a> (<a href="/recipes/tags/handle/">handle</a>, <a href="/recipes/tags/layout/">layout</a>, <a href="/recipes/tags/panedwindow/">panedwindow</a>, <a href="/recipes/tags/tkinter/">tkinter</a>). Revision 7. </p> <p>The default handler of pannedwindow is replaced by a rectangle with the color and size that the user wants.</p> <p>It's similar to jquery Layout plugin: <a href="http://layout.jquery-dev.com/" rel="nofollow">http://layout.jquery-dev.com/</a></p> Tkinter. Grid with panes (Python) 2016-10-30T22:25:05-07:00Miguel Martínez Lópezhttp://code.activestate.com/recipes/users/4189907/http://code.activestate.com/recipes/578870-tkinter-grid-with-panes/ <p style="color: grey"> Python recipe 578870 by <a href="/recipes/users/4189907/">Miguel Martínez López</a> (<a href="/recipes/tags/grid/">grid</a>, <a href="/recipes/tags/paned/">paned</a>, <a href="/recipes/tags/panedgrid/">panedgrid</a>, <a href="/recipes/tags/panedwindow/">panedwindow</a>, <a href="/recipes/tags/tkinter/">tkinter</a>, <a href="/recipes/tags/widget/">widget</a>). Revision 19. </p> <p>DESCRIPTION: Grid of widgets with paned columns or rows. You can resize every panel dragging. You can also indicate which panels are fixed and the width and height of every row and column manually.</p> <p>Requires Python version greater than 2.7.7.</p>