Generate wxDialogInit event for wxDialog under wxQT

This commit is contained in:
Graham Dawes
2019-01-21 13:53:59 +00:00
parent 467bb0ec66
commit 9cfecad878
2 changed files with 26 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ public:
virtual int ShowModal() wxOVERRIDE;
virtual void EndModal(int retCode) wxOVERRIDE;
virtual bool IsModal() const wxOVERRIDE;
virtual bool Show(bool show) wxOVERRIDE;
QDialog *GetDialogHandle() const;