projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added and documented wxWindow::RemoveEventHandler()
[wxWidgets.git]
/
src
/
msw
/
scrolbar.cpp
diff --git
a/src/msw/scrolbar.cpp
b/src/msw/scrolbar.cpp
index de8ae01ae0d2e60c646ce3495d5ab3841eebcff8..5cfec12c461085cfd062b98dd926d462b1e5e95c 100644
(file)
--- a/
src/msw/scrolbar.cpp
+++ b/
src/msw/scrolbar.cpp
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: scrolbar.cpp
+// Name:
msw/
scrolbar.cpp
// Purpose: wxScrollBar
// Author: Julian Smart
// Modified by:
// Purpose: wxScrollBar
// Author: Julian Smart
// Modified by:
@@
-10,19
+10,20
@@
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
-#pragma implementation "scrolbar.h"
+
#pragma implementation "scrolbar.h"
#endif
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#endif
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+
#pragma hdrstop
#endif
#endif
+#if wxUSE_SCROLLBAR
+
#ifndef WX_PRECOMP
#ifndef WX_PRECOMP
-#include "wx/defs.h"
-#include "wx/utils.h"
+ #include "wx/utils.h"
#endif
#include "wx/scrolbar.h"
#endif
#include "wx/scrolbar.h"
@@
-357,3
+358,5
@@
void wxScrollBar::OnScroll(wxScrollEvent& event)
}
}
#endif
}
}
#endif
+
+#endif // wxUSE_SCROLLBAR