X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e40298d54ecd5b109222a7c60aa2ef084a304d69..61d457caae3e33efe8e0953f79c4a94e366b22d7:/include/wx/mac/spinbutt.h diff --git a/include/wx/mac/spinbutt.h b/include/wx/mac/spinbutt.h index fb0bc70b3c..c51e358897 100644 --- a/include/wx/mac/spinbutt.h +++ b/include/wx/mac/spinbutt.h @@ -40,7 +40,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSP_VERTICAL | wxSP_ARROW_KEYS, - const wxString& name = "wxSpinButton") + const wxString& name = wxT("wxSpinButton")) { Create(parent, id, pos, size, style, name); } @@ -52,7 +52,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSP_VERTICAL | wxSP_ARROW_KEYS, - const wxString& name = "wxSpinButton"); + const wxString& name = wxT("wxSpinButton")); // accessors @@ -64,7 +64,7 @@ public: // implementation - virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart ) ; + virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ; protected: void MacHandleValueChanged( int inc ) ;