wxActivateEvent Class Reference
[Events]

#include <wx/event.h>

Inheritance diagram for wxActivateEvent:
Inheritance graph
[legend]

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
See also:
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



wxWidgets logo

[ top ]