Way to tell window_create() to use default window settings?
Product: Arbortext Editor 8.2.2.1
I using window_create() to create an 'edit' window to contain a loaded document. If I just call it with the class parameter of 'edit', I end up with a bare-bones window, no menubar, toolbars, etc. Looking at what is available for the flags parameter, I can find no option to tell Editor to just give a window like the one that comes up when launching Editor from the Windows Start menu, or via File->Open.
Is there a simple way to obtain the appropriate bitmask for window_create() that represents the defaults?

