RE: NSTextField action
RE: NSTextField action
- Subject: RE: NSTextField action
- From: "Smith, Bradley" <email@hidden>
- Date: Mon, 8 Oct 2001 16:35:56 +0100
Overriding the windowShouldClose notification might do the job.
Brad
>
Simon,
>
>
>>>>>> Simon Wright (SW) wrote at Mon, 8 Oct 2001 11:02:41 -0400:
>
SW> I think I need to establish a method that gets called
>
when the user
>
SW> closes the window, but IB won't let me draw a connection from the
>
SW> window's close button to my handler.
>
>
Well, the title things are not standard widgets.
>
>
You want to observe the appropriate notification, I guess.