Create a WINDOW instance for a AES window of handle 0:
app->deskwin = mt_AttachWindow( app, 0);
mt_RemoveWindow( app, app->desk); /* remove from the
list of WINDOW* instances */
Use whenever any mt_Wind*() function is allowed to
consume win = NULL. Use WIND_HANDLERS to customize the
actions to set up the GEM menu line and others.
Opinions?
Logged In: YES
user_id=338626
Hi!
I'd like to get some feedback on this. As I already have the
changes done in my local copy. However I am not sure whether
to put the WINDOW *desk into the APPvar directly (and
perhaps deprecate the OBJECT *menu as it is already inside
the WINDOW *desk). Or whether it would be better to put the
WINDOW *desk only into the APPvar's private data.
I will certainly wait for the WinDom 2.0 final release
before I commit all the stuff.
Best Regards
Standa