Showing changes from revision #0 to #1:
Added | Removed | Changed
Offset | Contents |
---|---|
0 | ColourPicker block flags |
4 | Pointer to the title to be used, or 0 for a default title |
8 | X co-ordinate of top left of the visible area of the dialogue |
12 | Reserved (must be &80000000) |
16 | Reserved (must be &7FFFFFFF) |
20 | Y co-ordinate of top left of the visible area of the dialogue |
24 | Reserved (must be zero) |
28 | Reserved (must be zero) |
32 | Colour descriptor] |
Bit | Value | Meaning |
---|---|---|
0 | 1 | Dialogue has a None button |
1 | 1 | Dialogue has the None button selected |
2 – 3 | Dialogue button type, defining when Message_ColourPickerColourChanged is issued for it: | |
0 | Never issued | |
1 | Issued on any change, except during drags, which give a message at drag end | |
2 | Issued on any change, including during drags | |
3 | Reserved | |
4 | 1 | Dialogue ignores Message_HelpRequest messages |
5 | 1 | Dialogue doesn’t pass on unhandled key presses to the wimp |