NSView setHidden vs. setTransparent
NSView setHidden vs. setTransparent
- Subject: NSView setHidden vs. setTransparent
- From: "Huyler, Christopher M" <email@hidden>
- Date: Thu, 18 Mar 2004 16:56:07 -0500
- Thread-topic: NSView setHidden vs. setTransparent
I have been working on a small application on my 10.3.2 machine with
Xcode and only realized now that "setHidden" is not supported in 10.2.
My quick question is, are these two examples equivalent?
Example #1:
[myButton setHidden:YES];
Example #2:
[myButton setTransparent:YES];
[myButton setEnabled:NO];
My initial tests say that they are, but I want to be sure.
Thanks in advance.
--
Christopher Huyler
Computer Associates Intl.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.