Get Cocoa binding working with strict char* handling
parent
f5450b045b
commit
7bad3a77fa
|
@ -2,7 +2,6 @@
|
|||
|
||||
- windows native i/o
|
||||
- fix contribs: parser-combinators, boids, automata, space-invaders
|
||||
- unix i/o: problems with passing f to syscalls
|
||||
- sometimes darcs get fails with the httpd
|
||||
- gdb triggers 'mutliple i/o ops on port' error
|
||||
- "localhost" 50 <client> won't fail
|
||||
|
|
|
@ -10,10 +10,10 @@ IN: cocoa
|
|||
GENERIC: to-target-and-action ( spec -- target action )
|
||||
|
||||
M: f to-target-and-action f swap ;
|
||||
M: string to-target-and-action sel_registerName f ;
|
||||
M: string to-target-and-action f ;
|
||||
M: word to-target-and-action unit to-target-and-action ;
|
||||
M: quotation to-target-and-action
|
||||
<FactorCallback> "perform:" sel_registerName swap ;
|
||||
<FactorCallback> "perform:" swap ;
|
||||
|
||||
: <NSMenu> ( title -- )
|
||||
NSMenu -> alloc
|
||||
|
|
Loading…
Reference in New Issue