Skip to content

MUI_Panel

Thore Böckelmann edited this page Oct 11, 2021 · 4 revisions

Panel.mui

Super class

Group.mui

Inherited by

Background

Panel class is an abstract base class for ASL like selectors.

Methods

Method Version
MUIM_Panel_Run V21

MUIM_Panel_Run

NAME

MUIM_Panel_Run -- V21, 0x8042d789

SYNOPSIS

DoMethod(obj, MUIM_Panel_Run, Object *app, Object *win);

FUNCTION

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.

INPUTS

Object *app the application object to let the panel run asynchronously to the main application.

Object *win the window object containing the panel object.

NOTES

If the window could be opened successfully by this method it will stay open afterwards, e.g. for inspection of its position and size.

RESULT

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
Clone this wiki locally