Bugs item #677963, was opened at 2003-01-30 20:47
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=114534&aid=677963&group_id=14534
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: David Eppstein (eppstein)
Assigned to: Nobody/Anonymous (nobody)
Summary: beginSheet fifth arg type shouldn't be int
Initial Comment:
In
NSApplication.beginSheet_modalForWindow_modalDelegate_didEndSelector_contextInfo_,
the type for the final argument is specified as 'i'
(integer) even though the Cocoa docs list it as (void
*). This setting prevents None being passed in this
position. Easily worked around by passing 0 instead of
None, but could be a problem in case someone wants to
pass something nontrivial instead.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=114534&aid=677963&group_id=14534
|