Created
September 20, 2012 14:04
-
-
Save bazub/3756136 to your computer and use it in GitHub Desktop.
Button that takes the user to Google Maps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
butG2S=Button(root, text="Go to Maps", command=gomaps) | |
butG2S.grid(row=3,column=0,columnspan=2, sticky=N+S+E+W) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment