#ifndef _WX_DIALOG_H_
#define _WX_DIALOG_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dialog.h"
-#endif
-
#include "wx/panel.h"
WXDLLEXPORT_DATA(extern const wxChar*) wxDialogNameStr;
~wxDialog();
// virtual bool Destroy();
- bool Show(bool show = true);
+ virtual bool Show(bool show = true);
void SetModal(bool flag);
virtual bool IsModal() const;