-
Notifications
You must be signed in to change notification settings - Fork 0
MUI_Panel
Panel class is an abstract base class for ASL like selectors.
Method | Version |
---|---|
MUIM_Panel_Run | V21 |
MUIM_Panel_Run -- V21, 0x8042d789
DoMethod(obj, MUIM_Panel_Run, Object *app, Object *win);
This method opens the panel window and eventually "runs" the panel asynchronously to the main MUI application in a separate process.
If your panel needs some special setup then do that before passing the method to Panel class. Vice versa if your panel needs some special cleanup then do that after the method returns from Panel class.
Object *app
the application object to let the panel run asynchronously to the main
application.
Object *win
the window object containing the panel object.
If the window could be opened successfully by this method it will stay open afterwards, e.g. for inspection of its position and size.
A boolean value indicating whether "running" the panel succeeded or not.
Copyright © 1992-2006 by Stefan Stuntz Copyright © 2006-2021 by Thore Böckelmann, Jens Maus |
MUI for AmigaOS Homepage MUI for AmigaOS Wiki |
Updated: 11-Oct-2021 |