|
CoreGTK
3.10.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|


Additional Inherited Members | |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKInfoBar.h.
| - (void) addActionWidgetWithChild: | (CGTKWidget*) | child | |
| andResponseId: | (gint) | responseId | |
-(void*)addActionWidgetWithChild:(CGTKWidget*) child andResponseId:(gint) responseId;
| child | |
| responseId |
Definition at line 84 of file CGTKInfoBar.m.
| - (CGTKWidget *) addButtonWithButtonText: | (NSString*) | buttonText | |
| andResponseId: | (gint) | responseId | |
-(CGTKWidget**)addButtonWithButtonText:(NSString*) buttonText andResponseId:(gint) responseId;
| buttonText | |
| responseId |
Definition at line 89 of file CGTKInfoBar.m.
| - (CGTKWidget *) getActionArea |
| - (CGTKWidget *) getContentArea |
| - (GtkMessageType) getMessageType |
-(GtkMessageType*)getMessageType;
Definition at line 104 of file CGTKInfoBar.m.
| - (BOOL) getShowCloseButton |
| - (GtkInfoBar *) INFOBAR |
Methods
Definition at line 79 of file CGTKInfoBar.m.
| - (id) init |
Constructors
Definition at line 67 of file CGTKInfoBar.m.
| - (void) response: | (gint) | responseId |
| - (void) setDefaultResponse: | (gint) | responseId |
-(void*)setDefaultResponse: responseId;
| responseId |
Definition at line 119 of file CGTKInfoBar.m.
| - (void) setMessageType: | (GtkMessageType) | messageType |
-(void*)setMessageType: messageType;
| messageType |
Definition at line 124 of file CGTKInfoBar.m.
| - (void) setResponseSensitiveWithResponseId: | (gint) | responseId | |
| andSetting: | (BOOL) | setting | |
-(void*)setResponseSensitiveWithResponseId:(gint) responseId andSetting:(BOOL) setting;
| responseId | |
| setting |
Definition at line 129 of file CGTKInfoBar.m.
| - (void) setShowCloseButton: | (BOOL) | setting |
-(void*)setShowCloseButton: setting;
| setting |
Definition at line 134 of file CGTKInfoBar.m.