Changeset 213 for trunk/src/helpers/winh.c
- Timestamp:
- Aug 23, 2002, 9:25:22 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/winh.c
r210 r213 3930 3930 if (hwndFrame) 3931 3931 { 3932 *phwndClient = WinCreateWindow(hwndFrame, // parent 3933 (PSZ)pcszClassClient, // class 3934 NULL, // no title 3935 flStyleClient, // style 3936 0,0,0,0, // size and position = 0 3937 hwndFrame, // owner 3938 HWND_BOTTOM, // bottom z-order 3939 FID_CLIENT, // frame window ID 3940 pClientCtlData, // class data 3941 NULL); // no presparams 3942 3943 if (*phwndClient) 3932 if (*phwndClient = WinCreateWindow(hwndFrame, // parent 3933 (PSZ)pcszClassClient, // class 3934 NULL, // no title 3935 flStyleClient, // style 3936 0,0,0,0, // size and position = 0 3937 hwndFrame, // owner 3938 HWND_BOTTOM, // bottom z-order 3939 FID_CLIENT, // frame window ID 3940 pClientCtlData, // class data 3941 NULL)) // no presparams 3944 3942 { 3945 3943 if (pswpFrame)
Note:
See TracChangeset
for help on using the changeset viewer.