Re: [Pyobjc-dev] Interface builder?
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2002-10-23 21:18:29
|
Steve, Using Interface Builder is easy enough. Like you wrote you can subclass NSObject (or any other class like NSView) in IB. You then define a subclass the same class in Python and that is all that is needed to automaticly use your class when the NIB is loaded. The easiest example for this is probably the TableModel2 example. Ronald |