Popular recipes tagged "widget"http://code.activestate.com/recipes/tags/widget/2017-04-11T15:52:23-07:00ActiveState Code RecipesMetro Accordion for Tkinter (Python) 2017-04-11T15:52:23-07:00Miguel Martínez Lópezhttp://code.activestate.com/recipes/users/4189907/http://code.activestate.com/recipes/580781-metro-accordion-for-tkinter/ <p style="color: grey"> Python recipe 580781 by <a href="/recipes/users/4189907/">Miguel Martínez López</a> (<a href="/recipes/tags/accordion/">accordion</a>, <a href="/recipes/tags/metro/">metro</a>, <a href="/recipes/tags/tkinter/">tkinter</a>, <a href="/recipes/tags/widget/">widget</a>). Revision 5. </p> <p>I provide an animation abstract object to make easy the animation of the accordion.</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> Mandelbrot trajectories (Python) 2011-04-06T18:18:48-07:00Kaushik Ghosehttp://code.activestate.com/recipes/users/4166965/http://code.activestate.com/recipes/577642-mandelbrot-trajectories/ <p style="color: grey"> Python recipe 577642 by <a href="/recipes/users/4166965/">Kaushik Ghose</a> (<a href="/recipes/tags/graph/">graph</a>, <a href="/recipes/tags/interactive/">interactive</a>, <a href="/recipes/tags/matplotlib/">matplotlib</a>, <a href="/recipes/tags/plotting/">plotting</a>, <a href="/recipes/tags/widget/">widget</a>). </p> <p>An interactive graph to plot the trajectory of points on and off the mandelbrot set. Illustrates the use of sliders in matplotlib</p>