Public Member Functions | |
bool | OnInit () |
int | OnExit () |
Definition at line 57 of file bbtkWx.cxx.
int bbtk::WxApp::OnExit | ( | ) | [inline] |
bool bbtk::WxApp::OnInit | ( | ) |
Definition at line 66 of file bbtkWx.cxx.
00067 { 00068 wxApp::OnInit(); 00069 #ifdef __WXGTK__ 00070 //See http://www.wxwindows.org/faqgtk.htm#locale 00071 setlocale(LC_NUMERIC, "C"); 00072 #endif 00073 return true; 00074 }