/////////////////////////////////////////////////////////////////////////////
// Name: wx/msw/tbarmsw.h
-// Purpose: wxToolBar for Win16
+// Purpose: wxToolBar for older Windowses
// Author: Julian Smart
// Modified by: 13.12.99 by VZ during toolbar classes reorganization
// Created: 01/02/97
class WXDLLEXPORT wxMemoryDC;
// ----------------------------------------------------------------------------
-// wxToolBar for Win16
+// wxToolBar for older Windowses
// ----------------------------------------------------------------------------
class WXDLLEXPORT wxToolBar : public wxToolBarBase
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);