Re: [Pyobjc-dev] class vs. instance attributes for IBOutlets
Brought to you by:
ronaldoussoren
|
From: Greg E. <gre...@ca...> - 2008-10-13 02:13:49
|
Joe Strout wrote: > But whether this applies to IBOutlets, I > have no idea -- I don't understand what they are or how they work. I think the IBOutlet is just a marker indicating that the attribute in question is an outlet, and it doesn't hold any state -- in which case sharing it between instances is fine. -- Greg |