|
CoreGTK
3.18.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 CGTKAppChooserWidget.h.
| - (GtkAppChooserWidget *) APPCHOOSERWIDGET |
Methods
Definition at line 48 of file CGTKAppChooserWidget.m.
| - (NSString *) getDefaultText |
| - (BOOL) getShowAll |
| - (BOOL) getShowDefault |
| - (BOOL) getShowFallback |
| - (BOOL) getShowOther |
| - (BOOL) getShowRecommended |
| - (id) init: | (NSString*) | contentType |
Constructors
Definition at line 36 of file CGTKAppChooserWidget.m.
| - (void) setDefaultText: | (NSString*) | text |
| - (void) setShowAll: | (BOOL) | setting |
-(void*)setShowAll: setting;
| setting |
Definition at line 88 of file CGTKAppChooserWidget.m.
| - (void) setShowDefault: | (BOOL) | setting |
-(void*)setShowDefault: setting;
| setting |
Definition at line 93 of file CGTKAppChooserWidget.m.
| - (void) setShowFallback: | (BOOL) | setting |
-(void*)setShowFallback: setting;
| setting |
Definition at line 98 of file CGTKAppChooserWidget.m.
| - (void) setShowOther: | (BOOL) | setting |
-(void*)setShowOther: setting;
| setting |
Definition at line 103 of file CGTKAppChooserWidget.m.
| - (void) setShowRecommended: | (BOOL) | setting |
-(void*)setShowRecommended: setting;
| setting |
Definition at line 108 of file CGTKAppChooserWidget.m.