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
wxActivateEvent(3) Erlang Module Definition wxActivateEvent(3)

wxActivateEvent - Functions for wxActivateEvent class

An activate event is sent when a window or application is being activated or deactivated.

Note: Until wxWidgets 3.1.0 activation events could be sent by wxMSW when the window was minimized. This reflected the native MSW behaviour but was often surprising and unexpected, so starting from 3.1.0 such events are not sent any more when the window is in the minimized state.

See: Overview events, wxApp::IsActive (not implemented in wx)

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

wxWidgets docs: wxActivateEvent

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

wxActivateEvent() = wx:wx_object()

wxActivate() = 
    #wxActivate{type = wxActivateEvent:wxActivateEventType(),
                active = boolean()}

wxActivateEventType() = activate | activate_app | hibernate

getActive(This) -> boolean()


Types:

This = wxActivateEvent()

Returns true if the application or window is being activated, false otherwise.

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.