32 #import "CoreGTK/CGTKBox.h"
49 -(GtkInfoBar*)INFOBAR;
51 -(void)addButtonTextResponseDictionary:(NSDictionary *)buttonTextDict;
53 -(id)initWithButtonTextResponseDictionary:(NSDictionary *)buttonTextDict;
61 -(void)addActionWidgetWithChild:(
CGTKWidget*) child andResponseId:(gint) responseId;
70 -(
CGTKWidget*)addButtonWithButtonText:(NSString*) buttonText andResponseId:(gint) responseId;
91 -(GtkMessageType)getMessageType;
98 -(BOOL)getShowCloseButton;
105 -(void)response:(gint) responseId;
112 -(void)setDefaultResponse:(gint) responseId;
119 -(void)setMessageType:(GtkMessageType) messageType;
127 -(void)setResponseSensitiveWithResponseId:(gint) responseId andSetting:(BOOL) setting;
134 -(void)setShowCloseButton:(BOOL) setting;