// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_TBAR95_H_
#pragma interface "tbar95.h"
#endif
-#if wxUSE_BUTTONBAR && wxUSE_TOOLBAR
+#if wxUSE_TOOLBAR
#include "wx/tbarbase.h"
WXDLLEXPORT_DATA(extern const wxChar*) wxToolBarNameStr;
wxSize GetMaxSize() const;
- void GetSize(int *w, int *y) const;
-
virtual bool GetToolState(int toolIndex) const;
// Add all the buttons: required for Win95.
DECLARE_EVENT_TABLE()
};
-#endif // wxUSE_TOOL/BUTTONBAR
+#endif // wxUSE_TOOLBAR
+
#endif
// _WX_TBAR95_H_