void | OnReformatL | ( | const CTextView * | aTextView | ) | [pure virtual] |
Called after reformatting but before redisplay, so that the height of edit windows, etc., can be adjusted. There is no need to adjust the width of displaying components as formatting is always done to fit the specified width. Implementers are not allowed to call any formatting functions while handling reformatting notifications as it may cause recursive loops leading to unexpected consequences.
Parameters |
---|
aTextView | A pointer to the current text view object. |