Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

menu-owner

Generic function

Summary

Returns the sheet that owns the specified menu.

Signature

menu-owner menu => sheet

Arguments

menu
An instance of type <menu>.

Values

sheet
An instance of type <sheet>.

Library

duim-gadgets

Module

duim-gadgets

Description

Returns the sheet that owns menu, that is, the sheet in which menu is displayed.

Every menu should specify which sheet it is owned by. If this is not specified, then the menu will be owned by the entire screen.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index