aboutsummaryrefslogtreecommitdiff
path: root/windowCrossCall_12.icl
diff options
context:
space:
mode:
Diffstat (limited to 'windowCrossCall_12.icl')
-rw-r--r--windowCrossCall_12.icl6
1 files changed, 3 insertions, 3 deletions
diff --git a/windowCrossCall_12.icl b/windowCrossCall_12.icl
index 0b725d7..0e05c65 100644
--- a/windowCrossCall_12.icl
+++ b/windowCrossCall_12.icl
@@ -177,9 +177,9 @@ winSetClientSize :: !HWND !(!Int,!Int) !*OSToolbox -> *OSToolbox
winSetClientSize hwnd (w,h) tb
= snd (issueCleanRequest2 (errorCallback2 "winSetClientSize") (Rq3Cci CcRqSETCLIENTSIZE hwnd w h) tb)
-winSetWindowSize :: !HWND !(!Int,!Int) !Bool !*OSToolbox -> *OSToolbox
-winSetWindowSize hwnd (w,h) update tb
- = snd (issueCleanRequest2 (errorCallback2 "winSetWindowSize") (Rq4Cci CcRqSETWINDOWSIZE hwnd w h (toInt update)) tb)
+winSetWidgetSize :: !HWND !(!Int,!Int) !Bool !*OSToolbox -> *OSToolbox
+winSetWidgetSize hwnd (w,h) update tb
+ = snd (issueCleanRequest2 (errorCallback2 "winSetWidgetSize") (Rq4Cci CcRqSETWIDGETSIZE hwnd w h (toInt update)) tb)
winGetWindowPos :: !HWND !*OSToolbox -> (!(!Int,!Int),!*OSToolbox)
winGetWindowPos hwnd tb