.TH wxIconizeEvent 3erl "wx 2.2.1" "wxWidgets team." "Erlang Module Definition" .SH NAME wxIconizeEvent \- Functions for wxIconizeEvent class .SH DESCRIPTION .LP An event being sent when the frame is iconized (minimized) or restored\&. .LP See: Overview events, \fIwxTopLevelWindow:iconize/2\fR\&, \fIwxTopLevelWindow:isIconized/1\fR\& .LP This class is derived (and can use functions) from: \fIwxEvent\fR\& .LP wxWidgets docs: wxIconizeEvent .SH "EVENTS" .LP Use \fIwxEvtHandler:connect/3\fR\& with \fIwxIconizeEventType\fR\& to subscribe to events of this type\&. .SH DATA TYPES .nf \fBwxIconizeEvent()\fR\& = wx:wx_object() .br .fi .nf \fBwxIconize()\fR\& = .br #wxIconize{type = wxIconizeEvent:wxIconizeEventType(), .br iconized = boolean()} .br .fi .nf \fBwxIconizeEventType()\fR\& = iconize .br .fi .SH EXPORTS .LP .nf .B isIconized(This) -> boolean() .br .fi .br .RS .LP Types: .RS 3 This = wxIconizeEvent() .br .RE .RE .RS .LP Returns true if the frame has been iconized, false if it has been restored\&. .RE