]> git.saurik.com Git - wxWidgets.git/blame - src/mac/classic/radiobox.cpp
adding raster op hook to graphics context (10.4 only, partial XOR/INVERT support)
[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
8228b893 9// Licence: wxWindows licence
2646f485
SC
10/////////////////////////////////////////////////////////////////////////////
11
2646f485
SC
12//-------------------------------------------------------------------------------------
13// headers
14//-------------------------------------------------------------------------------------
15
8228b893
WS
16#include "wx/wxprec.h"
17
18#if wxUSE_RADIOBOX
2646f485
SC
19
20#include "wx/radiobox.h"
cc11cc69 21
b0b5881a
WS
22#ifndef WX_PRECOMP
23 #include "wx/radiobut.h"
aaa6d89a 24 #include "wx/arrstr.h"
b0b5881a
WS
25#endif
26
2646f485
SC
27#include "wx/mac/uma.h"
28
2646f485 29IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)
2646f485
SC
30
31//-------------------------------------------------------------------------------------
32