| author | evands |
| Sun Jun 29 19:10:42 2008 +0000 (2008-06-29) | |
| changeset 4134 | ba114c864317 |
| permissions | -rw-r--r-- |
| evands@4134 | 1 |
{
|
| evands@4134 | 2 |
IBClasses = ( |
| evands@4134 | 3 |
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
| evands@4134 | 4 |
{
|
| evands@4134 | 5 |
ACTIONS = {cancel = id; dontAskAgain = id; installGrowl = id; };
|
| evands@4134 | 6 |
CLASS = GrowlInstallationPrompt; |
| evands@4134 | 7 |
LANGUAGE = ObjC; |
| evands@4134 | 8 |
OUTLETS = {
|
| evands@4134 | 9 |
"button_cancel" = NSButton; |
| evands@4134 | 10 |
"button_install" = NSButton; |
| evands@4134 | 11 |
"checkBox_dontAskAgain" = NSButton; |
| evands@4134 | 12 |
"scrollView_growlInfo" = NSScrollView; |
| evands@4134 | 13 |
spinner = NSProgressIndicator; |
| evands@4134 | 14 |
"textView_growlInfo" = NSTextView; |
| evands@4134 | 15 |
}; |
| evands@4134 | 16 |
SUPERCLASS = NSWindowController; |
| evands@4134 | 17 |
} |
| evands@4134 | 18 |
); |
| evands@4134 | 19 |
IBVersion = 1; |
| evands@4134 | 20 |
} |