[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NSRunAlertPanel
From: |
Andreas Höschler |
Subject: |
NSRunAlertPanel |
Date: |
Tue, 5 Jun 2007 20:04:28 +0200 |
Hello all,
see my other mail for the reason why I am bothering. I just tried to
find the code of NSRunAltertPanel in the GNustep tree
grep -r "NSRunAlertPanel" /usr/src/core/gui
in the hope I might be able to fix this with a [panel setLevel:...]
call but only found its defintion
APPKIT_EXPORT int NSRunAlertPanel(NSString *title,
NSString *msg,
NSString *defaultButton,
NSString *alternateButton,
NSString *otherButton, ...);
in
/usr/src/core/gui/Headers/AppKit/NSPanel.h
not its implementation!? What am I missing?
Thanks a lot!
Regards,
Andreas
- NSRunAlertPanel,
Andreas Höschler <=