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 库创建的对话框居中,但由于现有文档浅薄且 tcl/tk 级别低,这是不可能的。
基本上我正在寻找的是使 tktoplevel 居中:
tt <- tktoplevel()
我曾尝试直接访问该对象,但我没有以前的引用。
tcltk::.Tcl.objv("tk::PlaceWindow", tt)
谢谢。