]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/button.h
Correct compilation conditions for wxURL::SetProxy.
[wxWidgets.git] / include / wx / palmos / button.h
index b94fb8731c7cd9bbb07619203a6d530feb2e9f83..4c01bac899a260c68e538ed0f7dee221f5b494ac 100644 (file)
@@ -52,6 +52,9 @@ public:
     // implementation from now on
     virtual void Command(wxCommandEvent& event);
 
+    // send a notification event, return true if processed
+    bool SendClickEvent();
+
     virtual void ApplyParentThemeBackground(const wxColour& bg)
     {
         // avoide switching into owner-drawn mode
@@ -59,8 +62,6 @@ public:
     }
 
 protected:
-    // send a notification event, return true if processed
-    bool SendClickEvent();
 
     // default button handling
     void SetTmpDefault();