Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / cocoa / radiobut.mm
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2007-08-07  David ElliottImplement wxRadioButton Get/SetLabel methods.
2007-08-06  David ElliottConsolidate cocoa view/control/cell label setting into...
2007-07-19  David ElliottMake wxRadioButton::SetValue(true) deselect all other...
2006-06-05  Włodzimierz SkibaInclude wx/radiobut.h according to precompiled headers...
2005-02-20  Ryan Nortonif wxUSE_XXX fixes
2004-05-23  Julian SmartMore name change
2004-03-26  David ElliottMake wxCocoa work with wxUSE_STL==1: Use Erase instead...
2004-02-08  David ElliottUse wxLogTrace instead of wxLogDebug for trace messages
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2003-09-02  David ElliottCodeWarrior Obj-C++ requires explicit casts from id...
2003-09-02  David ElliottSupport precompiled headers
2003-08-20  David ElliottThe default state for the first radio button in a group...
2003-08-18  David Elliott* Implement GetValue() and SetValue().
2003-08-13  David ElliottMake appropriate use of MakeDefaultNSRect and SetInitia...
2003-07-15  David ElliottUse wxAutoNSAutoreleasePool in Create() method
2003-07-12  David ElliottIn the object destructor, Disassociate the object from...
2003-06-13  David ElliottUse the new wxNSStringWithWxString conversion function
2003-03-21  David ElliottAdded more original works and stubs