Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -53,10 +53,10 @@ proc resizeWin {} {
|
|||
}
|
||||
}
|
||||
|
||||
grid [label .l -text "Window handle:"] [label .l2 -textvariable win]
|
||||
grid [label .l -text "Window handle:"] [label .l2 -textvariable win]
|
||||
grid [button .b1 -text "Open/Reset" -command openWin] -
|
||||
grid [button .b2 -text "Close" -command closeWin] -
|
||||
grid [button .b3 -text "Minimize" -command minimizeWin] -
|
||||
grid [button .b4 -text "Maximize" -command maximizeWin] -
|
||||
grid [button .b5 -text "Move" -command moveWin] -
|
||||
grid [button .b6 -text "Resize" -command resizeWin] -
|
||||
grid [button .b2 -text "Close" -command closeWin] -
|
||||
grid [button .b3 -text "Minimize" -command minimizeWin] -
|
||||
grid [button .b4 -text "Maximize" -command maximizeWin] -
|
||||
grid [button .b5 -text "Move" -command moveWin] -
|
||||
grid [button .b6 -text "Resize" -command resizeWin] -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue