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

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

    <tfoot id='bzUon'></tfoot>

  • <legend id='bzUon'><style id='bzUon'><dir id='bzUon'><q id='bzUon'></q></dir></style></legend>

        将按钮插入到 python 上的 tkinter 列表框中?

        Inserting a button into a tkinter listbox on python?(将按钮插入到 python 上的 tkinter 列表框中?)
          <tfoot id='hLSzB'></tfoot>
            <bdo id='hLSzB'></bdo><ul id='hLSzB'></ul>

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

                  <tbody id='hLSzB'></tbody>

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

                <legend id='hLSzB'><style id='hLSzB'><dir id='hLSzB'><q id='hLSzB'></q></dir></style></legend>
                1. 本文介绍了将按钮插入到 python 上的 tkinter 列表框中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  ...
                  self.myListbox=tkinter.Listbox() 
                  self.myListbox.pack()
                  self.myButton=tkinter.Button(self.myListbox,text="Press")
                  
                  self.myListbox.insert(1,myButton.pack())
                  ...
                  

                  我想在列表框中插入一个按钮,就像插入一个刺一样.我该怎么做?

                  I want to insert a button into listbox like inserting a sting. How can I do this?

                  推荐答案

                  你不能.来自列表框文档:列表框是显示字符串列表的小部件".

                  You can't. From the listbox documentation: "A listbox is a widget that displays a list of strings".

                  当然,您可以使用 pack、place 或 grid 在小部件内放置一个按钮,但它不会成为列表框数据的一部分——例如,它不会滚动,并且可能会掩盖一些数据.

                  You can, of course, use pack, place or grid to put a button inside the widget but it won't be part of the listbox data -- it won't scroll for example, and might obscure some of the data.

                  这篇关于将按钮插入到 python 上的 tkinter 列表框中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  env: python: No such file or directory(env: python: 没有这样的文件或目录)
                  How to evaluate environment variables into a string in Python?(如何在 Python 中将环境变量评估为字符串?)
                  Python - temporarily modify the current process#39;s environment(Python - 临时修改当前进程的环境)
                  Change current process environment#39;s LD_LIBRARY_PATH(更改当前进程环境的 LD_LIBRARY_PATH)
                  Reading and writing environment variables in Python?(在 Python 中读写环境变量?)
                  When to use sys.path.append and when modifying %PYTHONPATH% is enough(何时使用 sys.path.append 以及何时修改 %PYTHONPATH% 就足够了)
                        <bdo id='3rdpZ'></bdo><ul id='3rdpZ'></ul>

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

                        <small id='3rdpZ'></small><noframes id='3rdpZ'>

                          • <tfoot id='3rdpZ'></tfoot>
                              <tbody id='3rdpZ'></tbody>