Widget::GetBalloonType
Defined in:
Returns the balloon type for a widget.
C4Widgets.h
Prototype
BalloonType GetBalloonType(void) const;
Description
The GetBalloonType
function returns the balloon type for a widget, which can be one of the following constants.
kBalloonNone |
The widget does not have a balloon. |
kBalloonText |
The balloon string contains the text to be displayed. |
kBalloonResource |
The balloon string contains the name of the panel resource to be loaded. |
See Also