Functions |
|
| DECLARE_APP (the_app) | |
| wxWindows macro: creates a forward declaration of wxGetApp(). |
|
Many, but not all, begin with a wx or WX prefix.
|
|
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 . |