creaImageIO_lib
DummyWxApp Class Reference
Inheritance diagram for DummyWxApp:
Collaboration diagram for DummyWxApp:

Public Member Functions

bool OnInit ()
 
int OnExit ()
 

Detailed Description

Definition at line 32 of file BlockScopeWxApp.cpp.

Member Function Documentation

int DummyWxApp::OnExit ( )
inline

Definition at line 36 of file BlockScopeWxApp.cpp.

36 { return true; }
bool DummyWxApp::OnInit ( )

Definition at line 42 of file BlockScopeWxApp.cpp.

43 {
44 // std::cout << "OnInit()"<<std::endl;
45  wxApp::OnInit();
46 #ifdef __WXGTK__
47  //See http://www.wxwindows.org/faqgtk.htm#locale
48  setlocale(LC_NUMERIC, "C");
49 #endif
50  return true;
51 }

The documentation for this class was generated from the following file: