Changeset 101 for trunk/src/helpers/winh.c
- Timestamp:
- Aug 26, 2001, 10:44:19 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/winh.c
r95 r101 2281 2281 * MPARAM's, one for each control in your array. 2282 2282 * Each MPARAM will have the control's ID and the 2283 * XA F* flags (winh.h) how the control shall be moved.2283 * XAC_* flags (winh.h) how the control shall be moved. 2284 2284 * Use MPFROM2SHORT to easily create this. Example: 2285 2285 * … … 2299 2299 * 2300 2300 * ZERO THAT STRUCTURE (memset(&xac, 0, sizeof(XADJUSTCTRLS), 2301 * or this func will not work. 2302 * 2303 * Call this function with pswpNew == NULL and 2304 * pxac pointing to that new structure. This will 2305 * query the positions of all the controls listed 2306 * in the MPARAMs array and store them in the 2307 * XADJUSTCTRLS area. 2301 * or this func will not work (because it will intialize 2302 * things on the first WM_WINDOWPOSCHANGED). 2308 2303 * 2309 2304 * 3) Intercept WM_WINDOWPOSCHANGED:
Note:
See TracChangeset
for help on using the changeset viewer.