Factor out wxProgressDialog::GetTaskDialogRect()

No real changes, just prepare for implementing DoGetSize() in this class
by extracting the common part between the existing DoGetPosition() and
it in a new function.
This commit is contained in:
Vadim Zeitlin
2017-10-29 19:45:35 +01:00
parent df2a0eb67e
commit ffe84cfb99
2 changed files with 22 additions and 6 deletions

View File

@@ -68,6 +68,10 @@ private:
// been entered.
void UpdateExpandedInformation(int value);
// Get the task dialog geometry when using the native dialog.
wxRect GetTaskDialogRect() const;
wxProgressDialogTaskRunner *m_taskDialogRunner;
wxProgressDialogSharedData *m_sharedData;