]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/anybutton.h
Added wxSplitterWindow::SetSashInvisible() and IsSashInvisible().
[wxWidgets.git] / include / wx / anybutton.h
index f5a6cb7c3a3a8030b117db01cf85c1b7eefa4a53..d2b1ee21e2438ecd2afef86ebdc904321629af40 100644 (file)
@@ -176,7 +176,7 @@ protected:
 };
 
 #if defined(__WXUNIVERSAL__)
-    typedef wxAnyButtonBase wxAnyButton;
+    #include "wx/univ/anybutton.h"
 #elif defined(__WXMSW__)
     #include "wx/msw/anybutton.h"
 //#elif defined(__WXMOTIF__)
@@ -191,8 +191,6 @@ protected:
 //    #include "wx/cocoa/anybutton.h"
 //#elif defined(__WXPM__)
 //    #include "wx/os2/anybutton.h"
-//#elif defined(__WXPALMOS__)
-//    #include "wx/palmos/anybutton.h"
 #else
     typedef wxAnyButtonBase wxAnyButton;
 #endif