]>
git.saurik.com Git - wxWidgets.git/blob - demos/life/dialogs.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Life! dialogs
4 // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
8 // Copyright: (c) 2000, Guillermo Rodriguez Garcia
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _LIFE_DIALOGS_H_
13 #define _LIFE_DIALOGS_H_
19 // --------------------------------------------------------------------------
21 // --------------------------------------------------------------------------
23 class LifeSamplesDialog
: public wxDialog
27 LifeSamplesDialog(wxWindow
*parent
);
28 virtual ~LifeSamplesDialog();
31 const LifePattern
& GetPattern();
34 void OnListBox(wxCommandEvent
&event
);
37 // any class wishing to process wxWidgets events must use this macro
47 // --------------------------------------------------------------------------
49 // --------------------------------------------------------------------------
51 class LifeAboutDialog
: public wxDialog
55 LifeAboutDialog(wxWindow
*parent
);
59 #endif // _LIFE_DIALOGS_H_