查看源代码 wxIconizeEvent (wx v2.4.3)
当框架图标化(最小化)或恢复时发送的事件。
参见
此类派生自 wxEvent 并可以使用其函数
wxWidgets 文档: wxIconizeEvent
事件
使用 wxEvtHandler:connect/3
和 wxIconizeEventType
来订阅此类型的事件。
概要
函数
如果框架已图标化,则返回 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。