]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWx.h
- Finished the Transcriptor
[bbtk.git] / kernel / src / bbtkWx.h
index 7d64a023a94f22119dd08b7ad41ba1dac1bdeacf..e160c3ae7b1eecbc994674bb8c27be450bbb8230 100644 (file)
@@ -44,6 +44,7 @@ namespace bbtk
     static void EndBusyCursor();
     static int mBeginBusyCallsCount;
 
+    static void CreateInvisibleTopWindow();
     /// Returns the global parent of all bbtk windows
     static wxWindow* GetTopWindow();
     /// Sets the global parent of all bbtk windows
@@ -117,6 +118,7 @@ namespace bbtk
     static void ResetCursor() {}
     static void BeginBusyCursor() {}
     static void EndBusyCursor() {}
+    static void CreateInvisibleTopWindow() {}
     static wxWindow* GetTopWindow() { return 0; }
     static void SetTopWindow(wxWindow*) {}
     static void IncNbWindowsAlive() {}