projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
define wxHAS_CONFIG_TEMPLATE_RW if template wxConfig::Read/Write() are available...
[wxWidgets.git]
/
include
/
wx
/
msw
/
scrolbar.h
diff --git
a/include/wx/msw/scrolbar.h
b/include/wx/msw/scrolbar.h
index 992604a64f5b0fd0a7a1b218f10994f9cb34df12..71368aa7b2bbacf6063ee0687d6229aac66ff479 100644
(file)
--- a/
include/wx/msw/scrolbar.h
+++ b/
include/wx/msw/scrolbar.h
@@
-13,11
+13,11
@@
#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; }
- ~wxScrollBar();
+
virtual
~wxScrollBar();
wxScrollBar(wxWindow *parent, wxWindowID id,
const wxPoint& pos = wxDefaultPosition,
wxScrollBar(wxWindow *parent, wxWindowID id,
const wxPoint& pos = wxDefaultPosition,
@@
-56,9
+56,13
@@
public:
// override wxControl version to not use solid background here
virtual WXHBRUSH MSWControlColor(WXHDC pDC, WXHWND hWnd);
// override wxControl version to not use solid background here
virtual WXHBRUSH MSWControlColor(WXHDC pDC, WXHWND hWnd);
+ 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;
- virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
int m_pageSize;
int m_viewSize;
int m_pageSize;
int m_viewSize;