<tfoot id='ZsGK0'></tfoot>

        <bdo id='ZsGK0'></bdo><ul id='ZsGK0'></ul>

        <small id='ZsGK0'></small><noframes id='ZsGK0'>

      1. <i id='ZsGK0'><tr id='ZsGK0'><dt id='ZsGK0'><q id='ZsGK0'><span id='ZsGK0'><b id='ZsGK0'><form id='ZsGK0'><ins id='ZsGK0'></ins><ul id='ZsGK0'></ul><sub id='ZsGK0'></sub></form><legend id='ZsGK0'></legend><bdo id='ZsGK0'><pre id='ZsGK0'><center id='ZsGK0'></center></pre></bdo></b><th id='ZsGK0'></th></span></q></dt></tr></i><div id='ZsGK0'><tfoot id='ZsGK0'></tfoot><dl id='ZsGK0'><fieldset id='ZsGK0'></fieldset></dl></div>

      2. <legend id='ZsGK0'><style id='ZsGK0'><dir id='ZsGK0'><q id='ZsGK0'></q></dir></style></legend>
      3. 我怎样才能改变kivy窗口的位置

        How can i change kivy window position(我怎样才能改变kivy窗口的位置)
      4. <legend id='TabXj'><style id='TabXj'><dir id='TabXj'><q id='TabXj'></q></dir></style></legend>

          <tfoot id='TabXj'></tfoot>
                  <tbody id='TabXj'></tbody>

                <small id='TabXj'></small><noframes id='TabXj'>

              • <i id='TabXj'><tr id='TabXj'><dt id='TabXj'><q id='TabXj'><span id='TabXj'><b id='TabXj'><form id='TabXj'><ins id='TabXj'></ins><ul id='TabXj'></ul><sub id='TabXj'></sub></form><legend id='TabXj'></legend><bdo id='TabXj'><pre id='TabXj'><center id='TabXj'></center></pre></bdo></b><th id='TabXj'></th></span></q></dt></tr></i><div id='TabXj'><tfoot id='TabXj'></tfoot><dl id='TabXj'><fieldset id='TabXj'></fieldset></dl></div>
                  <bdo id='TabXj'></bdo><ul id='TabXj'></ul>

                • 本文介绍了我怎样才能改变kivy窗口的位置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  有没有其他方法可以改变窗口位置而不使用:

                  from kivy.config import Config
                  Config.set('graphics', 'position', 'custom')
                  Config.set('graphics', 'left', 100)
                  Config.set('graphics', 'top',  100)
                  

                  我不想使用这个,因为当我用我的属性更改最后一个参数 (100) 时,它不起作用.

                  I don't want to use this because when i change the last parameter (100) with my property it doesn't work.

                  推荐答案

                  可以使用当前具有 这个改变.

                  更新:当前的 Kivy 稳定版本可以实现 → 1.10.0.

                  Update: It's possible with the current Kivy stable version → 1.10.0.

                  有了它,您可以访问 Window.topWindow.left 属性并在运行时更改 Window 位置以及获取实际窗口的位置.如果没有该更改(例如版本 1.9.1),就无法做到这一点.

                  With that you can access the Window.top and Window.left properties and change Window position at runtime as well as get the actual position of the Window. Without that change (e.g. version 1.9.1), there's no way how to do that.

                  另外,Config 基本上是在应用程序实际运行之前进行 single 更改,例如将位置设置为 [0, 0],窗口将在 App().run() 之后显示在该位置.仅此而已.

                  Also, Config is basically for a single change before the application actually runs e.g. set the position to [0, 0] and the Window will display at that position after App().run(). Nothing more really.

                  这篇关于我怎样才能改变kivy窗口的位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Kivy 1.9.0 Windows package KeyError: #39;rthooks#39;(Kivy 1.9.0 Windows 包 KeyError: rthooks)
                  Python Kivy: how to call a function on button click?(Python Kivy:如何在按钮单击时调用函数?)
                  How to disable a widget in Kivy?(如何禁用 Kivy 中的小部件?)
                  Centering an object in Kivy(在 Kivy 中将对象居中)
                  How to downgrade to Python 3.4 from 3.5(如何从 Python 3.5 降级到 Python 3.4)
                  Change button or label text color in kivy(在kivy中更改按钮或标签文本颜色)

                        <bdo id='qI6F6'></bdo><ul id='qI6F6'></ul>
                      • <i id='qI6F6'><tr id='qI6F6'><dt id='qI6F6'><q id='qI6F6'><span id='qI6F6'><b id='qI6F6'><form id='qI6F6'><ins id='qI6F6'></ins><ul id='qI6F6'></ul><sub id='qI6F6'></sub></form><legend id='qI6F6'></legend><bdo id='qI6F6'><pre id='qI6F6'><center id='qI6F6'></center></pre></bdo></b><th id='qI6F6'></th></span></q></dt></tr></i><div id='qI6F6'><tfoot id='qI6F6'></tfoot><dl id='qI6F6'><fieldset id='qI6F6'></fieldset></dl></div>
                          <tbody id='qI6F6'></tbody>
                          <tfoot id='qI6F6'></tfoot>
                        • <small id='qI6F6'></small><noframes id='qI6F6'>

                            <legend id='qI6F6'><style id='qI6F6'><dir id='qI6F6'><q id='qI6F6'></q></dir></style></legend>