Re: [Pyobjc-dev] Build a NSview without the nib file.
Brought to you by:
ronaldoussoren
|
From: Greg E. <gre...@ca...> - 2008-10-05 01:04:26
|
Daniele Basile wrote: > Can I use directly python function to instance NSView, without the nib > file? Yes, you can. I've created complete applications using Python and PyObjC that don't use nib files at all. Most of it is fairly straightforward -- just instantiate the required objects and off you go. There are a couple of tricks concerned with customising the application menu that aren't obvious from reading the Cocoa docs. If you get that far and want more info, let me know. -- Greg |