projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add HideCol/RowLabels
[wxWidgets.git]
/
include
/
wx
/
gauge.h
diff --git
a/include/wx/gauge.h
b/include/wx/gauge.h
index 61dd3fa1f6884389684014c88c3fe85f68be55c3..11605c9d1a14942148c4306c098f936668bb9a07 100644
(file)
--- a/
include/wx/gauge.h
+++ b/
include/wx/gauge.h
@@
-41,7
+41,7
@@
#define wxGAUGE_EMULATE_INDETERMINATE_MODE 0
#endif
#define wxGAUGE_EMULATE_INDETERMINATE_MODE 0
#endif
-extern WXDLLEXPORT_DATA(const
wxC
har) wxGaugeNameStr[];
+extern WXDLLEXPORT_DATA(const
c
har) wxGaugeNameStr[];
// ----------------------------------------------------------------------------
// wxGauge: a progress bar
// ----------------------------------------------------------------------------
// wxGauge: a progress bar
@@
-88,6
+88,8
@@
public:
virtual bool AcceptsFocus() const { return false; }
protected:
virtual bool AcceptsFocus() const { return false; }
protected:
+ virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
// the max position
int m_rangeMax;
// the max position
int m_rangeMax;