previous chapter contents page top page next chapter


RuleBookWindow

February 29, 1996

inherits from GadgetWindow;

Class Description

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.

Programming information

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.

Methods defined by class RuleBookWindow

Class RuleBookWindow defines the following method:

Method Description
AboutToShow Overridden to set up window title and balloon spout before showing.

Fields defined by class RuleBookWindow

Class RuleBookWindow defines no fields.

Method Descriptions

AboutToShow

overrides AboutToShow

Call: rarely
Override: sometimes