]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWx.cxx
#3392 BBTK Bug New Normal - Initial widget size box LayoutLine
[bbtk.git] / kernel / src / bbtkWx.cxx
index 69cfc4db3e24dbb42ec2a50c40046a7869d573b7..31b473f3864f51ce91f143bcca725d4bd4ea9ff0 100644 (file)
@@ -71,7 +71,8 @@ namespace bbtk
   IMPLEMENT_APP_NO_MAIN(WxApp);
   //=========================================================================
   bool WxApp::OnInit( )
-  {     
+  {
+       std::cout<<"Testing OnINIT Wx ---- JFGA !!!DELETE ME!!! bbtkWx"<<std::endl;      
     wxApp::OnInit();
 #ifdef __WXGTK__
     //See http://www.wxwindows.org/faqgtk.htm#locale
@@ -84,6 +85,8 @@ namespace bbtk
   //=========================================================================
   void Wx::CreateWxAppIfNeeded()
   {
+
+               std::cout<<"Testing CreateWxAppIfNeeded --- DELETE ME ----"<<std::endl;
     if (wxApp::GetInstance()==0)
       {
        if (mgWxApp != 0) 
@@ -103,6 +106,10 @@ namespace bbtk
   {
     if (mgWxApp!= 0) 
       {
+         
+printf("EED Wx::DestroyWxAppIfNeeded \n");
+         
+         
        //      bbtkDebugMessage("wx",1,"  --> Destructing bbtk WxApp"<<std::endl);
        //delete mgWxApp;
        //      mgWxApp = 0;