檢視原始碼 wxIconizeEvent (wx v2.4.3)

當視窗圖示化(最小化)或還原時發送的事件。

請參閱

此類別繼承自以下類別,並可使用其函式:

wxWidgets 文件:wxIconizeEvent

事件

使用 wxEvtHandler:connect/3wxIconizeEventType 來訂閱此類型的事件。

摘要

函式

如果視窗已被圖示化則傳回 true,如果視窗已還原則傳回 false。

類型

-type wxIconize() :: #wxIconize{type :: wxIconizeEvent:wxIconizeEventType(), iconized :: boolean()}.
-type wxIconizeEvent() :: wx:wx_object().
-type wxIconizeEventType() :: iconize.

函式

-spec isIconized(This) -> boolean() when This :: wxIconizeEvent().

如果視窗已被圖示化則傳回 true,如果視窗已還原則傳回 false。