|
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 CGTKAppChooserButton.h.
| - (GtkAppChooserButton *) APPCHOOSERBUTTON |
Methods
Definition at line 48 of file CGTKAppChooserButton.m.
| - (void) appendCustomItemWithName: | (NSString*) | name | |
| andLabel: | (NSString*) | label | |
| andIcon: | (GIcon*) | icon | |
-(void*)appendCustomItemWithName:(NSString*) name andLabel:(NSString*) label andIcon:(GIcon*) icon;
| name | |
| label | |
| icon |
Definition at line 53 of file CGTKAppChooserButton.m.
| - (void) appendSeparator |
-(void*)appendSeparator;
Definition at line 58 of file CGTKAppChooserButton.m.
| - (NSString *) getHeading |
| - (BOOL) getShowDefaultItem |
| - (BOOL) getShowDialogItem |
| - (id) init: | (NSString*) | contentType |
Constructors
Definition at line 36 of file CGTKAppChooserButton.m.
| - (void) setActiveCustomItem: | (NSString*) | name |
-(void*)setActiveCustomItem: name;
| name |
Definition at line 78 of file CGTKAppChooserButton.m.
| - (void) setHeading: | (NSString*) | heading |
-(void*)setHeading: heading;
| heading |
Definition at line 83 of file CGTKAppChooserButton.m.
| - (void) setShowDefaultItem: | (BOOL) | setting |
-(void*)setShowDefaultItem: setting;
| setting |
Definition at line 88 of file CGTKAppChooserButton.m.
| - (void) setShowDialogItem: | (BOOL) | setting |
-(void*)setShowDialogItem: setting;
| setting |
Definition at line 93 of file CGTKAppChooserButton.m.