]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/scrolbar.h
add directshow define
[wxWidgets.git] / include / wx / msw / scrolbar.h
index cd2cf6643d9e379bcedec4eb80b87950fb4fe7b7..032f6a1d7f8dee6ef23736fe231449a249307faa 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_SCROLBAR_H_
@@ -46,7 +46,7 @@ public:
 
     virtual void SetThumbPosition(int viewStart);
     virtual void SetScrollbar(int position, int thumbSize, int range, int pageSize,
-            bool refresh = TRUE);
+            bool refresh = true);
 
     // needed for RTTI
     void SetThumbSize( int s ) { SetScrollbar( GetThumbPosition() , s , GetRange() , GetPageSize() , true ) ; }