Added some missing static control styles.
This commit is contained in:
parent
9cb122c2ef
commit
64d7e24028
|
@ -2065,23 +2065,26 @@ typedef PVOID *LPMENUTEMPLATE;
|
|||
#define SS_USERITEM 0x0000000AL
|
||||
#define SS_SIMPLE 0x0000000BL
|
||||
#define SS_LEFTNOWORDWRAP 0x0000000CL
|
||||
|
||||
#define SS_OWNERDRAW 0x0000000DL
|
||||
#define SS_BITMAP 0x0000000EL
|
||||
#define SS_ENHMETAFILE 0x0000000FL
|
||||
|
||||
#define SS_ETCHEDHORZ 0x00000010L
|
||||
#define SS_ETCHEDVERT 0x00000011L
|
||||
#define SS_ETCHEDFRAME 0x00000012L
|
||||
#define SS_TYPEMASK 0x0000001FL
|
||||
|
||||
#define SS_REALSIZECONTROL 0x00000040L
|
||||
#define SS_NOPREFIX 0x00000080L
|
||||
#define SS_NOTIFY 0x00000100L
|
||||
#define SS_CENTERIMAGE 0x00000200L
|
||||
#define SS_RIGHTJUST 0x00000400L
|
||||
#define SS_REALSIZEIMAGE 0x00000800L
|
||||
#define SS_SUNKEN 0x00001000L
|
||||
#define SS_EDITCONTROL 0x00002000L
|
||||
#define SS_ENDELLIPSIS 0x00004000L
|
||||
#define SS_PATHELLIPSIS 0x00008000L
|
||||
#define SS_WORDELLIPSIS 0x0000C000L
|
||||
#define SS_ELLIPSISMASK 0x0000C000L
|
||||
|
||||
/* Static Control Messages */
|
||||
#define STM_SETICON 0x0170
|
||||
|
|
Loading…
Reference in New Issue