inherits from GadgetWindow;
When the user touches the rules gadget in the commands window, a new window appears listing the rules available for the current scene. Magic Cap defines class RuleBookWindow for the window that lists rules.
Instantiate: rarely Subclass: rarely Call its methods: never
You probably won't ever create an object or a subclass of class RuleBookWindow. The information in this chapter is provided for debugging and curiosity only.
Class RuleBookWindow defines the following method:
Method | Description |
---|---|
AboutToShow |
Overridden to set up window title and balloon spout before showing. |
Class RuleBookWindow defines no fields.
overrides AboutToShow Call: rarely Override: sometimes