NTBalloonPopupButton
@interface NTBalloonPopupButton : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
A button that can be used to add interactivity to balloon popups.
-
Constructs a BalloonPopupButton object with the specified style and text.
Declaration
Objective-C
- (id)initWithStyle:(NTBalloonPopupButtonStyle *)style text:(NSString *)text;
Parameters
style
The style that defines what this button looks like.
text
The text for this button.
-
Returns the text of this button.
Declaration
Objective-C
- (NSString *)getText;
Return Value
The text of this button.
-
Returns the style of this button.
Declaration
Objective-C
- (NTBalloonPopupButtonStyle *)getStyle;
Return Value
The style that defines what this button looks like.
-
Returns the user-defined tag associated with the button.
Declaration
Objective-C
- (NTVariant *)getTag;
Return Value
The user-defined tag value. By default the tag is empty.
-
Sets the user-defined tag associated with the button.
Declaration
Objective-C
- (void)setTag:(NTVariant *)tag;
Parameters
tag
The new user-defined tag value.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;