/////////////////////////////////////////////////////////////////////////////
-// Name: tbargtk.h
+// Name: wx/gtk1/tbargtk.h
// Purpose: GTK toolbar
// Author: Robert Roebling
// RCS-ID: $Id$
#ifndef _WX_GTK_TBARGTK_H_
#define _WX_GTK_TBARGTK_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "tbargtk.h"
-#endif
-
#if wxUSE_TOOLBAR
// ----------------------------------------------------------------------------
static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
-
+
// implementation from now on
// --------------------------
wxObject *clientData,
const wxString& shortHelpString,
const wxString& longHelpString);
- virtual wxToolBarToolBase *CreateTool(wxControl *control);
+ virtual wxToolBarToolBase *CreateTool(wxControl *control,
+ const wxString& label);
private:
DECLARE_DYNAMIC_CLASS(wxToolBar)