NSDrawer
NSDrawer
- Subject: NSDrawer
- From: Tae-Won Ha <email@hidden>
- Date: Fri, 26 Oct 2001 20:43:38 +0200
Hi!
I have got a NSWindow with its own NSWindowController. It has a NSDrawer
and I want it to open when the window is opened.
I tried this:
NSWindowController-subclass:
- (void)windowControllerDidLoadNib
{
[aDrawer open / open:self / toggle:self];
}
They all did not work... I then inserted the opening code in
awakeFromNib. It did not, too...
What's wrong?
Tae-Won Ha
http://www.taewon.de/
email@hidden
=)