Re: [Pyobjc-dev] Wild idea #17: Extra functionality for NibClassBuilder
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-06-10 18:01:33
|
bb...@ma... wrote: > It'd be relatively trivial to augment nibclassbuilder to dump the > connectivity within a NIB file. In particular, see the output of > nibtool -a on a nib (I enclosed the dump of MainMenu.nib from > iClass). If you take that output, and surround it with a set of {}'s, > stuff it into an NSString, and call -propertyList, it'll result in a > hierarchy of NSDictionary, NSArray and strings that describe > everything about the contents of the NIB file. (Alternatively, you > can do multiple passes to dump one of classes, hierarchy, objects, or > connections). > > Once that is done, it is just a matter of intelligently formatting > the output..... Ah, that's very cool! Thanks for the hint. Just |