// Created: 25.08.00
// RCS-ID: $Id$
// Copyright: (c) Vadim Zeitlin
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_UNIV_BMPBUTTN_H_
wxBitmapButtonBase::SetMargins(x, y);
}
- virtual bool Enable(bool enable = TRUE);
+ virtual bool Enable(bool enable = true);
- virtual bool SetCurrent(bool doit = TRUE);
+ virtual bool SetCurrent(bool doit = true);
virtual void Press();
virtual void Release();
virtual void OnSetBitmap();
// set bitmap to the given one if it's ok or to m_bmpNormal and return
- // TRUE if the bitmap really changed
+ // true if the bitmap really changed
bool ChangeBitmap(const wxBitmap& bmp);
private: