]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/slider.h
cleanup - added whitespace around operators, some blank lines, fixed comment typos...
[wxWidgets.git] / include / wx / palmos / slider.h
index 7cd3bae15d4c7073c38279f5ec24cdf3cfaa7183..41c32a3712283570d061761f0790a507c2f84b5a 100644 (file)
 #ifndef _SLIDERPALM_H_
 #define _SLIDERPALM_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "slider.h"
-#endif
-
 // Slider
 class WXDLLEXPORT wxSlider : public wxSliderBase
 {
@@ -76,7 +72,7 @@ public:
 
     // send a notification event, return true if processed
     bool SendUpdatedEvent();
-    bool SendScrollEvent(EventType* event);
+    bool SendScrollEvent(WXEVENTPTR event);
 
 protected: