wxPython:如何找出焦点哪个小部件?

时间:2010-08-10 19:06:16

标签: python wxpython focus wxwidgets

如何找出wx.Frame中哪个小部件有焦点?

1 个答案:

答案 0 :(得分:9)

您应该能够使用Window类的静态FindFocus()方法返回具有焦点的对象。

api:http://www.wxpython.org/docs/api/wx.Window-class.html#FindFocus

示例:http://nullege.com/codes/search/wx.Window.FindFocus/all/page:2