/////////////////////////////////////////////////////////////////////////////
-// Name: wx/gtk/bmpbutton.h
+// Name: wx/gtk1/bmpbutton.h
// Purpose:
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
const wxString& name = wxButtonNameStr);
void SetLabel( const wxString &label );
- wxString GetLabel() const;
virtual void SetLabel( const wxBitmap& bitmap ) { SetBitmapLabel(bitmap); }
- virtual void SetDefault();
virtual bool Enable(bool enable = TRUE);
// implementation
// --------------
- void HasFocus();
- void NotFocus();
+ void GTKSetHasFocus();
+ void GTKSetNotFocus();
void StartSelect();
void EndSelect();
void DoApplyWidgetStyle(GtkRcStyle *style);