X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdb5436554c910fe850db1470514ee83ded76db3..b901ac2c3b618a020f87a4a02555b72c4b41bc21:/include/wx/palmos/checkbox.h?ds=inline diff --git a/include/wx/palmos/checkbox.h b/include/wx/palmos/checkbox.h index d2f7628a26..edc46aa9f0 100644 --- a/include/wx/palmos/checkbox.h +++ b/include/wx/palmos/checkbox.h @@ -12,10 +12,6 @@ #ifndef _WX_CHECKBOX_H_ #define _WX_CHECKBOX_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "checkbox.h" -#endif - // Checkbox item (single checkbox) class WXDLLEXPORT wxCheckBox : public wxCheckBoxBase { @@ -47,6 +43,9 @@ public: virtual void Command(wxCommandEvent& event); + // send a notification event, return true if processed + bool SendClickEvent(); + protected: virtual wxSize DoGetBestSize() const;