Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Model changes for 4.4 M4

Brian de Alwis <briandealwis@xxxxxxxxx> wrote on 11/11/2013 12:17:29 PM:

>
> I’d have thought we wanted MDialog to be distinct from MWindow?  And
> aren’t wizards really a form of dialog?

>
> The Workbench code (currently) assumes that it can take over and
> manage any MWindow.  I don’t think we want the workbench to manage dialogs :-)

>

For the first cut, I'm going to create MDialog (subclassing MWindow), and MWizardDialog subclassing MDialog. If subclassing MWindow proves to be a problem, we can change it, but logically (at least on the windowing systems I know of), a dialog is a window.

Paul

Back to the top