Get Cocoa binding working with strict char* handling

slava 2006-08-01 00:43:48 +00:00
parent f5450b045b
commit 7bad3a77fa
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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