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イベントのハンドラーを追加します。