set up size, title to tcl tk main window

#!/usr/bin/wish

wm title . "this is main title"

wm geometry . 500x300+30+200

 

500 --width

300 --heigh

30 -- x

200 -- y

原文地址:https://www.cnblogs.com/galoishelley/p/3408751.html