projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make generic wxDataViewProgressRenderer fill the entire cell.
[wxWidgets.git]
/
include
/
wx
/
msw
/
scrolbar.h
diff --git
a/include/wx/msw/scrolbar.h
b/include/wx/msw/scrolbar.h
index b1dc497e115b584a08de8c7e6f1858144fced82d..71368aa7b2bbacf6063ee0687d6229aac66ff479 100644
(file)
--- a/
include/wx/msw/scrolbar.h
+++ b/
include/wx/msw/scrolbar.h
@@
-13,7
+13,7
@@
#define _WX_SCROLBAR_H_
// Scrollbar item
#define _WX_SCROLBAR_H_
// Scrollbar item
-class WXDLL
EXPORT
wxScrollBar: public wxScrollBarBase
+class WXDLL
IMPEXP_CORE
wxScrollBar: public wxScrollBarBase
{
public:
wxScrollBar() { m_pageSize = 0; m_viewSize = 0; m_objectSize = 0; }
{
public:
wxScrollBar() { m_pageSize = 0; m_viewSize = 0; m_objectSize = 0; }
@@
-58,6
+58,9
@@
public:
virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+ // returns true if the platform should explicitly apply a theme border
+ virtual bool CanApplyThemeBorder() const { return false; }
+
protected:
virtual wxSize DoGetBestSize() const;
protected:
virtual wxSize DoGetBestSize() const;