Skip navigation.
 
mlRe: Initializing the menubar without Interface Builder
FROM : Robert Nikander
DATE : Sat Nov 03 19:54:19 2007

On Nov 3, 2007, at 2:29 PM, mmalc crawford wrote:
> On Nov 3, 2007, at 10:12 AM, Robert Nikander wrote:
>

>> I could answer this myself if I could see the source code for 
>> NSApplicationMain, but that's not available, correct?
>>

>
>
> void NSApplicationMain(int argc, char *argv[]) {
>    [NSApplication sharedApplication];
>    [NSBundle loadNibNamed:@"myMain" owner:NSApp];
>    [NSApp run];
> }



I'm trying to set up the menus programmatically, without loading 
nibs, so I would need to the see source for other functions called by 
NSApplicationMain as well.

Rob

Related mailsAuthorDate
mlInitializing the menubar without Interface Builder Robert Nikander Nov 3, 18:12
mlRe: Initializing the menubar without Interface Builder Jeff Johnson Nov 3, 18:37
mlRe: Initializing the menubar without Interface Builder Jeff Johnson Nov 3, 18:46
mlRe: Initializing the menubar without Interface Builder mmalc crawford Nov 3, 19:29
mlRe: Initializing the menubar without Interface Builder Robert Nikander Nov 3, 19:54
mlRe: Initializing the menubar without Interface Builder Robert Nikander Nov 3, 20:08
mlRe: Initializing the menubar without Interface Builder mmalc crawford Nov 4, 00:13
mlRe: Initializing the menubar Robert Nikander Nov 4, 01:15
mlRe: Initializing the menubar Eric Schlegel Nov 4, 17:25
mlRe: Initializing the menubar Robert Nikander Nov 4, 18:05