X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbdb39b2d0b8c3359eab1693fd1fc786499f62d7..764a3a49068a94d1edb96f299b10c155d101c1b0:/include/wx/tbarbase.h diff --git a/include/wx/tbarbase.h b/include/wx/tbarbase.h index 3cf75abf8b..97ff12eafb 100644 --- a/include/wx/tbarbase.h +++ b/include/wx/tbarbase.h @@ -23,7 +23,7 @@ #include "wx/list.h" #include "wx/control.h" -WXDLLEXPORT_DATA(extern const char*) wxToolBarNameStr; +WXDLLEXPORT_DATA(extern const wxChar*) wxToolBarNameStr; WXDLLEXPORT_DATA(extern const wxSize) wxDefaultSize; WXDLLEXPORT_DATA(extern const wxPoint) wxDefaultPosition; @@ -158,7 +158,7 @@ class WXDLLEXPORT wxToolBarBase : public wxControl #endif // Lay the tools out - virtual void Layout(void); + virtual void LayoutTools(); // Add all the buttons: required for Win95. virtual bool CreateTools(void) { return TRUE; } @@ -208,11 +208,6 @@ class WXDLLEXPORT wxToolBarBase : public wxControl void OnSize(wxSizeEvent& event); void OnIdle(wxIdleEvent& event); - // Required to force normal cursor-setting behaviour in Windows -#ifdef __WXMSW__ - virtual void MSWOnMouseMove(int x, int y, WXUINT flags); -#endif - protected: wxList m_tools; // int m_tilingDirection;