GPMenu
Unit : GPMenuUnit
Association : GPMenuAsn
Inherits from : GPManager
Description
- A simple button manager that acts like a pull-down menu. It organizes its
contained objects from top to bottom like a GPColumn. GPButtons and
GPLabels should be the only kind of GP objects put inside of GPMenus.
Public Interface
-
CONSTRUCTOR Init (containerLink: GPWindowAsn);
Initializes a GPMenu.
DESTRUCTOR Destroy; VIRTUAL;
Destroys a GPMenu.
PROCEDURE SetName (name: string);
Sets the displayed name of the GPMenu.
Subclasses
- None
Please report any problems with GP or the documentation to
GP Support
.
Loring Holden