[Pyobjc-dev] NSRunAlertPanel signature?
Brought to you by:
ronaldoussoren
From: Zachery B. <zb...@ur...> - 2003-08-19 23:17:27
|
In the AppKit docs, it spells the method NSRunAlertPanel like this: int NSRunAlertPanel(NSString *title, NSString *msg, NSString *defaultButton, NSString *alternateButton, NSString *otherButton, ...) I assumed that the ellipsis in argument list meant the additional buttons were unbounded. However, PyObjC complains when more than 5 parameters are passed. UI issues aside, is one or the other (signature or implementation) incorrect? Zac |