bbtk::WxApp Class Reference

List of all members.

Public Member Functions

bool OnInit ()
int OnExit ()


Detailed Description

Definition at line 60 of file bbtkWx.cxx.


Member Function Documentation

bool bbtk::WxApp::OnInit (  ) 

Definition at line 69 of file bbtkWx.cxx.

00070   {      
00071     wxApp::OnInit();
00072 #ifdef __WXGTK__
00073     //See http://www.wxwindows.org/faqgtk.htm#locale
00074     setlocale(LC_NUMERIC, "C");
00075 #endif
00076     return true;
00077   }

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

Definition at line 64 of file bbtkWx.cxx.

References OnExit().

Referenced by OnExit().

00064 { return true; }

Here is the call graph for this function:

Here is the caller graph for this function:


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

Generated on Wed Nov 12 11:38:52 2008 for BBTK by  doxygen 1.5.6