// Name: wx/gtk/bmpbutton.h
// Purpose:
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
const wxSize& size = wxDefaultSize,
long style = 0,
const wxValidator& validator = wxDefaultValidator,
- const wxString& name = wxButtonNameStr)
- {
- if ( !wxBitmapButtonBase::Create(parent, id, "",
- pos, size, style,
- validator, name) )
- return false;
-
- SetBitmapLabel(bitmap);
-
- return true;
- }
+ const wxString& name = wxButtonNameStr);
+private:
DECLARE_DYNAMIC_CLASS(wxBitmapButton)
};