X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a82c9ecc9a2cba9727b538c818ebdba243eacbc..e8332ccfe0cf1653b257d46d5c41339e2b2da438:/contrib/include/wx/deprecated/tbarsmpl.h?ds=sidebyside diff --git a/contrib/include/wx/deprecated/tbarsmpl.h b/contrib/include/wx/deprecated/tbarsmpl.h index 4e54cf25c0..97bc158f0f 100644 --- a/contrib/include/wx/deprecated/tbarsmpl.h +++ b/contrib/include/wx/deprecated/tbarsmpl.h @@ -25,7 +25,7 @@ class WXDLLEXPORT wxMemoryDC; // ---------------------------------------------------------------------------- -// wxToolBarSimple is a generic toolbar implementation in pure wxWindows +// wxToolBarSimple is a generic toolbar implementation in pure wxWidgets // ---------------------------------------------------------------------------- class WXDLLIMPEXP_DEPRECATED wxToolBarSimple : public wxToolBarBase @@ -118,8 +118,8 @@ protected: const wxString& shortHelp = wxEmptyString, const wxString& longHelp = wxEmptyString, wxObject *clientData = NULL, - wxCoord xPos = -1, - wxCoord yPos = -1 + wxCoord xPos = wxDefaultCoord, + wxCoord yPos = wxDefaultCoord ); virtual bool DoInsertTool(size_t pos, wxToolBarToolBase *tool);