mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Add two static control styles, SS_EDITCONTROL and SS_REALSIZECONTROL.
svn path=/trunk/; revision=22380
This commit is contained in:
@@ -306,6 +306,7 @@ extern "C" {
|
||||
#define SS_BLACKRECT 4
|
||||
#define SS_CENTER 1
|
||||
#define SS_CENTERIMAGE 512
|
||||
#define SS_EDITCONTROL 0x2000
|
||||
#define SS_ENHMETAFILE 15
|
||||
#define SS_ETCHEDFRAME 18
|
||||
#define SS_ETCHEDHORZ 16
|
||||
@@ -318,6 +319,7 @@ extern "C" {
|
||||
#define SS_NOPREFIX 128
|
||||
#define SS_NOTIFY 256
|
||||
#define SS_OWNERDRAW 0xd
|
||||
#define SS_REALSIZECONTROL 0x040
|
||||
#define SS_REALSIZEIMAGE 0x800
|
||||
#define SS_RIGHT 2
|
||||
#define SS_RIGHTJUST 0x400
|
||||
|
||||
Reference in New Issue
Block a user