#ifndef _WX_GTK_TBARGTK_H_
#define _WX_GTK_TBARGTK_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
- #pragma interface "tbargtk.h"
-#endif
-
#if wxUSE_TOOLBAR
// ----------------------------------------------------------------------------
// wxToolBar
// ----------------------------------------------------------------------------
-class wxToolBar : public wxToolBarBase
+class WXDLLIMPEXP_CORE wxToolBar : public wxToolBarBase
{
public:
// construction/destruction
virtual void SetWindowStyleFlag( long style );
+ static wxVisualAttributes
+ GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
// implementation from now on
// --------------------------
GtkToolbar *m_toolbar;
- GdkColor *m_fg;
- GdkColor *m_bg;
-
bool m_blockEvent;
void OnInternalIdle();