// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c)
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __CHOICEDLGH_G__
#include "wx/setup.h"
#include "wx/dialog.h"
+#include "wx/listbox.h"
#define wxCHOICE_HEIGHT 150
#define wxCHOICE_WIDTH 200
void OnListBoxDClick(wxCommandEvent& event);
protected:
- long m_dialogStyle;
int m_selection;
wxString m_stringSelection;
void *m_clientData;