Tkinter reference: A GUI for Python
Tkinter reference: A GUI forPythonContentsPart I: The face of your application. . . . . . . . . . . . . . . . . . . . . . . . . 31. A minimal application. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32. Layout management. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ()method. . . . . . . . . . . . . . . . . . . . . . . . . . Other grid management methods . . . . . . . . . . . . . . . . . . . . . 53. Standard attributes.
widgets have a.grid()method that you can use to tell the geometry manager where to put it. 2.1 The.grid()method w.grid ( *options ) This method registers a widget w with the Gridgeometry manager—if you don’t do this, the widget will exist but it will not be visible on the screen. Here are the options to the.grid()geometry management method:
Download Tkinter reference: A GUI for Python
Information
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document: