projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check ...
[wxWidgets.git]
/
include
/
wx
/
univ
/
checkbox.h
diff --git
a/include/wx/univ/checkbox.h
b/include/wx/univ/checkbox.h
index c7aa666d15e010fb4f927af7d4bbf89d7dde089d..b2c7b4ec4f1c4d6923a464bbc7259349e23dbed2 100644
(file)
--- a/
include/wx/univ/checkbox.h
+++ b/
include/wx/univ/checkbox.h
@@
-54,7
+54,7
@@
public:
{
Status_Checked,
Status_Unchecked,
{
Status_Checked,
Status_Unchecked,
- Status_
Unknown
,
+ Status_
3rdState
,
Status_Max
};
Status_Max
};
@@
-101,9
+101,10
@@
public:
// overridden base class virtuals
virtual bool IsPressed() const { return m_isPressed; }
// overridden base class virtuals
virtual bool IsPressed() const { return m_isPressed; }
- virtual bool HasTransparentBackground() { return true; }
-
protected:
protected:
+ virtual void DoSet3StateValue(wxCheckBoxState WXUNUSED(state));
+ virtual wxCheckBoxState DoGet3StateValue() const;
+
virtual bool PerformAction(const wxControlAction& action,
long numArg = -1,
const wxString& strArg = wxEmptyString);
virtual bool PerformAction(const wxControlAction& action,
long numArg = -1,
const wxString& strArg = wxEmptyString);