Created
September 16, 2022 16:06
-
-
Save veer66/ba7a8cc15ce43df005cbdd0b1c972cb7 to your computer and use it in GitHub Desktop.
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
#!/usr/bin/wish | |
grid [text .t1 -width 80 -height 30] | |
grid [ttk::button .b1 -text "chow BOYD" -command {.t1 insert end [exec "ls"]; .t1 insert end "\n\n"}] | |
grid [ttk::button .b2 -text "chow Tapemodel"] | |
grid [ttk::button .b3 -text "chow matrix"] | |
grid [ttk::button .b4 -text "chow kick"] | |
grid [ttk::button .b5 -text "Exit" -command {exit 0}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment