X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a82c9ecc9a2cba9727b538c818ebdba243eacbc..3c57bda5451d31315de797a285b9547693143316:/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..76acc6ba65 100644 --- a/contrib/include/wx/deprecated/tbarsmpl.h +++ b/contrib/include/wx/deprecated/tbarsmpl.h @@ -12,10 +12,6 @@ #ifndef _WX_TBARSMPLH__ #define _WX_TBARSMPLH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "tbarsmpl.h" -#endif - #include "wx/tbarbase.h" #include "wx/deprecated/setup.h" @@ -25,7 +21,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 +114,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);