projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use wxMenuBar::Attach/Detach() instead of SetInvokingWindow() in wxGTK1.
[wxWidgets.git]
/
include
/
wx
/
osx
/
spinctrl.h
diff --git
a/include/wx/osx/spinctrl.h
b/include/wx/osx/spinctrl.h
index 04491ff26931e7102db2619c4522fedf6876a889..c9bd5422a0f3bf6fa0e5aaab77af49b5e383c4bf 100644
(file)
--- a/
include/wx/osx/spinctrl.h
+++ b/
include/wx/osx/spinctrl.h
@@
-78,8
+78,8
@@
public:
// implementation from now on
// forward these functions to all subcontrols
// implementation from now on
// forward these functions to all subcontrols
- virtual bool Enable(bool enable =
TRUE
);
- virtual bool Show(bool show =
TRUE
);
+ virtual bool Enable(bool enable =
true
);
+ virtual bool Show(bool show =
true
);
// get the subcontrols
wxTextCtrl *GetText() const { return m_text; }
// get the subcontrols
wxTextCtrl *GetText() const { return m_text; }