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


Additional Inherited Members | |
Class Methods inherited from CGTKWindow | |
| (GList *) | + getDefaultIconList |
| (NSString *) | + getDefaultIconName |
| (GList *) | + listToplevels |
| (void) | + setAutoStartupNotification: |
| (void) | + setDefaultIcon: |
| (BOOL) | + setDefaultIconFromFileWithFilename:andErr: |
| (void) | + setDefaultIconList: |
| (void) | + setDefaultIconName: |
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 CGTKDialog.h.
| - (void) addActionWidgetWithChild: | (CGTKWidget*) | child | |
| andResponseId: | (gint) | responseId | |
-(void*)addActionWidgetWithChild:(CGTKWidget*) child andResponseId:(gint) responseId;
| child | |
| responseId |
Definition at line 82 of file CGTKDialog.m.
| - (CGTKWidget *) addButtonWithButtonText: | (NSString*) | buttonText | |
| andResponseId: | (gint) | responseId | |
-(CGTKWidget**)addButtonWithButtonText:(NSString*) buttonText andResponseId:(gint) responseId;
| buttonText | |
| responseId |
Definition at line 87 of file CGTKDialog.m.
| - (GtkDialog *) DIALOG |
Methods
Definition at line 77 of file CGTKDialog.m.
| - (CGTKWidget *) getActionArea |
| - (CGTKWidget *) getContentArea |
| - (gint) getResponseForWidget: | (CGTKWidget*) | widget |
-(gint*)getResponseForWidget: widget;
| widget |
Definition at line 102 of file CGTKDialog.m.
| - (CGTKWidget *) getWidgetForResponse: | (gint) | responseId |
-(CGTKWidget**)getWidgetForResponse: responseId;
| responseId |
Definition at line 107 of file CGTKDialog.m.
| - (id) init |
| - (void) response: | (gint) | responseId |
| - (gint) run |
| - (void) setAlternativeButtonOrderFromArrayWithNparams: | (gint) | nparams | |
| andNewOrder: | (gint*) | newOrder | |
-(void*)setAlternativeButtonOrderFromArrayWithNparams:(gint) nparams andNewOrder:(gint*) newOrder;
| nparams | |
| newOrder |
Definition at line 122 of file CGTKDialog.m.
| - (void) setDefaultResponse: | (gint) | responseId |
-(void*)setDefaultResponse: responseId;
| responseId |
Definition at line 127 of file CGTKDialog.m.
| - (void) setResponseSensitiveWithResponseId: | (gint) | responseId | |
| andSetting: | (BOOL) | setting | |
-(void*)setResponseSensitiveWithResponseId:(gint) responseId andSetting:(BOOL) setting;
| responseId | |
| setting |
Definition at line 132 of file CGTKDialog.m.