]> git.saurik.com Git - wxWidgets.git/blame - include/wx/choicdlg.h
Make wxRichTextRectArray usable by other parts of wxRTC
[wxWidgets.git] / include / wx / choicdlg.h
CommitLineData
99d80019 1/////////////////////////////////////////////////////////////////////////////
80fdcdb9 2// Name: wx/choicdlg.h
99d80019
JS
3// Purpose: Includes generic choice dialog file
4// Author: Julian Smart
5// Modified by:
6// Created:
99d80019
JS
7// Copyright: Julian Smart
8// Licence: wxWindows licence
9/////////////////////////////////////////////////////////////////////////////
10
34138703
JS
11#ifndef _WX_CHOICDLG_H_BASE_
12#define _WX_CHOICDLG_H_BASE_
c801d85f 13
0b4f47a3
DS
14#if wxUSE_CHOICEDLG
15
c801d85f
KB
16#include "wx/generic/choicdgg.h"
17
0b4f47a3
DS
18#endif
19
c801d85f 20#endif
34138703 21 // _WX_CHOICDLG_H_BASE_