Version: 2.9.4
Public Member Functions
wxActivateEvent Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/event.h>

Inheritance diagram for wxActivateEvent:

Detailed Description

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

Events using this class

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(wxActivateEvent& event)

Event macros:

Library:  wxCore
Category:  Events
参照:
Events and Event Handling, wxApp::IsActive

Public Member Functions

 wxActivateEvent (wxEventType eventType=wxEVT_NULL, bool active=true, int id=0)
 Constructor.
bool GetActive () const
 Returns true if the application or window is being activated, false otherwise.

List of all members.


Constructor & Destructor Documentation

wxActivateEvent::wxActivateEvent ( wxEventType  eventType = wxEVT_NULL,
bool  active = true,
int  id = 0 
)

Constructor.


Member Function Documentation

bool wxActivateEvent::GetActive ( ) const

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines