|
CoreGTK
3.18.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: |
| (void) | + setInteractiveDebugging: |
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 CGTKAboutDialog.h.
| - (GtkAboutDialog *) ABOUTDIALOG |
Methods
Definition at line 48 of file CGTKAboutDialog.m.
| - (void) addCreditSectionWithSectionName: | (NSString*) | sectionName | |
| andPeople: | (gchar**) | people | |
-(void*)addCreditSectionWithSectionName:(NSString*) sectionName andPeople:(gchar**) people;
| sectionName | |
| people |
Definition at line 53 of file CGTKAboutDialog.m.
| - (gchar **) getArtists |
| - (gchar **) getAuthors |
| - (NSString *) getComments |
| - (NSString *) getCopyright |
| - (gchar **) getDocumenters |
| - (NSString *) getLicense |
| - (GtkLicense) getLicenseType |
| - (GdkPixbuf *) getLogo |
| - (NSString *) getLogoIconName |
| - (NSString *) getProgramName |
| - (NSString *) getTranslatorCredits |
-(NSString**)getTranslatorCredits;
Definition at line 108 of file CGTKAboutDialog.m.
| - (NSString *) getVersion |
| - (NSString *) getWebsite |
| - (NSString *) getWebsiteLabel |
| - (BOOL) getWrapLicense |
| - (id) init |
| - (void) setArtists: | (gchar**) | artists |
| - (void) setAuthors: | (gchar**) | authors |
| - (void) setComments: | (NSString*) | comments |
-(void*)setComments: comments;
| comments |
Definition at line 143 of file CGTKAboutDialog.m.
| - (void) setCopyright: | (NSString*) | copyright |
-(void*)setCopyright: copyright;
| copyright |
Definition at line 148 of file CGTKAboutDialog.m.
| - (void) setDocumenters: | (gchar**) | documenters |
-(void*)setDocumenters: documenters;
| documenters |
Definition at line 153 of file CGTKAboutDialog.m.
| - (void) setLicense: | (NSString*) | license |
| - (void) setLicenseType: | (GtkLicense) | licenseType |
-(void*)setLicenseType: licenseType;
| licenseType |
Definition at line 163 of file CGTKAboutDialog.m.
| - (void) setLogo: | (GdkPixbuf*) | logo |
| - (void) setLogoIconName: | (NSString*) | iconName |
-(void*)setLogoIconName: iconName;
| iconName |
Definition at line 173 of file CGTKAboutDialog.m.
| - (void) setProgramName: | (NSString*) | name |
| - (void) setTranslatorCredits: | (NSString*) | translatorCredits |
-(void*)setTranslatorCredits: translatorCredits;
| translatorCredits |
Definition at line 183 of file CGTKAboutDialog.m.
| - (void) setVersion: | (NSString*) | version |
| - (void) setWebsite: | (NSString*) | website |
| - (void) setWebsiteLabel: | (NSString*) | websiteLabel |
-(void*)setWebsiteLabel: websiteLabel;
| websiteLabel |
Definition at line 198 of file CGTKAboutDialog.m.
| - (void) setWrapLicense: | (BOOL) | wrapLicense |
-(void*)setWrapLicense: wrapLicense;
| wrapLicense |
Definition at line 203 of file CGTKAboutDialog.m.