]>
git.saurik.com Git - wxWidgets.git/blob - demos/life/dialogs.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Life! dialogs
4 // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
7 // Copyright: (c) 2000, Guillermo Rodriguez Garcia
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
11 #ifndef _LIFE_DIALOGS_H_
12 #define _LIFE_DIALOGS_H_
18 // --------------------------------------------------------------------------
20 // --------------------------------------------------------------------------
22 class LifeSamplesDialog
: public wxDialog
26 LifeSamplesDialog(wxWindow
*parent
);
27 virtual ~LifeSamplesDialog();
30 const LifePattern
& GetPattern();
33 void OnListBox(wxCommandEvent
&event
);
36 // any class wishing to process wxWidgets events must use this macro
46 // --------------------------------------------------------------------------
48 // --------------------------------------------------------------------------
50 class LifeAboutDialog
: public wxDialog
54 LifeAboutDialog(wxWindow
*parent
);
58 #endif // _LIFE_DIALOGS_H_