]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/control.cpp
call gtk_toolbar_set_tooltips() from GtkSetStyle(); removed erroneous wxTB_TOOLTIPS
[wxWidgets.git] / src / palmos / control.cpp
index fea796246a74c2045c11216d91e3a2b21f6fe800..ca0acf8d1facd84fb50f6a66294c482e6756ec26 100644 (file)
@@ -26,6 +26,8 @@
 
 #if wxUSE_CONTROLS
 
+#include "wx/control.h"
+
 #ifndef WX_PRECOMP
     #include "wx/event.h"
     #include "wx/app.h"
     #include "wx/log.h"
     #include "wx/settings.h"
     #include "wx/button.h"
+    #include "wx/checkbox.h"
 #endif
 
-#include "wx/control.h"
 #include "wx/toplevel.h"
-#include "wx/checkbox.h"
 #include "wx/tglbtn.h"
 #include "wx/radiobut.h"
 #include "wx/slider.h"