LDefaultOutline is a PowerPlant class that is used for drawing an outline around the default button in a dialog.
Methods :
The methods in this class are:
Data Members:
There are no data members in this class.
Operation:
You typically won't create an object of this class yourself. PowerPlant makes one for you when you create a dialog box and specify a default button.
Source files:
Ancestors:
Purpose:
This method onstructs an outline for the specified host Pane.
Access:
Prototype:
LDefaultOutline( LPane* inHostPane );Parameters:
The parameter for this constructor is:
Purpose:
This method draws the outline. This is an override of DrawSelf() in LPane.