[Pyobjc-dev] Interface builder?
Brought to you by:
ronaldoussoren
From: Steven D. A. <st...@ne...> - 2002-10-23 20:57:43
|
Hi, Thanks for the work on a very cool project. I'm just learning Objective-C and PB/IB, so forgive me if I'm missing something obvious -- but is it possible to use pyobjc with Interface Builder? In IB, you'd subclass NSObject, add the actions and outlets you wanted, instantiate an object from the class, and wire it to your form. Then I suppose you'd write a class in Python that acted upon the items in the form. But how do you get the NIB to understand that it's supposed to use the Python class that I've provided? steve -- |