]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/radiobut.cpp
wxSystemSettings class API face lift: better names for its methods
[wxWidgets.git] / src / mac / radiobut.cpp
index 196fed3a4bf6b4b3ab7ddb387056c99bdb510770..6421f605969c2dc50fff812abfa1696abc131529 100644 (file)
@@ -35,7 +35,7 @@ bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
        
        MacPreControlCreate( parent , id ,  label , pos , size ,style, validator , name , &bounds , title ) ;
 
-       m_macControl = UMANewControl( parent->GetMacRootWindow() , &bounds , title , false , 0 , 0 , 1, 
+       m_macControl = ::NewControl( parent->MacGetRootWindow() , &bounds , title , false , 0 , 0 , 1, 
                kControlRadioButtonProc , (long) this ) ;
        
        MacPostControlCreate() ;
@@ -84,6 +84,7 @@ void wxRadioButton::SetValue(bool val)
                                }
                        }
                }
+   MacRedrawControl() ;
 }
 
 bool wxRadioButton::GetValue() const