#include <menus.h>
Public Methods | |
TStatusDef (ushort aMin, ushort aMax, TStatusItem *someItems=0, TStatusDef *aNext=0) | |
Public Attributes | |
TStatusDef* | next |
ushort | min |
ushort | max |
TStatusItem* | items |
Definition at line 761 of file menus.h.
|
Creates a TStatusDef object with the given values. |
|
Points to a list of status items that make up the status line. A value of 0 indicates that there are no status items. |
|
The maximum help context value for which this status definition is associated. TStatusLine always displays the first status item for which the current help context value is within min and max. |
|
The minimum help context value for which this status definition is associated. TStatusLine always displays the first status item for which the current help context value is within min and max. |
|
A nonzero next points to the next TStatusDef object in a list of status definitions. A 0 value indicates that this TStatusDef object is the last such in the list. |