]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/mac/radiobox.cpp
post wxUniv merge fixes
[wxWidgets.git] / src / mac / radiobox.cpp
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: radiobox.cpp
3// Purpose: wxRadioBox
4// Author: AUTHOR
5// Modified by: JS Lair (99/11/15) first implementation
6// Created: ??/??/98
7// RCS-ID: $Id$
8// Copyright: (c) AUTHOR
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12//-------------------------------------------------------------------------------------
13// headers
14//-------------------------------------------------------------------------------------
15
16#ifdef __GNUG__
17#pragma implementation "radiobox.h"
18#endif
19
20#include "wx/defs.h"
21
22#include "wx/radiobox.h"
23#include "wx/radiobut.h"
24#include "wx/mac/uma.h"
25
26#if !USE_SHARED_LIBRARY
27IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)
28#endif
29
30#pragma mark -
31#pragma mark ### Constructors & destructor ###
32
33//-------------------------------------------------------------------------------------
34