- // draw a radio button sans label or bitmap, for wxRenderer API compat.
- virtual void DrawRadioButton(wxDC& dc,
- const wxRect& rect,
- int flags = 0,
- wxAlignment align = wxALIGN_LEFT)
- { DrawRadioButton(dc, wxEmptyString, wxNullBitmap, rect, flags, align); }
-