-wxWidgetImplType* wxWidgetImpl::CreateCheckBox( wxWindowMac* wxpeer,
- wxWindowMac* WXUNUSED(parent),
- wxWindowID WXUNUSED(id),
+wxWidgetImplType* wxWidgetImpl::CreateCheckBox( wxWindowMac* wxpeer,
+ wxWindowMac* WXUNUSED(parent),
+ wxWindowID WXUNUSED(id),
{
CGRect r = wxOSXGetFrameForControl( wxpeer, pos , size ) ;
wxUISwitch* v = [[wxUISwitch alloc] initWithFrame:r];
// if (style & wxCHK_3STATE)
// [v setAllowsMixedState:YES];
{
CGRect r = wxOSXGetFrameForControl( wxpeer, pos , size ) ;
wxUISwitch* v = [[wxUISwitch alloc] initWithFrame:r];
// if (style & wxCHK_3STATE)
// [v setAllowsMixedState:YES];