[Pyobjc-dev] Inner namespaces
Brought to you by:
ronaldoussoren
From: Bill B. <bb...@co...> - 2003-02-01 20:11:22
|
As the wrappers for the NSGraphics API is filled in [on my todo list], I would like to move everything into an NSGraphics package that contains all of those APIs. There are numerous functions in that package and there will likely also be some pure python support code that will be quite handy in using those. Dividing them out would greatly reduce the noise in the already cluttered AppKit namespace... This is an easy one as NSRectFillList() is currently the only bridged function and I'm likely the only one who is using it... :-) thoughts? b.bum |