Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个小的 wxPython 实用程序。
我想使用一些事件来检测用户何时最小化应用程序/窗口。
我环顾四周,但没有找到像 wx.EVT_MINIMIZE 这样我可以绑定的事件。
任何人都知道可以用来检测这个的方法吗?
为wx.EVT_ICONIZE事件添加一个处理程序。