标签: python wxpython focus wxwidgets
如何找出wx.Frame中哪个小部件有焦点?
wx.Frame
答案 0 :(得分:9)
您应该能够使用Window类的静态FindFocus()方法返回具有焦点的对象。
FindFocus()
api:http://www.wxpython.org/docs/api/wx.Window-class.html#FindFocus
示例:http://nullege.com/codes/search/wx.Window.FindFocus/all/page:2