projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update to Scintilla 1.48
[wxWidgets.git]
/
src
/
mac
/
checkbox.cpp
diff --git
a/src/mac/checkbox.cpp
b/src/mac/checkbox.cpp
index 94c9c92b2f0beee7ab0cdef4534ce5482eb1ee90..b595c99c7a81923bea3db864b47dfbf4be51fb43 100644
(file)
--- a/
src/mac/checkbox.cpp
+++ b/
src/mac/checkbox.cpp
@@
-46,13
+46,13
@@
bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,
void wxCheckBox::SetValue(bool val)
{
void wxCheckBox::SetValue(bool val)
{
- ::SetControlValue( (ControlHandle) m_macControl , val ) ;
+ ::SetControl
32Bit
Value( (ControlHandle) m_macControl , val ) ;
MacRedrawControl() ;
}
bool wxCheckBox::GetValue() const
{
MacRedrawControl() ;
}
bool wxCheckBox::GetValue() const
{
- return ::GetControlValue( (ControlHandle) m_macControl ) ;
+ return ::GetControl
32Bit
Value( (ControlHandle) m_macControl ) ;
}
void wxCheckBox::Command (wxCommandEvent & event)
}
void wxCheckBox::Command (wxCommandEvent & event)