C4 Engine
C4 Engine API Documentation

Widget::GetBalloonType

Defined in:  C4Widgets.h
Returns the balloon type for a widget.
Prototype

BalloonType GetBalloonType(voidconst;

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

Widget::GetBalloonString

Widget::SetBalloon