Changeset 10534 for trunk/include/win/commctrl.h
- Timestamp:
- Mar 17, 2004, 5:37:51 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/commctrl.h
r10530 r10534 1688 1688 #define RBBS_GRIPPERALWAYS 0x00000080 1689 1689 #define RBBS_NOGRIPPER 0x00000100 1690 #define RBBS_USECHEVRON 0x00000200 1691 #define RBBS_HIDETITLE 0x00000400 1692 #define RBBS_TOPALIGN 0x00000800 1690 1693 1691 1694 #define RBNM_ID 0x00000001 … … 1697 1700 #define RBHT_CLIENT 0x0003 1698 1701 #define RBHT_GRABBER 0x0004 1699 1700 #define RB_INSERTBANDA (WM_USER+1) 1701 #define RB_INSERTBANDW (WM_USER+10) 1702 #define RBHT_CHEVRON 0x0008 1703 1704 #define RB_INSERTBANDA (WM_USER+1) 1705 #define RB_INSERTBANDW (WM_USER+10) 1702 1706 #define RB_INSERTBAND WINELIB_NAME_AW(RB_INSERTBAND) 1703 1707 #define RB_DELETEBAND (WM_USER+2) 1704 1708 #define RB_GETBARINFO (WM_USER+3) 1705 1709 #define RB_SETBARINFO (WM_USER+4) 1706 #define RB_GETBANDINFO (WM_USER+5) /* just for compatibility */ 1707 #define RB_SETBANDINFOA (WM_USER+6) 1708 #define RB_SETBANDINFOW (WM_USER+11) 1710 #define RB_SETBANDINFOA (WM_USER+6) 1711 #define RB_SETBANDINFOW (WM_USER+11) 1709 1712 #define RB_SETBANDINFO WINELIB_NAME_AW(RB_SETBANDINFO) 1710 1713 #define RB_SETPARENT (WM_USER+7) … … 1726 1729 #define RB_DRAGMOVE (WM_USER+26) 1727 1730 #define RB_GETBARHEIGHT (WM_USER+27) 1728 #define RB_GETBANDINFOW (WM_USER+28)1729 #define RB_GETBANDINFOA (WM_USER+29)1730 #define RB_GETBANDINFO 16 WINELIB_NAME_AW(RB_GETBANDINFO16)1731 #define RB_GETBANDINFOW (WM_USER+28) 1732 #define RB_GETBANDINFOA (WM_USER+29) 1733 #define RB_GETBANDINFO WINELIB_NAME_AW(RB_GETBANDINFO) 1731 1734 #define RB_MINIMIZEBAND (WM_USER+30) 1732 1735 #define RB_MAXIMIZEBAND (WM_USER+31) … … 1736 1739 #define RB_GETPALETTE (WM_USER+38) 1737 1740 #define RB_MOVEBAND (WM_USER+39) 1741 #define RB_GETBANDMARGINS (WM_USER+40) 1742 #define RB_PUSHCHEVRON (WM_USER+43) 1738 1743 #define RB_GETDROPTARGET CCM_GETDROPTARGET 1739 1744 #define RB_SETCOLORSCHEME CCM_SETCOLORSCHEME … … 1753 1758 #define RBN_DELETEDBAND (RBN_FIRST-7) 1754 1759 #define RBN_CHILDSIZE (RBN_FIRST-8) 1760 #define RBN_CHEVRONPUSHED (RBN_FIRST-10) 1761 #define RBN_MINMAX (RBN_FIRST-21) 1762 #define RBN_AUTOBREAK (RBN_FIRST-22) 1755 1763 1756 1764 typedef struct tagREBARINFO … … 1817 1825 #define LPCREBARBANDINFO WINELIB_NAME_AW(LPCREBARBANDINFO) 1818 1826 1819 #define REBARBANDINFO _V3_SIZEACCSIZEOF_STRUCT(REBARBANDINFOA, wID)1820 #define REBARBANDINFO _V3_SIZEWCCSIZEOF_STRUCT(REBARBANDINFOW, wID)1821 #define REBARBANDINFO_V3_SIZE WINELIB_NAME_AW(REBARBANDINFO_V3_SIZE)1827 #define REBARBANDINFOA_V3_SIZE CCSIZEOF_STRUCT(REBARBANDINFOA, wID) 1828 #define REBARBANDINFOW_V3_SIZE CCSIZEOF_STRUCT(REBARBANDINFOW, wID) 1829 #define REBARBANDINFO_V3_SIZE CCSIZEOF_STRUCT(WINELIB_NAME_AW(REBARBANDINFO), wID) 1822 1830 1823 1831 typedef struct tagNMREBARCHILDSIZE … … 1847 1855 RECT rcActual; 1848 1856 } NMRBAUTOSIZE, *LPNMRBAUTOSIZE; 1857 1858 typedef struct tagNMREBARCHEVRON 1859 { 1860 NMHDR hdr; 1861 UINT uBand; 1862 UINT wID; 1863 LPARAM lParam; 1864 RECT rc; 1865 LPARAM lParamNM; 1866 } NMREBARCHEVRON, *LPNMREBARCHEVRON; 1849 1867 1850 1868 typedef struct _RB_HITTESTINFO
Note:
See TracChangeset
for help on using the changeset viewer.