<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 列表框中?

        时间:2023-07-05
          <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 列表框中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:更改 tkinter 列表框中的项目顺序 下一篇:如何查看 Tkinter 中是否存在小部件?

                  相关文章

                        <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>
                    1. <legend id='3rdpZ'><style id='3rdpZ'><dir id='3rdpZ'><q id='3rdpZ'></q></dir></style></legend>

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

                    2. <tfoot id='3rdpZ'></tfoot>