diff options
Diffstat (limited to 'Mac/Modules/win/wingen.py')
-rw-r--r-- | Mac/Modules/win/wingen.py | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Mac/Modules/win/wingen.py b/Mac/Modules/win/wingen.py index 4735952..1d0a875 100644 --- a/Mac/Modules/win/wingen.py +++ b/Mac/Modules/win/wingen.py @@ -1,4 +1,4 @@ -# Generated from 'Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:Windows.h' +# Generated from 'Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Windows.h' f = Function(void, 'InitWindows', ) @@ -130,6 +130,17 @@ f = Method(long, 'GetWRefCon', ) methods.append(f) +f = Method(void, 'SetWindowPic', + (WindowRef, 'theWindow', InMode), + (PicHandle, 'pic', InMode), +) +methods.append(f) + +f = Method(PicHandle, 'GetWindowPic', + (WindowRef, 'theWindow', InMode), +) +methods.append(f) + f = Function(Boolean, 'CheckUpdate', (EventRecord, 'theEvent', OutMode), ) |