Ignore:
Timestamp:
Aug 26, 2001, 10:44:19 AM (24 years ago)
Author:
umoeller
Message:

Misc updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/winh.c

    r95 r101  
    22812281 *          MPARAM's, one for each control in your array.
    22822282 *          Each MPARAM will have the control's ID and the
    2283  *          XAF* flags (winh.h) how the control shall be moved.
     2283 *          XAC_* flags (winh.h) how the control shall be moved.
    22842284 *          Use MPFROM2SHORT to easily create this. Example:
    22852285 *
     
    22992299 *
    23002300 *          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).
    23082303 *
    23092304 *      3)  Intercept WM_WINDOWPOSCHANGED:
Note: See TracChangeset for help on using the changeset viewer.