mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
Add some SS_* styles
svn path=/trunk/; revision=6050
This commit is contained in:
parent
30d562530c
commit
fd08241470
1 changed files with 3 additions and 0 deletions
|
@ -716,6 +716,8 @@ extern "C" {
|
|||
#define SS_BLACKRECT (0x4L)
|
||||
#define SS_CENTER (0x1L)
|
||||
#define SS_CENTERIMAGE (0x200L)
|
||||
#define SS_ELLIPSISMASK (0xC000L)
|
||||
#define SS_ENDELLIPSIS (0x4000L)
|
||||
#define SS_ENHMETAFILE (0xfL)
|
||||
#define SS_ETCHEDFRAME (0x12L)
|
||||
#define SS_ETCHEDHORZ (0x10L)
|
||||
|
@ -728,6 +730,7 @@ extern "C" {
|
|||
#define SS_NOPREFIX (0x80L)
|
||||
#define SS_NOTIFY (0x100L)
|
||||
#define SS_OWNERDRAW (0xdL)
|
||||
#define SS_PATHELLIPSIS (0x8000L)
|
||||
#define SS_REALSIZEIMAGE (0x800L)
|
||||
#define SS_RIGHT (0x2L)
|
||||
#define SS_RIGHTJUST (0x400L)
|
||||
|
|
Loading…
Reference in a new issue