Inherits from NSWindowController
Conforms to NSWindowDelegate
Declared in GSDialogController.h

Instance Methods

cancelPressed:

Default Cancel action; implementation does nothing.

- (IBAction)cancelPressed:(id)sender

okPressed:

Default OK action; implementation does nothing.

- (IBAction)okPressed:(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