|
Lynkeos
|
Singleton class controlling the "About" window. More...
#import <MyAboutWindowController.h>


Instance Methods | |
| (IBAction) | - closeAboutWindow: |
| Closes the window! | |
| (IBAction) | - showAboutWindow: |
| Displays the window. | |
Protected Attributes | |
| IBOutlet NSWindow * | window |
| The About window itself. | |
| IBOutlet NSTextField * | copyrightString |
| Localized copyright string. | |
| IBOutlet NSTextView * | copyrightText |
| Localized copyright text. | |
| IBOutlet NSTextView * | creditstext |
| Localized credits text. | |
| IBOutlet NSTextView * | licenseText |
| Localized license text. | |
| IBOutlet NSTextView * | changelogText |
| Localized changelog. | |
| IBOutlet NSTextField * | versionString |
| Localized version string. | |
Singleton class controlling the "About" window.
1.8.4