mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 07:59:43 +00:00
* Sync up to trunk HEAD (r62502).
svn path=/branches/shell-experiments/; revision=62503
This commit is contained in:
commit
f4388e723d
442 changed files with 16244 additions and 5506 deletions
|
@ -949,7 +949,6 @@ extern "C" {
|
|||
#define TBSTYLE_CUSTOMERASE 0x2000
|
||||
#define TBSTYLE_REGISTERDROP 0x4000
|
||||
#define TBSTYLE_TRANSPARENT 0x8000
|
||||
#define TBSTYLE_EX_DRAWDDARROWS 0x1
|
||||
|
||||
#define BTNS_BUTTON TBSTYLE_BUTTON
|
||||
#define BTNS_SEP TBSTYLE_SEP
|
||||
|
@ -962,9 +961,12 @@ extern "C" {
|
|||
#define BTNS_SHOWTEXT 0x40
|
||||
#define BTNS_WHOLEDROPDOWN 0x80
|
||||
|
||||
#define TBSTYLE_EX_MIXEDBUTTONS 0x8
|
||||
#define TBSTYLE_EX_HIDECLIPPEDBUTTONS 0x10
|
||||
#define TBSTYLE_EX_DOUBLEBUFFER 0x80
|
||||
#define TBSTYLE_EX_DRAWDDARROWS 0x00000001
|
||||
#define TBSTYLE_EX_MULTICOLUMN 0x00000002
|
||||
#define TBSTYLE_EX_VERTICAL 0x00000004
|
||||
#define TBSTYLE_EX_MIXEDBUTTONS 0x00000008
|
||||
#define TBSTYLE_EX_HIDECLIPPEDBUTTONS 0x00000010 /* don't show partially obscured buttons */
|
||||
#define TBSTYLE_EX_DOUBLEBUFFER 0x00000080 /* Double Buffer the toolbar */
|
||||
|
||||
typedef struct _NMTBCUSTOMDRAW {
|
||||
NMCUSTOMDRAW nmcd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue