Public Member Functions

DummyWxApp Class Reference

List of all members.

Public Member Functions

bool OnInit ()
int OnExit ()

Detailed Description

Definition at line 5 of file BlockScopeWxApp.cpp.


Member Function Documentation

int DummyWxApp::OnExit (  )  [inline]

Definition at line 9 of file BlockScopeWxApp.cpp.

{ return true; }

bool DummyWxApp::OnInit (  ) 

Definition at line 15 of file BlockScopeWxApp.cpp.

{        
//  std::cout << "OnInit()"<<std::endl;
  wxApp::OnInit();
#ifdef __WXGTK__
  //See http://www.wxwindows.org/faqgtk.htm#locale
  setlocale(LC_NUMERIC, "C");
#endif
  return true;
}


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