#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"
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
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);