wxpython位图添加textctrl / combobox顶部吗?

时间:2016-07-14 07:37:46

标签: python bitmap wxpython

我试图找到是否可以在wxpython中添加GenStaticBitmap的textctrl / combobox顶部。

我没有找到任何快速搜索的内容。它不是首要的优先事项,但我觉得它会使程序使用更好。

在这种情况下,我有从网页截取的截图,用户可以选择输入框,它应该是位于选定位置的位图上的textctrl。 (我已经将textctrl定位在其他地方了。)

# example something like this
self.staticbitmap = GenStaticBitmap(self.panel, self.bitmap)
text = wx.textctrl(self.panel)
# Have sizer position it here?

我不能给出完整的代码示例。

1 个答案:

答案 0 :(得分:0)

您是否正在搜索背景位图(用户定义位图顶部的控件)?

Mike Driscoll has described a solution for this in his Blog.