Add wxFileDialog::ShowCommFileDialog()
No changes, just extract this function from ShowModal() before adding an alternative implementation in the upcoming commits.
This commit is contained in:
parent
4fb9ce574a
commit
20430728bc
2 changed files with 9 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ protected:
|
|||
virtual void DoGetPosition( int *x, int *y ) const wxOVERRIDE;
|
||||
|
||||
private:
|
||||
// The real implementation of ShowModal() using traditional common dialog
|
||||
// functions.
|
||||
int ShowCommFileDialog(WXHWND owner);
|
||||
|
||||
wxArrayString m_fileNames;
|
||||
|
||||
// remember if our SetPosition() or Centre() (which requires special
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue