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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user