const wxBitmap& pushedBitmap,
bool toggle,
wxCoord xPos,
- wxCoord yPos = -1,
+ wxCoord yPos = wxDefaultCoord,
wxObject *clientData = NULL,
const wxString& helpString1 = wxEmptyString,
const wxString& helpString2 = wxEmptyString);
// implementation only from now on
// -------------------------------
- // Handle wxWindows events
+ // Handle wxWidgets events
void OnPaint(wxPaintEvent& event);
void OnMouseEvent(wxMouseEvent& event);