Changeset 22080 for branches/swt/include/win/winuser.h
- Timestamp:
- Aug 22, 2014, 6:24:49 PM (11 years ago)
- File:
-
- 1 edited
-
branches/swt/include/win/winuser.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/include/win/winuser.h
r21949 r22080 22 22 #define HCF_INDICATOR 0x00000020 23 23 #define HCF_HOTKEYAVAILABLE 0x00000040 24 25 ///-------------------------------------------------------------------[swt-os2] 26 typedef struct tagMENUBARINFO { 27 DWORD cbSize; 28 RECT rcBar; 29 HMENU hMenu; 30 HWND hwndMenu; 31 BOOL fBarFocused:1; 32 BOOL fFocused:1; 33 } MENUBARINFO, *PMENUBARINFO, *LPMENUBARINFO; 34 ///---------------------------------------------------------------------------- 24 35 25 36 typedef struct tagHIGHCONTRASTA
Note:
See TracChangeset
for help on using the changeset viewer.
