[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
This is the base class for intuition gadgets in MUI windows.
Source position: MUIClass.Gadget.pas line 14
type TMUIGadget = class(TMUIArea) |
||
protected |
||
procedure GetCreateTags(); override; |
|
Fill TagList for MUI item creation |
public |
||
constructor Create; override; |
|
Create a Gadget Object, no need to instance this class itself |
procedure CreateObject; override; |
|
Create the MUI item |
property Gadget: PGadget; [r] |
|
Subclasses may obtain a pointer to the intuition gadget here. |
end; |
|
This is the base class for intuition gadgets in MUI windows. |
|
| | ||
|
Super class for every other MUI class except windows and applications |
|
| | ||
|
Subclass of TNotify to introduce the Parent relation |
|
| | ||
|
Notify class is superclass of all other MUI classes. |
|
| | ||
|
Base class for all MUI Class |
|
| | ||
TObject |
This class is only a base class, use the subclasses to use it.