GSDialogController Class Reference
Inherits from | NSWindowController |
Conforms to | NSWindowDelegate |
Declared in | GSDialogController.h |
Instance Methods
cancelPressed:
Default Cancel action; implementation does nothing.
- (IBAction)cancelPressed:(id)sender
setCancelSelector:
Call this method if you want a different Cancel action than
cancelPressed:
.
- (void)setCancelSelector:(SEL)aSelector
setOKSelector:
Call this method if you want a different OK action than okPressed:
.
- (void)setOKSelector:(SEL)aSelector