]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/mac/radiobox.cpp
added wxGetMultiChoice() (which refuses to work for some reason - will fix
[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/radiobox.h"
21#include <wx/mac/uma.h>
22
23#if !USE_SHARED_LIBRARY
24IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)
25#endif
26
27#pragma mark -
28#pragma mark ### Constructors & destructor ###
29
30//-------------------------------------------------------------------------------------
31