Hiding a view
Hiding a view
- Subject: Hiding a view
- From: Dustin Mierau <email@hidden>
- Date: Thu, 25 Oct 2001 00:17:15 -0700
Hey,
This is probably a stupid question, how do I hide a subview? I
can't actually find a method to "hide" an NSVIew.
The only way I can find to actually do this is by removing the
subview from it's super, but I would rather just disable an
NSView from drawing.
Thanks,
-Dustin