Better conditions within dialogs sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-06-21 10:31:39 +00:00
parent 9d701f0ebf
commit b4954d198e
2 changed files with 12 additions and 2 deletions

View File

@@ -54,6 +54,8 @@ public:
wxColour m_canvasTextColour;
};
#if USE_MODAL_PRESENTATION
// A custom modeless dialog
class MyModelessDialog : public wxDialog
{
@@ -83,6 +85,8 @@ private:
DECLARE_EVENT_TABLE()
};
#endif // USE_MODAL_PRESENTATION
// Define a new frame type
class MyFrame: public wxFrame
{