Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Tcl/Tk 应用程序,其中包含多个可能同时可见的对话框。但是,我想将我的“主对话框”(定义为顶级)设置为“始终位于顶部”。我该怎么做呢?
只需使用
wm attribute . -topmost 1