32 #import "CoreGTK/CGTKWindow.h"
51 -(void)addButtons:(NSDictionary *)buttonTextDict;
53 -(id)initWithTitle:(NSString *)title andParent:(
CGTKWindow *)parent andFlags:(GtkDialogFlags)flags andButtonTextResponseDictionary:(NSDictionary *)buttonTextDict;
61 -(void)addActionWidgetWithChild:(
CGTKWidget*) child andResponseId:(gint) responseId;
70 -(
CGTKWidget*)addButtonWithButtonText:(NSString*) buttonText andResponseId:(gint) responseId;
92 -(gint)getResponseForWidget:(
CGTKWidget*) widget;
100 -(
CGTKWidget*)getWidgetForResponse:(gint) responseId;
107 -(void)response:(gint) responseId;
122 -(void)setAlternativeButtonOrderFromArrayWithNparams:(gint) nparams andNewOrder:(gint*) newOrder;
129 -(void)setDefaultResponse:(gint) responseId;
137 -(void)setResponseSensitiveWithResponseId:(gint) responseId andSetting:(BOOL) setting;