]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWx.cxx
- Finished the Transcriptor
[bbtk.git] / kernel / src / bbtkWx.cxx
index fc42e4788c5af29040172211e5356159f30d6256..7ad8ad02785220d05bd598b69704a43d20ec1321 100644 (file)
@@ -11,7 +11,13 @@ namespace bbtk
   static int mgNbWindowsAlive  = 0;
   static int mgNbWindowsShown  = 0;
 
-
+  void Wx::CreateInvisibleTopWindow()
+  {
+    wxWindow* top = new wxFrame(0,-1,_T("TOP (YOU SHOULD NOT SEE ME !!)"));
+    top->Hide();
+    Wx::SetTopWindow(top);
+  }
   void Wx::ResetCursor() 
   {
     if (!GetTopWindow()) return;