]> git.saurik.com Git - wxWidgets.git/blame - src/mac/classic/radiobox.cpp
cleanup - reformatting (again)
[wxWidgets.git] / src / mac / classic / radiobox.cpp
CommitLineData
2646f485 1/////////////////////////////////////////////////////////////////////////////
fb5246be 2// Name: src/mac/classic/radiobox.cpp
2646f485
SC
3// Purpose: wxRadioBox
4// Author: Stefan Csomor
5// Modified by: JS Lair (99/11/15) first implementation
6// Created: 1998-01-01
7// RCS-ID: $Id$
8// Copyright: (c) Stefan Csomor
65571936 9// Licence: wxWindows licence
2646f485
SC
10/////////////////////////////////////////////////////////////////////////////
11
2646f485
SC
12//-------------------------------------------------------------------------------------
13// headers
14//-------------------------------------------------------------------------------------
15
16#include "wx/defs.h"
17#include "wx/arrstr.h"
18
19#include "wx/radiobox.h"
20#include "wx/radiobut.h"
21#include "wx/mac/uma.h"
22
2646f485 23IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)
2646f485
SC
24
25//-------------------------------------------------------------------------------------
26