Window inside window

前端 未结 2 2124
情话喂你
情话喂你 2020-12-19 15:39

I\'m not very good with tkinter of python, but i would like to know if theres a way to make a window inside a window, where that window cannot get out of the main window\'s

2条回答
  •  独厮守ぢ
    2020-12-19 15:57

    There's nothing built-in to facilitate this, though there are enough building blocks to build your own. You can, for example, create a frame with some custom bindings that allow you to move it around its parent using the place geometry manager.

提交回复
热议问题