Popular recipes tagged "dialog"http://code.activestate.com/recipes/tags/dialog/2017-04-11T11:23:46-07:00ActiveState Code RecipesMetro Dialog for Tkinter (Python) 2017-04-11T11:23:46-07:00Miguel Martínez Lópezhttp://code.activestate.com/recipes/users/4189907/http://code.activestate.com/recipes/580780-metro-dialog-for-tkinter/ <p style="color: grey"> Python recipe 580780 by <a href="/recipes/users/4189907/">Miguel Martínez López</a> (<a href="/recipes/tags/dialog/">dialog</a>, <a href="/recipes/tags/metro/">metro</a>, <a href="/recipes/tags/tkinter/">tkinter</a>). Revision 5. </p> <p>I provide here a metro style dialog.</p> <p>It's possible to use a different style of colors subclassing the class <em>Metro_Dialog</em> or providing the corresponding arguments during class initialization. </p> <p>For more metro widgets see here:</p> <p><a href="https://code.activestate.com/recipes/580729-metro-ui-tkinter" rel="nofollow">https://code.activestate.com/recipes/580729-metro-ui-tkinter</a></p>