OSX window resize
parent
8948e8a455
commit
26beb27680
|
@ -216,6 +216,8 @@ M: cocoa-ui-backend offscreen-pixels ( world -- alien w h )
|
||||||
M: cocoa-ui-backend beep ( -- )
|
M: cocoa-ui-backend beep ( -- )
|
||||||
NSBeep ;
|
NSBeep ;
|
||||||
|
|
||||||
|
M: cocoa-ui-backend resize-window [ handle>> window>> ] [ first2 ] bi* <CGSize> -> setContentSize: ;
|
||||||
|
|
||||||
M: cocoa-ui-backend system-alert
|
M: cocoa-ui-backend system-alert
|
||||||
NSAlert -> alloc -> init -> autorelease [
|
NSAlert -> alloc -> init -> autorelease [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue