GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
wxIconizeEvent(3) Erlang Module Definition wxIconizeEvent(3)

wxIconizeEvent - Functions for wxIconizeEvent class

An event being sent when the frame is iconized (minimized) or restored.

See: Overview events, wxTopLevelWindow:iconize/2, wxTopLevelWindow:isIconized/1

This class is derived (and can use functions) from: wxEvent

wxWidgets docs: wxIconizeEvent

Use wxEvtHandler:connect/3 with wxIconizeEventType to subscribe to events of this type.

wxIconizeEvent() = wx:wx_object()

wxIconize() = 
    #wxIconize{type = wxIconizeEvent:wxIconizeEventType(),
               iconized = boolean()}

wxIconizeEventType() = iconize

isIconized(This) -> boolean()


Types:

This = wxIconizeEvent()

Returns true if the frame has been iconized, false if it has been restored.

wx 2.1.1 wxWidgets team.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.