wxMoveEvent Class Reference
[Events]

#include <wx/event.h>

Inheritance diagram for wxMoveEvent:
Inheritance graph
[legend]

Detailed Description

A move event holds information about wxTopLevelWindow move change events.

Events using this class

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

void handlerFuncName(wxMoveEvent& event)

Event macros:

Library:  wxCore
Category:  Events
See also:
wxPoint, Events and Event Handling

Public Member Functions

 wxMoveEvent (const wxPoint &pt, int id=0)
 Constructor.
wxPoint GetPosition () const
 Returns the position of the window generating the move change event.

List of all members.


Constructor & Destructor Documentation

wxMoveEvent::wxMoveEvent ( const wxPoint pt,
int  id = 0 
)

Constructor.


Member Function Documentation

wxPoint wxMoveEvent::GetPosition (  )  const

Returns the position of the window generating the move change event.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



wxWidgets logo

[ top ]