gpt4 book ai didi

python - 如何在 wxgrid (python) 中放置组合框?

转载 作者:行者123 更新时间:2023-11-28 22:04:20 26 4
gpt4 key购买 nike

我找不到任何关于如何在 wxgrid 的单元格内放置组合框的有用信息。我试过谷歌,但也许我是盲人。有人可以分享一个简单的示例吗?

最佳答案

看看GridChoiceCellEditor .您可以按如下方式使用它:

    choice_editor = wx.grid.GridCellChoiceEditor(choices_list, True) 
grid.SetCellEditor(row, col, choice_editor)

关于python - 如何在 wxgrid (python) 中放置组合框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7348431/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com