// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "scrolbar.h"
#endif
IMPLEMENT_DYNAMIC_CLASS(wxScrollBar, wxControl)
+/*
+ TODO PROPERTIES
+ value (long,0)
+ thumbsize(long,1)
+ range( long , 10 )
+ pagesize( long , 1)
+*/
+
BEGIN_EVENT_TABLE(wxScrollBar, wxControl)
#if WXWIN_COMPATIBILITY
EVT_SCROLL(wxScrollBar::OnScroll)
}
bool wxScrollBar::MSWOnScroll(int WXUNUSED(orientation), WXWORD wParam,
- WXWORD pos, WXHWND control)
+ WXWORD pos, WXHWND WXUNUSED(control))
{
// current and max positions
int position,