bbtk::WxApp Class Reference

List of all members.

Public Member Functions

bool OnInit ()
int OnExit ()


Detailed Description

Definition at line 57 of file bbtkWx.cxx.


Member Function Documentation

int bbtk::WxApp::OnExit (  )  [inline]

Definition at line 61 of file bbtkWx.cxx.

00061 { return true; }

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   }


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

Generated on Thu May 31 14:15:12 2012 for BBTK by  doxygen 1.5.7.1