]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/scrolbar.cpp
two fixes from Justin Bradford
[wxWidgets.git] / src / msw / scrolbar.cpp
index c4fbe72399dcb96597c002d4d5fc3bcef29f6c7c..14e71a1711e7bc0fc5631af2835536add8fd4b0d 100644 (file)
@@ -9,7 +9,7 @@
 // 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)