X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bfc6fde4b1dd5bfd8ae22839ff9a69cf24eb9120..cf1a9b45c7b70f217d3cc282ab77df8feaadcdeb:/include/wx/motif/statbox.h diff --git a/include/wx/motif/statbox.h b/include/wx/motif/statbox.h index 48059b5318..99a9b29445 100644 --- a/include/wx/motif/statbox.h +++ b/include/wx/motif/statbox.h @@ -6,7 +6,7 @@ // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_STATBOX_H_ @@ -45,8 +45,10 @@ public: long style = 0, const wxString& name = wxStaticBoxNameStr); - virtual void Command(wxCommandEvent& WXUNUSED(event)) {}; - virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {}; + virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event)) + { + return FALSE; + } void SetLabel(const wxString& label); wxString GetLabel() const;