Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Defines: wxWindows macros
[Defines]

These macros can be found in the wxWindows libary headers. More...

Functions

  DECLARE_APP (the_app)
  wxWindows macro: creates a forward declaration of wxGetApp().


Detailed Description

These macros can be found in the wxWindows libary headers.

Many, but not all, begin with a wx or WX prefix.


Function Documentation

DECLARE_APP the_app   
 

wxWindows macro: creates a forward declaration of wxGetApp().

This macro is later implemented by IMPLEMENT_APP. It allows the global single application object to be called with the function wxGetApp().

It is used, for example, in internationalization.cpp calls to wxGetApp()->m_locale .