ReactOS 0.4.16-dev-289-g096a551
|
Go to the source code of this file.
#define _HRESULT_DEFINED |
Definition at line 24 of file commctrl.h.
#define _WIN32_IE 0x0501 |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 14 of file commctrl.h.
#define ACM_OPEN __MINGW_NAME_AW(ACM_OPEN) |
Definition at line 4159 of file commctrl.h.
Definition at line 4156 of file commctrl.h.
Definition at line 4157 of file commctrl.h.
Definition at line 4161 of file commctrl.h.
Definition at line 4162 of file commctrl.h.
#define ACN_START 1 |
Definition at line 4164 of file commctrl.h.
#define ACN_STOP 2 |
Definition at line 4165 of file commctrl.h.
#define ACS_AUTOPLAY 0x4 |
Definition at line 4153 of file commctrl.h.
#define ACS_CENTER 0x1 |
Definition at line 4151 of file commctrl.h.
#define ACS_TIMER 0x8 |
Definition at line 4154 of file commctrl.h.
#define ACS_TRANSPARENT 0x2 |
Definition at line 4152 of file commctrl.h.
#define ANIMATE_CLASS __MINGW_NAME_AW(ANIMATE_CLASS) |
Definition at line 4149 of file commctrl.h.
#define ANIMATE_CLASSA "SysAnimate32" |
Definition at line 4147 of file commctrl.h.
#define ANIMATE_CLASSW L"SysAnimate32" |
Definition at line 4146 of file commctrl.h.
#define Animate_Close | ( | hwnd | ) | Animate_Open(hwnd,NULL) |
Definition at line 4173 of file commctrl.h.
#define Animate_Create | ( | hwndP, | |
id, | |||
dwStyle, | |||
hInstance | |||
) | CreateWindow(ANIMATE_CLASS,NULL,dwStyle,0,0,0,0,hwndP,(HMENU)(id),hInstance,NULL) |
Definition at line 4167 of file commctrl.h.
Definition at line 4169 of file commctrl.h.
#define Animate_OpenEx | ( | hwnd, | |
hInst, | |||
szName | |||
) | (BOOL)SNDMSG(hwnd,ACM_OPEN,(WPARAM)(hInst),(LPARAM)(LPTSTR)(szName)) |
Definition at line 4170 of file commctrl.h.
#define Animate_Play | ( | hwnd, | |
from, | |||
to, | |||
rep | |||
) | (BOOL)SNDMSG(hwnd,ACM_PLAY,(WPARAM)(rep),(LPARAM)MAKELONG(from,to)) |
Definition at line 4171 of file commctrl.h.
#define Animate_Seek | ( | hwnd, | |
frame | |||
) | Animate_Play(hwnd,frame,frame,1) |
Definition at line 4174 of file commctrl.h.
Definition at line 4172 of file commctrl.h.
#define BCM_FIRST 0x1600 |
Definition at line 89 of file commctrl.h.
Definition at line 4644 of file commctrl.h.
Definition at line 4650 of file commctrl.h.
Definition at line 4665 of file commctrl.h.
Definition at line 4666 of file commctrl.h.
Definition at line 4663 of file commctrl.h.
Definition at line 4655 of file commctrl.h.
Definition at line 4661 of file commctrl.h.
Definition at line 4647 of file commctrl.h.
Definition at line 4664 of file commctrl.h.
Definition at line 4658 of file commctrl.h.
Definition at line 4662 of file commctrl.h.
Definition at line 4653 of file commctrl.h.
Definition at line 261 of file commctrl.h.
#define BCN_FIRST (0U-1250U) |
Definition at line 257 of file commctrl.h.
Definition at line 260 of file commctrl.h.
#define BCN_LAST (0U-1350U) |
Definition at line 258 of file commctrl.h.
#define BCSIF_GLYPH 0x00000001 |
Definition at line 249 of file commctrl.h.
#define BCSIF_IMAGE 0x00000002 |
Definition at line 250 of file commctrl.h.
#define BCSIF_SIZE 0x00000008 |
Definition at line 252 of file commctrl.h.
#define BCSIF_STYLE 0x00000004 |
Definition at line 251 of file commctrl.h.
#define BCSS_IMAGE 0x00000008 |
Definition at line 255 of file commctrl.h.
#define BCSS_STRETCH 0x00000002 |
Definition at line 254 of file commctrl.h.
#define BS_COMMANDLINK 0x0000000E |
Definition at line 4677 of file commctrl.h.
#define BS_DEFCOMMANDLINK 0x0000000F |
Definition at line 4678 of file commctrl.h.
#define BS_DEFSPLITBUTTON 0x0000000D |
Definition at line 4676 of file commctrl.h.
#define BS_SPLITBUTTON 0x0000000C |
Definition at line 4675 of file commctrl.h.
#define BST_HOT 0x200 |
Definition at line 4673 of file commctrl.h.
#define BTNS_AUTOSIZE TBSTYLE_AUTOSIZE |
Definition at line 1004 of file commctrl.h.
#define BTNS_BUTTON TBSTYLE_BUTTON |
Definition at line 998 of file commctrl.h.
#define BTNS_CHECK TBSTYLE_CHECK |
Definition at line 1000 of file commctrl.h.
#define BTNS_CHECKGROUP TBSTYLE_CHECKGROUP |
Definition at line 1002 of file commctrl.h.
#define BTNS_DROPDOWN TBSTYLE_DROPDOWN |
Definition at line 1003 of file commctrl.h.
#define BTNS_GROUP TBSTYLE_GROUP |
Definition at line 1001 of file commctrl.h.
#define BTNS_NOPREFIX TBSTYLE_NOPREFIX |
Definition at line 1005 of file commctrl.h.
#define BTNS_SEP TBSTYLE_SEP |
Definition at line 999 of file commctrl.h.
#define BTNS_SHOWTEXT 0x40 |
Definition at line 1006 of file commctrl.h.
#define BTNS_WHOLEDROPDOWN 0x80 |
Definition at line 1007 of file commctrl.h.
Definition at line 4645 of file commctrl.h.
#define Button_GetImageList | ( | hwnd, | |
pbuttonImagelist | |||
) | (BOOL)SNDMSG((hwnd),BCM_GETIMAGELIST,0,(LPARAM)(pbuttonImagelist)) |
Definition at line 4651 of file commctrl.h.
#define Button_GetTextMargin | ( | hwnd, | |
pmargin | |||
) | (BOOL)SNDMSG((hwnd),BCM_GETTEXTMARGIN,0,(LPARAM)(pmargin)) |
Definition at line 4656 of file commctrl.h.
#define BUTTON_IMAGELIST_ALIGN_BOTTOM 3 |
Definition at line 4635 of file commctrl.h.
#define BUTTON_IMAGELIST_ALIGN_CENTER 4 |
Definition at line 4636 of file commctrl.h.
#define BUTTON_IMAGELIST_ALIGN_LEFT 0 |
Definition at line 4632 of file commctrl.h.
#define BUTTON_IMAGELIST_ALIGN_RIGHT 1 |
Definition at line 4633 of file commctrl.h.
#define BUTTON_IMAGELIST_ALIGN_TOP 2 |
Definition at line 4634 of file commctrl.h.
#define Button_SetElevationRequiredState | ( | hwnd, | |
frequired | |||
) | (BOOL)SNDMSG((hwnd),BCM_SETSHIELD,0,(LPARAM)(frequired)) |
Definition at line 4659 of file commctrl.h.
#define Button_SetImageList | ( | hwnd, | |
pbuttonImagelist | |||
) | (BOOL)SNDMSG((hwnd),BCM_SETIMAGELIST,0,(LPARAM)(pbuttonImagelist)) |
Definition at line 4648 of file commctrl.h.
#define Button_SetTextMargin | ( | hwnd, | |
pmargin | |||
) | (BOOL)SNDMSG((hwnd),BCM_SETTEXTMARGIN,0,(LPARAM)(pmargin)) |
Definition at line 4654 of file commctrl.h.
Definition at line 4727 of file commctrl.h.
Definition at line 4726 of file commctrl.h.
#define CBEIF_DI_SETITEM 0x10000000 |
Definition at line 3798 of file commctrl.h.
#define CBEIF_IMAGE 0x2 |
Definition at line 3792 of file commctrl.h.
#define CBEIF_INDENT 0x10 |
Definition at line 3795 of file commctrl.h.
#define CBEIF_LPARAM 0x20 |
Definition at line 3796 of file commctrl.h.
#define CBEIF_OVERLAY 0x8 |
Definition at line 3794 of file commctrl.h.
#define CBEIF_SELECTEDIMAGE 0x4 |
Definition at line 3793 of file commctrl.h.
#define CBEIF_TEXT 0x1 |
Definition at line 3791 of file commctrl.h.
#define CBEM_DELETEITEM CB_DELETESTRING |
Definition at line 3836 of file commctrl.h.
Definition at line 3837 of file commctrl.h.
Definition at line 3838 of file commctrl.h.
Definition at line 3841 of file commctrl.h.
Definition at line 3842 of file commctrl.h.
Definition at line 3833 of file commctrl.h.
#define CBEM_GETITEM __MINGW_NAME_AW(CBEM_GETITEM) |
Definition at line 3852 of file commctrl.h.
Definition at line 3834 of file commctrl.h.
Definition at line 3848 of file commctrl.h.
#define CBEM_GETUNICODEFORMAT CCM_GETUNICODEFORMAT |
Definition at line 3844 of file commctrl.h.
Definition at line 3845 of file commctrl.h.
#define CBEM_INSERTITEM __MINGW_NAME_AW(CBEM_INSERTITEM) |
Definition at line 3850 of file commctrl.h.
Definition at line 3831 of file commctrl.h.
Definition at line 3846 of file commctrl.h.
Definition at line 3839 of file commctrl.h.
Definition at line 3840 of file commctrl.h.
Definition at line 3832 of file commctrl.h.
#define CBEM_SETITEM __MINGW_NAME_AW(CBEM_SETITEM) |
Definition at line 3851 of file commctrl.h.
Definition at line 3835 of file commctrl.h.
Definition at line 3847 of file commctrl.h.
#define CBEM_SETUNICODEFORMAT CCM_SETUNICODEFORMAT |
Definition at line 3843 of file commctrl.h.
#define CBEM_SETWINDOWTHEME CCM_SETWINDOWTHEME |
Definition at line 3854 of file commctrl.h.
#define CBEMAXSTRLEN 260 |
Definition at line 3897 of file commctrl.h.
#define CBEN_BEGINEDIT (CBEN_FIRST - 4) |
Definition at line 3879 of file commctrl.h.
#define CBEN_DELETEITEM (CBEN_FIRST - 2) |
Definition at line 3878 of file commctrl.h.
#define CBEN_DRAGBEGIN __MINGW_NAME_AW(CBEN_DRAGBEGIN) |
Definition at line 3888 of file commctrl.h.
#define CBEN_DRAGBEGINA (CBEN_FIRST - 8) |
Definition at line 3885 of file commctrl.h.
#define CBEN_DRAGBEGINW (CBEN_FIRST - 9) |
Definition at line 3886 of file commctrl.h.
#define CBEN_ENDEDIT __MINGW_NAME_AW(CBEN_ENDEDIT) |
Definition at line 3890 of file commctrl.h.
#define CBEN_ENDEDITA (CBEN_FIRST - 5) |
Definition at line 3880 of file commctrl.h.
#define CBEN_ENDEDITW (CBEN_FIRST - 6) |
Definition at line 3881 of file commctrl.h.
#define CBEN_FIRST (0U-800U) |
Definition at line 232 of file commctrl.h.
#define CBEN_GETDISPINFO __MINGW_NAME_AW(CBEN_GETDISPINFO) |
Definition at line 3874 of file commctrl.h.
#define CBEN_GETDISPINFOA (CBEN_FIRST - 0) |
Definition at line 3876 of file commctrl.h.
#define CBEN_GETDISPINFOW (CBEN_FIRST - 7) |
Definition at line 3883 of file commctrl.h.
#define CBEN_INSERTITEM (CBEN_FIRST - 1) |
Definition at line 3877 of file commctrl.h.
#define CBEN_LAST (0U-830U) |
Definition at line 233 of file commctrl.h.
#define CBENF_DROPDOWN 4 |
Definition at line 3895 of file commctrl.h.
#define CBENF_ESCAPE 3 |
Definition at line 3894 of file commctrl.h.
#define CBENF_KILLFOCUS 1 |
Definition at line 3892 of file commctrl.h.
#define CBENF_RETURN 2 |
Definition at line 3893 of file commctrl.h.
#define CBES_EX_CASESENSITIVE 0x10 |
Definition at line 3860 of file commctrl.h.
#define CBES_EX_NOEDITIMAGE 0x1 |
Definition at line 3856 of file commctrl.h.
#define CBES_EX_NOEDITIMAGEINDENT 0x2 |
Definition at line 3857 of file commctrl.h.
#define CBES_EX_NOSIZELIMIT 0x8 |
Definition at line 3859 of file commctrl.h.
#define CBES_EX_PATHWORDBREAKPROC 0x4 |
Definition at line 3858 of file commctrl.h.
#define CBM_FIRST 0x1700 |
Definition at line 90 of file commctrl.h.
#define CCM_FIRST 0x2000 |
Definition at line 91 of file commctrl.h.
Definition at line 95 of file commctrl.h.
Definition at line 96 of file commctrl.h.
Definition at line 98 of file commctrl.h.
Definition at line 115 of file commctrl.h.
Definition at line 92 of file commctrl.h.
Definition at line 93 of file commctrl.h.
Definition at line 94 of file commctrl.h.
Definition at line 116 of file commctrl.h.
Definition at line 97 of file commctrl.h.
Definition at line 114 of file commctrl.h.
#define CCS_ADJUSTABLE 0x20L |
Definition at line 2252 of file commctrl.h.
#define CCS_BOTTOM 0x3L |
Definition at line 2249 of file commctrl.h.
Definition at line 2255 of file commctrl.h.
#define CCS_NODIVIDER 0x40L |
Definition at line 2253 of file commctrl.h.
#define CCS_NOMOVEX (CCS_VERT | CCS_NOMOVEY) |
Definition at line 2257 of file commctrl.h.
#define CCS_NOMOVEY 0x2L |
Definition at line 2248 of file commctrl.h.
#define CCS_NOPARENTALIGN 0x8L |
Definition at line 2251 of file commctrl.h.
#define CCS_NORESIZE 0x4L |
Definition at line 2250 of file commctrl.h.
#define CCS_RIGHT (CCS_VERT | CCS_BOTTOM) |
Definition at line 2256 of file commctrl.h.
#define CCS_TOP 0x1L |
Definition at line 2247 of file commctrl.h.
#define CCS_VERT 0x80L |
Definition at line 2254 of file commctrl.h.
#define CCSIZEOF_STRUCT | ( | structname, | |
member | |||
) | (((int)((LPBYTE)(&((structname*)0)->member) - ((LPBYTE)((structname*)0))))+sizeof(((structname*)0)->member)) |
Definition at line 153 of file commctrl.h.
#define CDDS_ITEM 0x10000 |
Definition at line 284 of file commctrl.h.
#define CDDS_ITEMPOSTERASE (CDDS_ITEM | CDDS_POSTERASE) |
Definition at line 288 of file commctrl.h.
#define CDDS_ITEMPOSTPAINT (CDDS_ITEM | CDDS_POSTPAINT) |
Definition at line 286 of file commctrl.h.
#define CDDS_ITEMPREERASE (CDDS_ITEM | CDDS_PREERASE) |
Definition at line 287 of file commctrl.h.
#define CDDS_ITEMPREPAINT (CDDS_ITEM | CDDS_PREPAINT) |
Definition at line 285 of file commctrl.h.
#define CDDS_POSTERASE 0x4 |
Definition at line 283 of file commctrl.h.
#define CDDS_POSTPAINT 0x2 |
Definition at line 281 of file commctrl.h.
#define CDDS_PREERASE 0x3 |
Definition at line 282 of file commctrl.h.
#define CDDS_PREPAINT 0x1 |
Definition at line 280 of file commctrl.h.
#define CDDS_SUBITEM 0x20000 |
Definition at line 289 of file commctrl.h.
#define CDIS_CHECKED 0x8 |
Definition at line 294 of file commctrl.h.
#define CDIS_DEFAULT 0x20 |
Definition at line 296 of file commctrl.h.
#define CDIS_DISABLED 0x4 |
Definition at line 293 of file commctrl.h.
#define CDIS_FOCUS 0x10 |
Definition at line 295 of file commctrl.h.
#define CDIS_GRAYED 0x2 |
Definition at line 292 of file commctrl.h.
#define CDIS_HOT 0x40 |
Definition at line 297 of file commctrl.h.
#define CDIS_INDETERMINATE 0x100 |
Definition at line 299 of file commctrl.h.
#define CDIS_MARKED 0x80 |
Definition at line 298 of file commctrl.h.
#define CDIS_SELECTED 0x1 |
Definition at line 291 of file commctrl.h.
#define CDIS_SHOWKEYBOARDCUES 0x200 |
Definition at line 300 of file commctrl.h.
Definition at line 218 of file commctrl.h.
Definition at line 219 of file commctrl.h.
#define CDRF_DODEFAULT 0x0 |
Definition at line 268 of file commctrl.h.
#define CDRF_DOERASE 0x8 |
Definition at line 271 of file commctrl.h.
#define CDRF_NEWFONT 0x2 |
Definition at line 269 of file commctrl.h.
#define CDRF_NOTIFYITEMDRAW 0x20 |
Definition at line 275 of file commctrl.h.
Definition at line 278 of file commctrl.h.
#define CDRF_NOTIFYPOSTERASE 0x40 |
Definition at line 277 of file commctrl.h.
#define CDRF_NOTIFYPOSTPAINT 0x10 |
Definition at line 274 of file commctrl.h.
#define CDRF_NOTIFYSUBITEMDRAW 0x20 |
Definition at line 276 of file commctrl.h.
#define CDRF_SKIPDEFAULT 0x4 |
Definition at line 270 of file commctrl.h.
#define CDRF_SKIPPOSTPAINT 0x100 |
Definition at line 272 of file commctrl.h.
#define CLR_DEFAULT 0xFF000000L |
Definition at line 320 of file commctrl.h.
#define CLR_HILIGHT CLR_DEFAULT |
Definition at line 433 of file commctrl.h.
#define CLR_NONE 0xffffffffL |
Definition at line 319 of file commctrl.h.
#define CMB_MASKED 0x2 |
Definition at line 971 of file commctrl.h.
Definition at line 4730 of file commctrl.h.
#define ComboBox_SetMinVisible | ( | hwnd, | |
iMinVisible | |||
) | (BOOL)SNDMSG((hwnd),CB_SETMINVISIBLE,(WPARAM)iMinVisible,0) |
Definition at line 4729 of file commctrl.h.
#define COMBOBOXEXITEM __MINGW_NAME_AW(COMBOBOXEXITEM) |
Definition at line 3827 of file commctrl.h.
#define COMCTL32_VERSION 5 |
Definition at line 111 of file commctrl.h.
#define CreateStatusWindow __MINGW_NAME_AW(CreateStatusWindow) |
Definition at line 1938 of file commctrl.h.
#define DA_LAST (0x7fffffff) |
Definition at line 4788 of file commctrl.h.
#define DateTime_GetMonthCal | ( | hdp | ) | (HWND)SNDMSG(hdp,DTM_GETMONTHCAL,0,0) |
Definition at line 4354 of file commctrl.h.
#define DateTime_GetMonthCalColor | ( | hdp, | |
iColor | |||
) | SNDMSG(hdp,DTM_GETMCCOLOR,iColor,0) |
Definition at line 4352 of file commctrl.h.
#define DateTime_GetMonthCalFont | ( | hdp | ) | SNDMSG(hdp,DTM_GETMCFONT,0,0) |
Definition at line 4358 of file commctrl.h.
#define DateTime_GetRange | ( | hdp, | |
rgst | |||
) | (DWORD)SNDMSG(hdp,DTM_GETRANGE,0,(LPARAM)(rgst)) |
Definition at line 4339 of file commctrl.h.
#define DateTime_GetSystemtime | ( | hdp, | |
pst | |||
) | (DWORD)SNDMSG(hdp,DTM_GETSYSTEMTIME,0,(LPARAM)(pst)) |
Definition at line 4335 of file commctrl.h.
#define DateTime_SetFormat | ( | hdp, | |
sz | |||
) | (BOOL)SNDMSG(hdp,DTM_SETFORMAT,0,(LPARAM)(sz)) |
Definition at line 4347 of file commctrl.h.
#define DateTime_SetMonthCalColor | ( | hdp, | |
iColor, | |||
clr | |||
) | SNDMSG(hdp,DTM_SETMCCOLOR,iColor,clr) |
Definition at line 4350 of file commctrl.h.
#define DateTime_SetMonthCalFont | ( | hdp, | |
hfont, | |||
fRedraw | |||
) | SNDMSG(hdp,DTM_SETMCFONT,(WPARAM)(hfont),(LPARAM)(fRedraw)) |
Definition at line 4356 of file commctrl.h.
#define DateTime_SetRange | ( | hdp, | |
gd, | |||
rgst | |||
) | (BOOL)SNDMSG(hdp,DTM_SETRANGE,(WPARAM)(gd),(LPARAM)(rgst)) |
Definition at line 4341 of file commctrl.h.
#define DateTime_SetSystemtime | ( | hdp, | |
gd, | |||
pst | |||
) | (BOOL)SNDMSG(hdp,DTM_SETSYSTEMTIME,(WPARAM)(gd),(LPARAM)(pst)) |
Definition at line 4337 of file commctrl.h.
#define DATETIMEPICK_CLASS __MINGW_NAME_AW(DATETIMEPICK_CLASS) |
Definition at line 4330 of file commctrl.h.
#define DATETIMEPICK_CLASSA "SysDateTimePick32" |
Definition at line 4328 of file commctrl.h.
#define DATETIMEPICK_CLASSW L"SysDateTimePick32" |
Definition at line 4327 of file commctrl.h.
Definition at line 2102 of file commctrl.h.
Definition at line 2105 of file commctrl.h.
#define DL_COPYCURSOR 2 |
Definition at line 2109 of file commctrl.h.
#define DL_CURSORSET 0 |
Definition at line 2107 of file commctrl.h.
Definition at line 2103 of file commctrl.h.
Definition at line 2104 of file commctrl.h.
#define DL_MOVECURSOR 3 |
Definition at line 2110 of file commctrl.h.
#define DL_STOPCURSOR 1 |
Definition at line 2108 of file commctrl.h.
#define DPA_APPEND (0x7fffffff) |
Definition at line 4789 of file commctrl.h.
#define DPA_AppendPtr | ( | hdpa, | |
pitem | |||
) | DPA_InsertPtr(hdpa, DA_LAST, pitem) |
Definition at line 4963 of file commctrl.h.
#define DPA_ERR (-1) |
Definition at line 4790 of file commctrl.h.
Definition at line 4964 of file commctrl.h.
#define DPA_FastGetPtr | ( | hdpa, | |
i | |||
) | (DPA_GetPtrPtr(hdpa)[i]) |
Definition at line 4965 of file commctrl.h.
Definition at line 4960 of file commctrl.h.
Definition at line 4962 of file commctrl.h.
Definition at line 4961 of file commctrl.h.
#define DPAM_INTERSECT 8 |
Definition at line 4970 of file commctrl.h.
#define DPAM_NORMAL 2 |
Definition at line 4968 of file commctrl.h.
#define DPAM_SORTED 1 |
Definition at line 4967 of file commctrl.h.
#define DPAM_UNION 4 |
Definition at line 4969 of file commctrl.h.
#define DPAMM_DELETE 2 |
Definition at line 4973 of file commctrl.h.
#define DPAMM_INSERT 3 |
Definition at line 4974 of file commctrl.h.
#define DPAMM_MERGE 1 |
Definition at line 4972 of file commctrl.h.
#define DPAS_INSERTAFTER 0x4 |
Definition at line 4869 of file commctrl.h.
#define DPAS_INSERTBEFORE 0x2 |
Definition at line 4868 of file commctrl.h.
#define DPAS_SORTED 0x1 |
Definition at line 4867 of file commctrl.h.
Definition at line 2112 of file commctrl.h.
#define DrawStatusText __MINGW_NAME_AW(DrawStatusText) |
Definition at line 1939 of file commctrl.h.
#define DSA_APPEND (0x7fffffff) |
Definition at line 4792 of file commctrl.h.
#define DSA_AppendItem | ( | hdsa, | |
pitem | |||
) | DSA_InsertItem (hdsa, DA_LAST, pitem) |
Definition at line 4832 of file commctrl.h.
#define DSA_ERR (-1) |
Definition at line 4793 of file commctrl.h.
Definition at line 4831 of file commctrl.h.
#define DTM_FIRST 0x1000 |
Definition at line 4332 of file commctrl.h.
Definition at line 4360 of file commctrl.h.
Definition at line 4351 of file commctrl.h.
Definition at line 4357 of file commctrl.h.
Definition at line 4353 of file commctrl.h.
Definition at line 4338 of file commctrl.h.
Definition at line 4334 of file commctrl.h.
#define DTM_SETFORMAT __MINGW_NAME_AW(DTM_SETFORMAT) |
Definition at line 4345 of file commctrl.h.
Definition at line 4342 of file commctrl.h.
Definition at line 4343 of file commctrl.h.
Definition at line 4349 of file commctrl.h.
Definition at line 4355 of file commctrl.h.
Definition at line 4340 of file commctrl.h.
Definition at line 4336 of file commctrl.h.
Definition at line 4459 of file commctrl.h.
Definition at line 4371 of file commctrl.h.
Definition at line 4458 of file commctrl.h.
#define DTN_FIRST (0U-760U) |
Definition at line 230 of file commctrl.h.
#define DTN_FORMAT __MINGW_NAME_AW(DTN_FORMAT) |
Definition at line 4436 of file commctrl.h.
Definition at line 4418 of file commctrl.h.
#define DTN_FORMATQUERY __MINGW_NAME_AW(DTN_FORMATQUERY) |
Definition at line 4454 of file commctrl.h.
Definition at line 4440 of file commctrl.h.
Definition at line 4441 of file commctrl.h.
Definition at line 4419 of file commctrl.h.
Definition at line 231 of file commctrl.h.
#define DTN_USERSTRING __MINGW_NAME_AW(DTN_USERSTRING) |
Definition at line 4394 of file commctrl.h.
Definition at line 4378 of file commctrl.h.
Definition at line 4379 of file commctrl.h.
#define DTN_WMKEYDOWN __MINGW_NAME_AW(DTN_WMKEYDOWN) |
Definition at line 4414 of file commctrl.h.
Definition at line 4398 of file commctrl.h.
Definition at line 4399 of file commctrl.h.
#define DTS_APPCANPARSE 0x10 |
Definition at line 4368 of file commctrl.h.
#define DTS_LONGDATEFORMAT 0x4 |
Definition at line 4365 of file commctrl.h.
#define DTS_RIGHTALIGN 0x20 |
Definition at line 4369 of file commctrl.h.
#define DTS_SHORTDATECENTURYFORMAT 0xc |
Definition at line 4366 of file commctrl.h.
#define DTS_SHORTDATEFORMAT 0x0 |
Definition at line 4364 of file commctrl.h.
#define DTS_SHOWNONE 0x2 |
Definition at line 4363 of file commctrl.h.
#define DTS_TIMEFORMAT 0x9 |
Definition at line 4367 of file commctrl.h.
#define DTS_UPDOWN 0x1 |
Definition at line 4362 of file commctrl.h.
#define ECM_FIRST 0x1500 |
Definition at line 88 of file commctrl.h.
#define Edit_GetCueBannerText | ( | hwnd, | |
lpwText, | |||
cchText | |||
) | (BOOL)SNDMSG((hwnd),EM_GETCUEBANNER,(WPARAM)(lpwText),(LPARAM)(cchText)) |
Definition at line 4699 of file commctrl.h.
Definition at line 4710 of file commctrl.h.
#define Edit_SetCueBannerText | ( | hwnd, | |
lpcwText | |||
) | (BOOL)SNDMSG((hwnd),EM_SETCUEBANNER,0,(LPARAM)(lpcwText)) |
Definition at line 4697 of file commctrl.h.
#define Edit_ShowBalloonTip | ( | hwnd, | |
peditballoontip | |||
) | (BOOL)SNDMSG((hwnd),EM_SHOWBALLOONTIP,0,(LPARAM)(peditballoontip)) |
Definition at line 4708 of file commctrl.h.
Definition at line 4698 of file commctrl.h.
Definition at line 4709 of file commctrl.h.
Definition at line 4696 of file commctrl.h.
Definition at line 4707 of file commctrl.h.
Definition at line 4493 of file commctrl.h.
#define FlatSB_GetScrollPropPtr FlatSB_GetScrollProp |
Definition at line 5039 of file commctrl.h.
#define FlatSB_SetScrollPropPtr FlatSB_SetScrollProp |
Definition at line 5046 of file commctrl.h.
#define FORWARD_WM_NOTIFY | ( | hwnd, | |
idFrom, | |||
pnmhdr, | |||
fn | |||
) | (LRESULT)(fn)((hwnd),WM_NOTIFY,(WPARAM)(int)(idFrom),(LPARAM)(NMHDR *)(pnmhdr)) |
Definition at line 127 of file commctrl.h.
Definition at line 4496 of file commctrl.h.
#define FSB_ENCARTA_MODE 1 |
Definition at line 5027 of file commctrl.h.
#define FSB_FLAT_MODE 2 |
Definition at line 5026 of file commctrl.h.
#define FSB_REGULAR_MODE 0 |
Definition at line 5028 of file commctrl.h.
#define GDT_ERROR -1 |
Definition at line 4464 of file commctrl.h.
#define GDT_NONE 1 |
Definition at line 4466 of file commctrl.h.
#define GDT_VALID 0 |
Definition at line 4465 of file commctrl.h.
#define GDTR_MAX 0x2 |
Definition at line 4462 of file commctrl.h.
#define GDTR_MIN 0x1 |
Definition at line 4461 of file commctrl.h.
#define GMR_DAYSTATE 1 |
Definition at line 4321 of file commctrl.h.
#define GMR_VISIBLE 0 |
Definition at line 4320 of file commctrl.h.
Definition at line 126 of file commctrl.h.
#define HD_HITTESTINFO HDHITTESTINFO |
Definition at line 781 of file commctrl.h.
Definition at line 664 of file commctrl.h.
Definition at line 662 of file commctrl.h.
Definition at line 663 of file commctrl.h.
Definition at line 760 of file commctrl.h.
Definition at line 878 of file commctrl.h.
Definition at line 876 of file commctrl.h.
Definition at line 877 of file commctrl.h.
#define HD_TEXTFILTER __MINGW_NAME_AW(HD_TEXTFILTER) |
Definition at line 647 of file commctrl.h.
#define HDF_BITMAP 0x2000 |
Definition at line 721 of file commctrl.h.
#define HDF_BITMAP_ON_RIGHT 0x1000 |
Definition at line 722 of file commctrl.h.
#define HDF_CENTER 0x2 |
Definition at line 715 of file commctrl.h.
#define HDF_IMAGE 0x800 |
Definition at line 723 of file commctrl.h.
#define HDF_JUSTIFYMASK 0x3 |
Definition at line 716 of file commctrl.h.
#define HDF_LEFT 0x0 |
Definition at line 713 of file commctrl.h.
#define HDF_OWNERDRAW 0x8000 |
Definition at line 719 of file commctrl.h.
#define HDF_RIGHT 0x1 |
Definition at line 714 of file commctrl.h.
#define HDF_RTLREADING 0x4 |
Definition at line 717 of file commctrl.h.
#define HDF_SORTDOWN 0x200 |
Definition at line 725 of file commctrl.h.
#define HDF_SORTUP 0x400 |
Definition at line 724 of file commctrl.h.
#define HDF_STRING 0x4000 |
Definition at line 720 of file commctrl.h.
#define HDFT_HASNOVALUE 0x8000 |
Definition at line 645 of file commctrl.h.
#define HDFT_ISNUMBER 0x1 |
Definition at line 643 of file commctrl.h.
#define HDFT_ISSTRING 0x0 |
Definition at line 642 of file commctrl.h.
#define HDI_BITMAP 0x10 |
Definition at line 707 of file commctrl.h.
#define HDI_DI_SETITEM 0x40 |
Definition at line 709 of file commctrl.h.
#define HDI_FILTER 0x100 |
Definition at line 711 of file commctrl.h.
#define HDI_FORMAT 0x4 |
Definition at line 705 of file commctrl.h.
Definition at line 703 of file commctrl.h.
#define HDI_IMAGE 0x20 |
Definition at line 708 of file commctrl.h.
#define HDI_LPARAM 0x8 |
Definition at line 706 of file commctrl.h.
#define HDI_ORDER 0x80 |
Definition at line 710 of file commctrl.h.
#define HDI_TEXT 0x2 |
Definition at line 704 of file commctrl.h.
#define HDI_WIDTH 0x1 |
Definition at line 702 of file commctrl.h.
#define HDITEM __MINGW_NAME_AW(HDITEM) |
Definition at line 697 of file commctrl.h.
#define HDITEM_V1_SIZE __MINGW_NAME_AW_EXT(HDITEM,_V1_SIZE) |
Definition at line 700 of file commctrl.h.
#define HDITEMA_V1_SIZE CCSIZEOF_STRUCT(HDITEMA,lParam) |
Definition at line 680 of file commctrl.h.
#define HDITEMW_V1_SIZE CCSIZEOF_STRUCT(HDITEMW,lParam) |
Definition at line 681 of file commctrl.h.
Definition at line 833 of file commctrl.h.
Definition at line 803 of file commctrl.h.
Definition at line 743 of file commctrl.h.
Definition at line 830 of file commctrl.h.
#define HDM_FIRST 0x1200 |
Definition at line 84 of file commctrl.h.
Definition at line 818 of file commctrl.h.
Definition at line 797 of file commctrl.h.
#define HDM_GETITEM __MINGW_NAME_AW(HDM_GETITEM) |
Definition at line 749 of file commctrl.h.
Definition at line 746 of file commctrl.h.
Definition at line 733 of file commctrl.h.
Definition at line 791 of file commctrl.h.
Definition at line 747 of file commctrl.h.
Definition at line 806 of file commctrl.h.
#define HDM_GETUNICODEFORMAT CCM_GETUNICODEFORMAT |
Definition at line 824 of file commctrl.h.
Definition at line 789 of file commctrl.h.
#define HDM_INSERTITEM __MINGW_NAME_AW(HDM_INSERTITEM) |
Definition at line 739 of file commctrl.h.
Definition at line 736 of file commctrl.h.
Definition at line 737 of file commctrl.h.
Definition at line 767 of file commctrl.h.
Definition at line 800 of file commctrl.h.
Definition at line 815 of file commctrl.h.
Definition at line 827 of file commctrl.h.
Definition at line 812 of file commctrl.h.
Definition at line 794 of file commctrl.h.
#define HDM_SETITEM __MINGW_NAME_AW(HDM_SETITEM) |
Definition at line 756 of file commctrl.h.
Definition at line 753 of file commctrl.h.
Definition at line 754 of file commctrl.h.
Definition at line 809 of file commctrl.h.
#define HDM_SETUNICODEFORMAT CCM_SETUNICODEFORMAT |
Definition at line 821 of file commctrl.h.
Definition at line 855 of file commctrl.h.
Definition at line 859 of file commctrl.h.
#define HDN_BEGINTRACK __MINGW_NAME_AW(HDN_BEGINTRACK) |
Definition at line 871 of file commctrl.h.
Definition at line 847 of file commctrl.h.
Definition at line 848 of file commctrl.h.
#define HDN_DIVIDERDBLCLICK __MINGW_NAME_AW(HDN_DIVIDERDBLCLICK) |
Definition at line 870 of file commctrl.h.
Definition at line 845 of file commctrl.h.
Definition at line 846 of file commctrl.h.
Definition at line 863 of file commctrl.h.
Definition at line 856 of file commctrl.h.
Definition at line 860 of file commctrl.h.
#define HDN_ENDTRACK __MINGW_NAME_AW(HDN_ENDTRACK) |
Definition at line 872 of file commctrl.h.
Definition at line 849 of file commctrl.h.
Definition at line 850 of file commctrl.h.
Definition at line 858 of file commctrl.h.
Definition at line 857 of file commctrl.h.
#define HDN_FIRST (0U-300U) |
Definition at line 205 of file commctrl.h.
#define HDN_GETDISPINFO __MINGW_NAME_AW(HDN_GETDISPINFO) |
Definition at line 874 of file commctrl.h.
Definition at line 853 of file commctrl.h.
Definition at line 854 of file commctrl.h.
#define HDN_ITEMCHANGED __MINGW_NAME_AW(HDN_ITEMCHANGED) |
Definition at line 867 of file commctrl.h.
Definition at line 839 of file commctrl.h.
Definition at line 840 of file commctrl.h.
#define HDN_ITEMCHANGING __MINGW_NAME_AW(HDN_ITEMCHANGING) |
Definition at line 866 of file commctrl.h.
Definition at line 837 of file commctrl.h.
Definition at line 838 of file commctrl.h.
#define HDN_ITEMCLICK __MINGW_NAME_AW(HDN_ITEMCLICK) |
Definition at line 868 of file commctrl.h.
Definition at line 841 of file commctrl.h.
Definition at line 842 of file commctrl.h.
#define HDN_ITEMDBLCLICK __MINGW_NAME_AW(HDN_ITEMDBLCLICK) |
Definition at line 869 of file commctrl.h.
Definition at line 843 of file commctrl.h.
Definition at line 844 of file commctrl.h.
Definition at line 862 of file commctrl.h.
Definition at line 861 of file commctrl.h.
Definition at line 206 of file commctrl.h.
Definition at line 864 of file commctrl.h.
#define HDN_TRACK __MINGW_NAME_AW(HDN_TRACK) |
Definition at line 873 of file commctrl.h.
Definition at line 851 of file commctrl.h.
Definition at line 852 of file commctrl.h.
#define HDS_BUTTONS 0x2 |
Definition at line 629 of file commctrl.h.
#define HDS_DRAGDROP 0x40 |
Definition at line 632 of file commctrl.h.
#define HDS_FILTERBAR 0x100 |
Definition at line 634 of file commctrl.h.
#define HDS_FLAT 0x200 |
Definition at line 635 of file commctrl.h.
#define HDS_FULLDRAG 0x80 |
Definition at line 633 of file commctrl.h.
#define HDS_HIDDEN 0x8 |
Definition at line 631 of file commctrl.h.
#define HDS_HORZ 0x0 |
Definition at line 628 of file commctrl.h.
#define HDS_HOTTRACK 0x4 |
Definition at line 630 of file commctrl.h.
#define HDTEXTFILTER __MINGW_NAME_AW(HD_TEXTFILTER) |
Definition at line 648 of file commctrl.h.
Definition at line 835 of file commctrl.h.
Definition at line 834 of file commctrl.h.
#define Header_CreateDragImage | ( | hwnd, | |
i | |||
) | (HIMAGELIST)SNDMSG((hwnd),HDM_CREATEDRAGIMAGE,(WPARAM)(i),0) |
Definition at line 804 of file commctrl.h.
Definition at line 744 of file commctrl.h.
#define Header_EditFilter | ( | hwnd, | |
i, | |||
fDiscardChanges | |||
) | (int)SNDMSG((hwnd),HDM_EDITFILTER,(WPARAM)(i),MAKELPARAM(fDiscardChanges,0)) |
Definition at line 831 of file commctrl.h.
Definition at line 819 of file commctrl.h.
#define Header_GetImageList | ( | hwnd | ) | (HIMAGELIST)SNDMSG((hwnd),HDM_GETIMAGELIST,0,0) |
Definition at line 798 of file commctrl.h.
#define Header_GetItem | ( | hwndHD, | |
i, | |||
phdi | |||
) | (BOOL)SNDMSG((hwndHD),HDM_GETITEM,(WPARAM)(int)(i),(LPARAM)(HD_ITEM *)(phdi)) |
Definition at line 751 of file commctrl.h.
#define Header_GetItemCount | ( | hwndHD | ) | (int)SNDMSG((hwndHD),HDM_GETITEMCOUNT,0,0L) |
Definition at line 734 of file commctrl.h.
#define Header_GetItemRect | ( | hwnd, | |
iItem, | |||
lprc | |||
) | (BOOL)SNDMSG((hwnd),HDM_GETITEMRECT,(WPARAM)(iItem),(LPARAM)(lprc)) |
Definition at line 792 of file commctrl.h.
#define Header_GetOrderArray | ( | hwnd, | |
iCount, | |||
lpi | |||
) | (BOOL)SNDMSG((hwnd),HDM_GETORDERARRAY,(WPARAM)(iCount),(LPARAM)(lpi)) |
Definition at line 807 of file commctrl.h.
Definition at line 825 of file commctrl.h.
#define Header_InsertItem | ( | hwndHD, | |
i, | |||
phdi | |||
) | (int)SNDMSG((hwndHD),HDM_INSERTITEM,(WPARAM)(int)(i),(LPARAM)(const HD_ITEM *)(phdi)) |
Definition at line 741 of file commctrl.h.
#define Header_Layout | ( | hwndHD, | |
playout | |||
) | (BOOL)SNDMSG((hwndHD),HDM_LAYOUT,0,(LPARAM)(HD_LAYOUT *)(playout)) |
Definition at line 768 of file commctrl.h.
Definition at line 801 of file commctrl.h.
#define Header_SetBitmapMargin | ( | hwnd, | |
iWidth | |||
) | (int)SNDMSG((hwnd),HDM_SETBITMAPMARGIN,(WPARAM)(iWidth),0) |
Definition at line 816 of file commctrl.h.
#define Header_SetFilterChangeTimeout | ( | hwnd, | |
i | |||
) | (int)SNDMSG((hwnd),HDM_SETFILTERCHANGETIMEOUT,0,(LPARAM)(i)) |
Definition at line 828 of file commctrl.h.
#define Header_SetHotDivider | ( | hwnd, | |
fPos, | |||
dw | |||
) | (int)SNDMSG((hwnd),HDM_SETHOTDIVIDER,(WPARAM)(fPos),(LPARAM)(dw)) |
Definition at line 813 of file commctrl.h.
#define Header_SetImageList | ( | hwnd, | |
himl | |||
) | (HIMAGELIST)SNDMSG((hwnd),HDM_SETIMAGELIST,0,(LPARAM)(himl)) |
Definition at line 795 of file commctrl.h.
#define Header_SetItem | ( | hwndHD, | |
i, | |||
phdi | |||
) | (BOOL)SNDMSG((hwndHD),HDM_SETITEM,(WPARAM)(int)(i),(LPARAM)(const HD_ITEM *)(phdi)) |
Definition at line 758 of file commctrl.h.
#define Header_SetOrderArray | ( | hwnd, | |
iCount, | |||
lpi | |||
) | (BOOL)SNDMSG((hwnd),HDM_SETORDERARRAY,(WPARAM)(iCount),(LPARAM)(lpi)) |
Definition at line 810 of file commctrl.h.
#define Header_SetUnicodeFormat | ( | hwnd, | |
fUnicode | |||
) | (BOOL)SNDMSG((hwnd),HDM_SETUNICODEFORMAT,(WPARAM)(fUnicode),0) |
Definition at line 822 of file commctrl.h.
#define HHT_ABOVE 0x100 |
Definition at line 776 of file commctrl.h.
#define HHT_BELOW 0x200 |
Definition at line 777 of file commctrl.h.
#define HHT_NOWHERE 0x1 |
Definition at line 770 of file commctrl.h.
#define HHT_ONDIVIDER 0x4 |
Definition at line 772 of file commctrl.h.
#define HHT_ONDIVOPEN 0x8 |
Definition at line 773 of file commctrl.h.
#define HHT_ONFILTER 0x10 |
Definition at line 774 of file commctrl.h.
#define HHT_ONFILTERBUTTON 0x20 |
Definition at line 775 of file commctrl.h.
#define HHT_ONHEADER 0x2 |
Definition at line 771 of file commctrl.h.
#define HHT_TOLEFT 0x800 |
Definition at line 779 of file commctrl.h.
#define HHT_TORIGHT 0x400 |
Definition at line 778 of file commctrl.h.
#define HICF_ACCELERATOR 0x4 |
Definition at line 1328 of file commctrl.h.
#define HICF_ARROWKEYS 0x2 |
Definition at line 1327 of file commctrl.h.
#define HICF_DUPACCEL 0x8 |
Definition at line 1329 of file commctrl.h.
#define HICF_ENTERING 0x10 |
Definition at line 1330 of file commctrl.h.
#define HICF_LEAVING 0x20 |
Definition at line 1331 of file commctrl.h.
#define HICF_LMOUSE 0x80 |
Definition at line 1333 of file commctrl.h.
#define HICF_MOUSE 0x1 |
Definition at line 1326 of file commctrl.h.
#define HICF_OTHER 0x0 |
Definition at line 1325 of file commctrl.h.
#define HICF_RESELECT 0x40 |
Definition at line 1332 of file commctrl.h.
#define HICF_TOGGLEDROPDOWN 0x100 |
Definition at line 1334 of file commctrl.h.
Definition at line 1063 of file commctrl.h.
#define HIST_ADDTOFAVORITES 3 |
Definition at line 1103 of file commctrl.h.
#define HIST_BACK 0 |
Definition at line 1100 of file commctrl.h.
#define HIST_FAVORITES 2 |
Definition at line 1102 of file commctrl.h.
#define HIST_FORWARD 1 |
Definition at line 1101 of file commctrl.h.
#define HIST_VIEWTREE 4 |
Definition at line 1104 of file commctrl.h.
#define HKCOMB_A 0x8 |
Definition at line 2230 of file commctrl.h.
#define HKCOMB_C 0x4 |
Definition at line 2229 of file commctrl.h.
#define HKCOMB_CA 0x40 |
Definition at line 2233 of file commctrl.h.
#define HKCOMB_NONE 0x1 |
Definition at line 2227 of file commctrl.h.
#define HKCOMB_S 0x2 |
Definition at line 2228 of file commctrl.h.
#define HKCOMB_SA 0x20 |
Definition at line 2232 of file commctrl.h.
#define HKCOMB_SC 0x10 |
Definition at line 2231 of file commctrl.h.
#define HKCOMB_SCA 0x80 |
Definition at line 2234 of file commctrl.h.
Definition at line 2237 of file commctrl.h.
Definition at line 2236 of file commctrl.h.
Definition at line 2238 of file commctrl.h.
#define HOTKEY_CLASS __MINGW_NAME_AW(HOTKEY_CLASS) |
Definition at line 2243 of file commctrl.h.
#define HOTKEY_CLASSA "msctls_hotkey32" |
Definition at line 2240 of file commctrl.h.
#define HOTKEY_CLASSW L"msctls_hotkey32" |
Definition at line 2241 of file commctrl.h.
#define HOTKEYF_ALT 0x4 |
Definition at line 2225 of file commctrl.h.
#define HOTKEYF_CONTROL 0x2 |
Definition at line 2224 of file commctrl.h.
#define HOTKEYF_EXT 0x8 |
Definition at line 2226 of file commctrl.h.
#define HOTKEYF_SHIFT 0x1 |
Definition at line 2223 of file commctrl.h.
#define HOVER_DEFAULT 0xffffffff |
Definition at line 4991 of file commctrl.h.
#define I_CHILDRENCALLBACK (-1) |
Definition at line 3298 of file commctrl.h.
Definition at line 2392 of file commctrl.h.
#define I_GROUPIDCALLBACK (-1) |
Definition at line 2339 of file commctrl.h.
#define I_GROUPIDNONE (-2) |
Definition at line 2340 of file commctrl.h.
#define I_IMAGECALLBACK (-1) |
Definition at line 2390 of file commctrl.h.
#define I_IMAGENONE (-2) |
Definition at line 2391 of file commctrl.h.
#define I_INDENTCALLBACK (-1) |
Definition at line 2335 of file commctrl.h.
#define ICC_ANIMATE_CLASS 0x80 |
Definition at line 65 of file commctrl.h.
#define ICC_BAR_CLASSES 0x4 |
Definition at line 60 of file commctrl.h.
#define ICC_COOL_CLASSES 0x400 |
Definition at line 69 of file commctrl.h.
#define ICC_DATE_CLASSES 0x100 |
Definition at line 67 of file commctrl.h.
#define ICC_HOTKEY_CLASS 0x40 |
Definition at line 64 of file commctrl.h.
#define ICC_INTERNET_CLASSES 0x800 |
Definition at line 70 of file commctrl.h.
#define ICC_LINK_CLASS 0x8000 |
Definition at line 74 of file commctrl.h.
#define ICC_LISTVIEW_CLASSES 0x1 |
Definition at line 58 of file commctrl.h.
#define ICC_NATIVEFNTCTL_CLASS 0x2000 |
Definition at line 72 of file commctrl.h.
#define ICC_PAGESCROLLER_CLASS 0x1000 |
Definition at line 71 of file commctrl.h.
#define ICC_PROGRESS_CLASS 0x20 |
Definition at line 63 of file commctrl.h.
#define ICC_STANDARD_CLASSES 0x4000 |
Definition at line 73 of file commctrl.h.
#define ICC_TAB_CLASSES 0x8 |
Definition at line 61 of file commctrl.h.
#define ICC_TREEVIEW_CLASSES 0x2 |
Definition at line 59 of file commctrl.h.
#define ICC_UPDOWN_CLASS 0x10 |
Definition at line 62 of file commctrl.h.
#define ICC_USEREX_CLASSES 0x200 |
Definition at line 68 of file commctrl.h.
#define ICC_WIN95_CLASSES 0xff |
Definition at line 66 of file commctrl.h.
#define IDB_HIST_LARGE_COLOR 9 |
Definition at line 1069 of file commctrl.h.
#define IDB_HIST_SMALL_COLOR 8 |
Definition at line 1068 of file commctrl.h.
#define IDB_STD_LARGE_COLOR 1 |
Definition at line 1065 of file commctrl.h.
#define IDB_STD_SMALL_COLOR 0 |
Definition at line 1064 of file commctrl.h.
#define IDB_VIEW_LARGE_COLOR 5 |
Definition at line 1067 of file commctrl.h.
#define IDB_VIEW_SMALL_COLOR 4 |
Definition at line 1066 of file commctrl.h.
#define ILC_COLOR 0x0 |
Definition at line 352 of file commctrl.h.
#define ILC_COLOR16 0x10 |
Definition at line 356 of file commctrl.h.
#define ILC_COLOR24 0x18 |
Definition at line 357 of file commctrl.h.
#define ILC_COLOR32 0x20 |
Definition at line 358 of file commctrl.h.
#define ILC_COLOR4 0x4 |
Definition at line 354 of file commctrl.h.
#define ILC_COLOR8 0x8 |
Definition at line 355 of file commctrl.h.
#define ILC_COLORDDB 0xfe |
Definition at line 353 of file commctrl.h.
#define ILC_MASK 0x1 |
Definition at line 351 of file commctrl.h.
#define ILC_MIRROR 0x2000 |
Definition at line 360 of file commctrl.h.
#define ILC_PALETTE 0x800 |
Definition at line 359 of file commctrl.h.
#define ILC_PERITEMMIRROR 0x8000 |
Definition at line 361 of file commctrl.h.
#define ILCF_MOVE 0x0 |
Definition at line 510 of file commctrl.h.
#define ILCF_SWAP 0x1 |
Definition at line 511 of file commctrl.h.
#define ILD_BLEND ILD_BLEND50 |
Definition at line 432 of file commctrl.h.
#define ILD_BLEND25 0x2 |
Definition at line 422 of file commctrl.h.
#define ILD_BLEND50 0x4 |
Definition at line 423 of file commctrl.h.
#define ILD_DPISCALE 0x4000 |
Definition at line 428 of file commctrl.h.
#define ILD_FOCUS ILD_BLEND25 |
Definition at line 431 of file commctrl.h.
#define ILD_IMAGE 0x20 |
Definition at line 420 of file commctrl.h.
#define ILD_MASK 0x10 |
Definition at line 419 of file commctrl.h.
#define ILD_NORMAL 0x0 |
Definition at line 417 of file commctrl.h.
#define ILD_OVERLAYMASK 0xf00 |
Definition at line 424 of file commctrl.h.
#define ILD_PRESERVEALPHA 0x1000 |
Definition at line 426 of file commctrl.h.
#define ILD_ROP 0x40 |
Definition at line 421 of file commctrl.h.
#define ILD_SCALE 0x2000 |
Definition at line 427 of file commctrl.h.
#define ILD_SELECTED ILD_BLEND50 |
Definition at line 430 of file commctrl.h.
#define ILD_TRANSPARENT 0x1 |
Definition at line 418 of file commctrl.h.
#define ILS_ALPHA 0x8 |
Definition at line 439 of file commctrl.h.
#define ILS_GLOW 0x1 |
Definition at line 436 of file commctrl.h.
#define ILS_NORMAL 0x0 |
Definition at line 435 of file commctrl.h.
#define ILS_SATURATE 0x4 |
Definition at line 438 of file commctrl.h.
#define ILS_SHADOW 0x2 |
Definition at line 437 of file commctrl.h.
#define ImageList_AddIcon | ( | himl, | |
hicon | |||
) | ImageList_ReplaceIcon(himl,-1,hicon) |
Definition at line 415 of file commctrl.h.
Definition at line 557 of file commctrl.h.
#define ImageList_LoadBitmap | ( | hi, | |
lpbmp, | |||
cx, | |||
cGrow, | |||
crMask | |||
) | ImageList_LoadImage(hi,lpbmp,cx,cGrow,crMask,IMAGE_BITMAP,0) |
Definition at line 558 of file commctrl.h.
#define ImageList_LoadImage __MINGW_NAME_AW(ImageList_LoadImage) |
Definition at line 508 of file commctrl.h.
#define ImageList_RemoveAll | ( | himl | ) | ImageList_Remove(himl,-1) |
Definition at line 556 of file commctrl.h.
#define IMAGELISTDRAWPARAMS_V3_SIZE CCSIZEOF_STRUCT(IMAGELISTDRAWPARAMS,dwRop) |
Definition at line 348 of file commctrl.h.
Definition at line 425 of file commctrl.h.
Definition at line 2333 of file commctrl.h.
#define INFOTIPSIZE 1024 |
Definition at line 124 of file commctrl.h.
#define INVALID_LINK_INDEX (-1) |
Definition at line 4738 of file commctrl.h.
Definition at line 4470 of file commctrl.h.
Definition at line 4472 of file commctrl.h.
Definition at line 4475 of file commctrl.h.
Definition at line 4471 of file commctrl.h.
Definition at line 4474 of file commctrl.h.
Definition at line 4473 of file commctrl.h.
Definition at line 4482 of file commctrl.h.
#define IPN_FIRST (0U-860U) |
Definition at line 237 of file commctrl.h.
Definition at line 238 of file commctrl.h.
Definition at line 4740 of file commctrl.h.
#define LIF_ITEMID 0x4 |
Definition at line 4749 of file commctrl.h.
#define LIF_ITEMINDEX 0x1 |
Definition at line 4747 of file commctrl.h.
#define LIF_STATE 0x2 |
Definition at line 4748 of file commctrl.h.
#define LIF_URL 0x8 |
Definition at line 4750 of file commctrl.h.
#define LIS_ENABLED 0x2 |
Definition at line 4753 of file commctrl.h.
#define LIS_FOCUSED 0x1 |
Definition at line 4752 of file commctrl.h.
#define LIS_VISITED 0x4 |
Definition at line 4754 of file commctrl.h.
#define ListView_ApproximateViewRect | ( | hwnd, | |
iWidth, | |||
iHeight, | |||
iCount | |||
) | (DWORD)SNDMSG((hwnd),LVM_APPROXIMATEVIEWRECT,iCount,MAKELPARAM(iWidth,iHeight)) |
Definition at line 2784 of file commctrl.h.
#define ListView_Arrange | ( | hwndLV, | |
code | |||
) | (BOOL)SNDMSG((hwndLV),LVM_ARRANGE,(WPARAM)(UINT)(code),0L) |
Definition at line 2538 of file commctrl.h.
#define ListView_CancelEditLabel | ( | hwnd | ) | (VOID)SNDMSG((hwnd),LVM_CANCELEDITLABEL,(WPARAM)0,(LPARAM)0) |
Definition at line 3018 of file commctrl.h.
#define ListView_CreateDragImage | ( | hwnd, | |
i, | |||
lpptUpLeft | |||
) | (HIMAGELIST)SNDMSG((hwnd),LVM_CREATEDRAGIMAGE,(WPARAM)(int)(i),(LPARAM)(LPPOINT)(lpptUpLeft)) |
Definition at line 2658 of file commctrl.h.
Definition at line 2419 of file commctrl.h.
#define ListView_DeleteColumn | ( | hwnd, | |
iCol | |||
) | (BOOL)SNDMSG((hwnd),LVM_DELETECOLUMN,(WPARAM)(int)(iCol),0) |
Definition at line 2644 of file commctrl.h.
Definition at line 2416 of file commctrl.h.
Definition at line 2545 of file commctrl.h.
#define ListView_EnableGroupView | ( | hwnd, | |
fEnable | |||
) | SNDMSG((hwnd),LVM_ENABLEGROUPVIEW,(WPARAM)fEnable,0) |
Definition at line 2923 of file commctrl.h.
#define ListView_EnsureVisible | ( | hwndLV, | |
i, | |||
fPartialOK | |||
) | (BOOL)SNDMSG((hwndLV),LVM_ENSUREVISIBLE,(WPARAM)(int)(i),MAKELPARAM((fPartialOK),0)) |
Definition at line 2524 of file commctrl.h.
#define ListView_FindItem | ( | hwnd, | |
iStart, | |||
plvfi | |||
) | (int)SNDMSG((hwnd),LVM_FINDITEM,(WPARAM)(int)(iStart),(LPARAM)(const LV_FINDINFO *)(plvfi)) |
Definition at line 2475 of file commctrl.h.
Definition at line 2297 of file commctrl.h.
Definition at line 3032 of file commctrl.h.
Definition at line 2422 of file commctrl.h.
#define ListView_GetCheckState | ( | hwndLV, | |
i | |||
) | ((((UINT)(SNDMSG((hwndLV),LVM_GETITEMSTATE,(WPARAM)(i),LVIS_STATEIMAGEMASK))) >> 12) -1) |
Definition at line 2682 of file commctrl.h.
#define ListView_GetColumn | ( | hwnd, | |
iCol, | |||
pcol | |||
) | (BOOL)SNDMSG((hwnd),LVM_GETCOLUMN,(WPARAM)(int)(iCol),(LPARAM)(LV_COLUMN *)(pcol)) |
Definition at line 2627 of file commctrl.h.
#define ListView_GetColumnOrderArray | ( | hwnd, | |
iCount, | |||
pi | |||
) | (BOOL)SNDMSG((hwnd),LVM_GETCOLUMNORDERARRAY,(WPARAM)(iCount),(LPARAM)(LPINT)(pi)) |
Definition at line 2774 of file commctrl.h.
#define ListView_GetColumnWidth | ( | hwnd, | |
iCol | |||
) | (int)SNDMSG((hwnd),LVM_GETCOLUMNWIDTH,(WPARAM)(int)(iCol),0) |
Definition at line 2647 of file commctrl.h.
#define ListView_GetCountPerPage | ( | hwndLV | ) | (int)SNDMSG((hwndLV),LVM_GETCOUNTPERPAGE,0,0) |
Definition at line 2672 of file commctrl.h.
#define ListView_GetEditControl | ( | hwndLV | ) | (HWND)SNDMSG((hwndLV),LVM_GETEDITCONTROL,0,0L) |
Definition at line 2548 of file commctrl.h.
#define ListView_GetExtendedListViewStyle | ( | hwndLV | ) | (DWORD)SNDMSG((hwndLV),LVM_GETEXTENDEDLISTVIEWSTYLE,0,0) |
Definition at line 2733 of file commctrl.h.
#define ListView_GetGroupInfo | ( | hwnd, | |
iGroupId, | |||
pgrp | |||
) | SNDMSG((hwnd),LVM_GETGROUPINFO,(WPARAM)iGroupId,(LPARAM)pgrp) |
Definition at line 2891 of file commctrl.h.
#define ListView_GetGroupMetrics | ( | hwnd, | |
pGroupMetrics | |||
) | SNDMSG((hwnd),LVM_GETGROUPMETRICS,0,(LPARAM)pGroupMetrics) |
Definition at line 2921 of file commctrl.h.
Definition at line 2656 of file commctrl.h.
Definition at line 2782 of file commctrl.h.
Definition at line 2778 of file commctrl.h.
#define ListView_GetHoverTime | ( | hwndLV | ) | (DWORD)SNDMSG((hwndLV),LVM_GETHOVERTIME,0,0) |
Definition at line 2800 of file commctrl.h.
#define ListView_GetImageList | ( | hwnd, | |
iImageList | |||
) | (HIMAGELIST)SNDMSG((hwnd),LVM_GETIMAGELIST,(WPARAM)(INT)(iImageList),0L) |
Definition at line 2301 of file commctrl.h.
#define ListView_GetInsertMark | ( | hwnd, | |
lvim | |||
) | (BOOL)SNDMSG((hwnd),LVM_GETINSERTMARK,(WPARAM) 0,(LPARAM) (lvim)) |
Definition at line 2989 of file commctrl.h.
#define ListView_GetInsertMarkColor | ( | hwnd | ) | (COLORREF)SNDMSG((hwnd),LVM_GETINSERTMARKCOLOR,(WPARAM)0,(LPARAM)0) |
Definition at line 2997 of file commctrl.h.
#define ListView_GetInsertMarkRect | ( | hwnd, | |
rc | |||
) | (int)SNDMSG((hwnd),LVM_GETINSERTMARKRECT,(WPARAM)0,(LPARAM)(LPRECT)(rc)) |
Definition at line 2993 of file commctrl.h.
#define ListView_GetISearchString | ( | hwndLV, | |
lpsz | |||
) | (BOOL)SNDMSG((hwndLV),LVM_GETISEARCHSTRING,0,(LPARAM)(LPTSTR)(lpsz)) |
Definition at line 2724 of file commctrl.h.
#define ListView_GetItem | ( | hwnd, | |
pitem | |||
) | (BOOL)SNDMSG((hwnd),LVM_GETITEM,0,(LPARAM)(LV_ITEM *)(pitem)) |
Definition at line 2399 of file commctrl.h.
Definition at line 2312 of file commctrl.h.
#define ListView_GetItemPosition | ( | hwndLV, | |
i, | |||
ppt | |||
) | (BOOL)SNDMSG((hwndLV),LVM_GETITEMPOSITION,(WPARAM)(int)(i),(LPARAM)(POINT *)(ppt)) |
Definition at line 2489 of file commctrl.h.
#define ListView_GetItemRect | ( | hwnd, | |
i, | |||
prc, | |||
code | |||
) | (BOOL)SNDMSG((hwnd),LVM_GETITEMRECT,(WPARAM)(int)(i),((prc) ? (((RECT *)(prc))->left = (code),(LPARAM)(RECT *)(prc)) : (LPARAM)(RECT *)NULL)) |
Definition at line 2483 of file commctrl.h.
#define ListView_GetItemSpacing | ( | hwndLV, | |
fSmall | |||
) | (DWORD)SNDMSG((hwndLV),LVM_GETITEMSPACING,fSmall,0L) |
Definition at line 2717 of file commctrl.h.
#define ListView_GetItemState | ( | hwndLV, | |
i, | |||
mask | |||
) | (UINT)SNDMSG((hwndLV),LVM_GETITEMSTATE,(WPARAM)(i),(LPARAM)(mask)) |
Definition at line 2681 of file commctrl.h.
#define ListView_GetItemText | ( | hwndLV, | |
i, | |||
iSubItem_, | |||
pszText_, | |||
cchTextMax_ | |||
) | { LV_ITEM _ms_lvi; _ms_lvi.iSubItem = iSubItem_; _ms_lvi.cchTextMax = cchTextMax_; _ms_lvi.pszText = pszText_; SNDMSG((hwndLV),LVM_GETITEMTEXT,(WPARAM)(i),(LPARAM)(LV_ITEM *)&_ms_lvi);} |
Definition at line 2689 of file commctrl.h.
#define ListView_GetNextItem | ( | hwnd, | |
i, | |||
flags | |||
) | (int)SNDMSG((hwnd),LVM_GETNEXTITEM,(WPARAM)(int)(i),MAKELPARAM((flags),0)) |
Definition at line 2439 of file commctrl.h.
#define ListView_GetNumberOfWorkAreas | ( | hwnd, | |
pnWorkAreas | |||
) | (BOOL)SNDMSG((hwnd),LVM_GETNUMBEROFWORKAREAS,0,(LPARAM)(UINT *)(pnWorkAreas)) |
Definition at line 2792 of file commctrl.h.
#define ListView_GetOrigin | ( | hwndLV, | |
ppt | |||
) | (BOOL)SNDMSG((hwndLV),LVM_GETORIGIN,(WPARAM)0,(LPARAM)(POINT *)(ppt)) |
Definition at line 2674 of file commctrl.h.
Definition at line 3014 of file commctrl.h.
Definition at line 3010 of file commctrl.h.
#define ListView_GetSelectedCount | ( | hwndLV | ) | (UINT)SNDMSG((hwndLV),LVM_GETSELECTEDCOUNT,0,0L) |
Definition at line 2714 of file commctrl.h.
Definition at line 2794 of file commctrl.h.
#define ListView_GetStringWidth | ( | hwndLV, | |
psz | |||
) | (int)SNDMSG((hwndLV),LVM_GETSTRINGWIDTH,0,(LPARAM)(LPCTSTR)(psz)) |
Definition at line 2496 of file commctrl.h.
#define ListView_GetSubItemRect | ( | hwnd, | |
iItem, | |||
iSubItem, | |||
code, | |||
prc | |||
) | (BOOL)SNDMSG((hwnd),LVM_GETSUBITEMRECT,(WPARAM)(int)(iItem),((prc) ? ((((LPRECT)(prc))->top = iSubItem),(((LPRECT)(prc))->left = code),(LPARAM)(prc)) : (LPARAM)(LPRECT)NULL)) |
Definition at line 2768 of file commctrl.h.
Definition at line 2666 of file commctrl.h.
Definition at line 2662 of file commctrl.h.
Definition at line 2975 of file commctrl.h.
Definition at line 2971 of file commctrl.h.
#define ListView_GetToolTips | ( | hwndLV | ) | (HWND)SNDMSG((hwndLV),LVM_GETTOOLTIPS,0,0) |
Definition at line 2804 of file commctrl.h.
#define ListView_GetTopIndex | ( | hwndLV | ) | (int)SNDMSG((hwndLV),LVM_GETTOPINDEX,0,0) |
Definition at line 2670 of file commctrl.h.
Definition at line 2295 of file commctrl.h.
Definition at line 2854 of file commctrl.h.
#define ListView_GetViewRect | ( | hwnd, | |
prc | |||
) | (BOOL)SNDMSG((hwnd),LVM_GETVIEWRECT,0,(LPARAM)(RECT *)(prc)) |
Definition at line 2660 of file commctrl.h.
#define ListView_GetWorkAreas | ( | hwnd, | |
nWorkAreas, | |||
prc | |||
) | (BOOL)SNDMSG((hwnd),LVM_GETWORKAREAS,(WPARAM)(int)(nWorkAreas),(LPARAM)(RECT *)(prc)) |
Definition at line 2790 of file commctrl.h.
#define ListView_HasGroup | ( | hwnd, | |
dwGroupId | |||
) | SNDMSG((hwnd),LVM_HASGROUP,dwGroupId,0) |
Definition at line 2941 of file commctrl.h.
#define ListView_HitTest | ( | hwndLV, | |
pinfo | |||
) | (int)SNDMSG((hwndLV),LVM_HITTEST,0,(LPARAM)(LV_HITTESTINFO *)(pinfo)) |
Definition at line 2521 of file commctrl.h.
#define ListView_InsertColumn | ( | hwnd, | |
iCol, | |||
pcol | |||
) | (int)SNDMSG((hwnd),LVM_INSERTCOLUMN,(WPARAM)(int)(iCol),(LPARAM)(const LV_COLUMN *)(pcol)) |
Definition at line 2641 of file commctrl.h.
#define ListView_InsertGroup | ( | hwnd, | |
index, | |||
pgrp | |||
) | SNDMSG((hwnd),LVM_INSERTGROUP,(WPARAM)index,(LPARAM)pgrp) |
Definition at line 2887 of file commctrl.h.
#define ListView_InsertGroupSorted | ( | hwnd, | |
structInsert | |||
) | SNDMSG((hwnd),LVM_INSERTGROUPSORTED,(WPARAM)structInsert,0) |
Definition at line 2937 of file commctrl.h.
#define ListView_InsertItem | ( | hwnd, | |
pitem | |||
) | (int)SNDMSG((hwnd),LVM_INSERTITEM,0,(LPARAM)(const LV_ITEM *)(pitem)) |
Definition at line 2413 of file commctrl.h.
#define ListView_InsertMarkHitTest | ( | hwnd, | |
point, | |||
lvim | |||
) | (int)SNDMSG((hwnd),LVM_INSERTMARKHITTEST,(WPARAM)(LPPOINT)(point),(LPARAM)(LPLVINSERTMARK)(lvim)) |
Definition at line 2991 of file commctrl.h.
Definition at line 3012 of file commctrl.h.
#define ListView_IsItemVisible | ( | hwnd, | |
index | |||
) | (UINT)SNDMSG((hwnd),LVM_ISITEMVISIBLE,(WPARAM)(index),(LPARAM)0) |
Definition at line 3024 of file commctrl.h.
#define ListView_MapIDToIndex | ( | hwnd, | |
id | |||
) | (UINT)SNDMSG((hwnd),LVM_MAPIDTOINDEX,(WPARAM)id,(LPARAM)0) |
Definition at line 3022 of file commctrl.h.
#define ListView_MapIndexToID | ( | hwnd, | |
index | |||
) | (UINT)SNDMSG((hwnd),LVM_MAPINDEXTOID,(WPARAM)index,(LPARAM)0) |
Definition at line 3020 of file commctrl.h.
#define ListView_MoveGroup | ( | hwnd, | |
iGroupId, | |||
toIndex | |||
) | SNDMSG((hwnd),LVM_MOVEGROUP,(WPARAM)iGroupId,(LPARAM)toIndex) |
Definition at line 2895 of file commctrl.h.
#define ListView_MoveItemToGroup | ( | hwnd, | |
idItemFrom, | |||
idGroupTo | |||
) | SNDMSG((hwnd),LVM_MOVEITEMTOGROUP,(WPARAM)idItemFrom,(LPARAM)idGroupTo) |
Definition at line 2897 of file commctrl.h.
#define ListView_RedrawItems | ( | hwndLV, | |
iFirst, | |||
iLast | |||
) | (BOOL)SNDMSG((hwndLV),LVM_REDRAWITEMS,(WPARAM)(int)(iFirst),(LPARAM)(int)(iLast)) |
Definition at line 2530 of file commctrl.h.
#define ListView_RemoveAllGroups | ( | hwnd | ) | SNDMSG((hwnd),LVM_REMOVEALLGROUPS,0,0) |
Definition at line 2939 of file commctrl.h.
Definition at line 2893 of file commctrl.h.
#define ListView_Scroll | ( | hwndLV, | |
dx, | |||
dy | |||
) | (BOOL)SNDMSG((hwndLV),LVM_SCROLL,(WPARAM)(int)(dx),(LPARAM)(int)(dy)) |
Definition at line 2527 of file commctrl.h.
#define ListView_SetBkColor | ( | hwnd, | |
clrBk | |||
) | (BOOL)SNDMSG((hwnd),LVM_SETBKCOLOR,0,(LPARAM)(COLORREF)(clrBk)) |
Definition at line 2299 of file commctrl.h.
Definition at line 3031 of file commctrl.h.
#define ListView_SetCallbackMask | ( | hwnd, | |
mask | |||
) | (BOOL)SNDMSG((hwnd),LVM_SETCALLBACKMASK,(WPARAM)(UINT)(mask),0) |
Definition at line 2425 of file commctrl.h.
#define ListView_SetCheckState | ( | hwndLV, | |
i, | |||
fCheck | |||
) | ListView_SetItemState(hwndLV,i,INDEXTOSTATEIMAGEMASK((fCheck)?2:1),LVIS_STATEIMAGEMASK) |
Definition at line 2679 of file commctrl.h.
#define ListView_SetColumn | ( | hwnd, | |
iCol, | |||
pcol | |||
) | (BOOL)SNDMSG((hwnd),LVM_SETCOLUMN,(WPARAM)(int)(iCol),(LPARAM)(const LV_COLUMN *)(pcol)) |
Definition at line 2634 of file commctrl.h.
#define ListView_SetColumnOrderArray | ( | hwnd, | |
iCount, | |||
pi | |||
) | (BOOL)SNDMSG((hwnd),LVM_SETCOLUMNORDERARRAY,(WPARAM)(iCount),(LPARAM)(LPINT)(pi)) |
Definition at line 2772 of file commctrl.h.
#define ListView_SetColumnWidth | ( | hwnd, | |
iCol, | |||
cx | |||
) | (BOOL)SNDMSG((hwnd),LVM_SETCOLUMNWIDTH,(WPARAM)(int)(iCol),MAKELPARAM((cx),0)) |
Definition at line 2653 of file commctrl.h.
#define ListView_SetExtendedListViewStyle | ( | hwndLV, | |
dw | |||
) | (DWORD)SNDMSG((hwndLV),LVM_SETEXTENDEDLISTVIEWSTYLE,0,dw) |
Definition at line 2730 of file commctrl.h.
#define ListView_SetExtendedListViewStyleEx | ( | hwndLV, | |
dwMask, | |||
dw | |||
) | (DWORD)SNDMSG((hwndLV),LVM_SETEXTENDEDLISTVIEWSTYLE,dwMask,dw) |
Definition at line 2731 of file commctrl.h.
#define ListView_SetGroupInfo | ( | hwnd, | |
iGroupId, | |||
pgrp | |||
) | SNDMSG((hwnd),LVM_SETGROUPINFO,(WPARAM)iGroupId,(LPARAM)pgrp) |
Definition at line 2889 of file commctrl.h.
#define ListView_SetGroupMetrics | ( | hwnd, | |
pGroupMetrics | |||
) | SNDMSG((hwnd),LVM_SETGROUPMETRICS,0,(LPARAM)pGroupMetrics) |
Definition at line 2919 of file commctrl.h.
#define ListView_SetHotCursor | ( | hwnd, | |
hcur | |||
) | (HCURSOR)SNDMSG((hwnd),LVM_SETHOTCURSOR,0,(LPARAM)(hcur)) |
Definition at line 2780 of file commctrl.h.
Definition at line 2776 of file commctrl.h.
#define ListView_SetHoverTime | ( | hwndLV, | |
dwHoverTimeMs | |||
) | (DWORD)SNDMSG((hwndLV),LVM_SETHOVERTIME,0,(LPARAM)(dwHoverTimeMs)) |
Definition at line 2798 of file commctrl.h.
#define ListView_SetIconSpacing | ( | hwndLV, | |
cx, | |||
cy | |||
) | (DWORD)SNDMSG((hwndLV),LVM_SETICONSPACING,0,MAKELONG(cx,cy)) |
Definition at line 2728 of file commctrl.h.
#define ListView_SetImageList | ( | hwnd, | |
himl, | |||
iImageList | |||
) | (HIMAGELIST)SNDMSG((hwnd),LVM_SETIMAGELIST,(WPARAM)(iImageList),(LPARAM)(HIMAGELIST)(himl)) |
Definition at line 2309 of file commctrl.h.
#define ListView_SetInfoTip | ( | hwndLV, | |
plvInfoTip | |||
) | (BOOL)SNDMSG((hwndLV),LVM_SETINFOTIP,(WPARAM)0,(LPARAM)plvInfoTip) |
Definition at line 3008 of file commctrl.h.
#define ListView_SetInsertMark | ( | hwnd, | |
lvim | |||
) | (BOOL)SNDMSG((hwnd),LVM_SETINSERTMARK,(WPARAM) 0,(LPARAM) (lvim)) |
Definition at line 2987 of file commctrl.h.
#define ListView_SetInsertMarkColor | ( | hwnd, | |
color | |||
) | (COLORREF)SNDMSG((hwnd),LVM_SETINSERTMARKCOLOR,(WPARAM)0,(LPARAM)(COLORREF)(color)) |
Definition at line 2995 of file commctrl.h.
#define ListView_SetItem | ( | hwnd, | |
pitem | |||
) | (BOOL)SNDMSG((hwnd),LVM_SETITEM,0,(LPARAM)(const LV_ITEM *)(pitem)) |
Definition at line 2406 of file commctrl.h.
#define ListView_SetItemCount | ( | hwndLV, | |
cItems | |||
) | SNDMSG((hwndLV),LVM_SETITEMCOUNT,(WPARAM)(cItems),0) |
Definition at line 2702 of file commctrl.h.
#define ListView_SetItemCountEx | ( | hwndLV, | |
cItems, | |||
dwFlags | |||
) | SNDMSG((hwndLV),LVM_SETITEMCOUNT,(WPARAM)(cItems),(LPARAM)(dwFlags)) |
Definition at line 2703 of file commctrl.h.
#define ListView_SetItemPosition | ( | hwndLV, | |
i, | |||
x, | |||
y | |||
) | (BOOL)SNDMSG((hwndLV),LVM_SETITEMPOSITION,(WPARAM)(int)(i),MAKELPARAM((x),(y))) |
Definition at line 2486 of file commctrl.h.
#define ListView_SetItemPosition32 | ( | hwndLV, | |
i, | |||
x0, | |||
y0 | |||
) | { POINT ptNewPos; ptNewPos.x = x0; ptNewPos.y = y0; SNDMSG((hwndLV),LVM_SETITEMPOSITION32,(WPARAM)(int)(i),(LPARAM)&ptNewPos); } |
Definition at line 2711 of file commctrl.h.
#define ListView_SetItemState | ( | hwndLV, | |
i, | |||
data, | |||
mask | |||
) | { LV_ITEM _ms_lvi; _ms_lvi.stateMask = mask; _ms_lvi.state = data; SNDMSG((hwndLV),LVM_SETITEMSTATE,(WPARAM)(i),(LPARAM)(LV_ITEM *)&_ms_lvi);} |
Definition at line 2678 of file commctrl.h.
#define ListView_SetItemText | ( | hwndLV, | |
i, | |||
iSubItem_, | |||
pszText_ | |||
) | { LV_ITEM _ms_lvi; _ms_lvi.iSubItem = iSubItem_; _ms_lvi.pszText = pszText_; SNDMSG((hwndLV),LVM_SETITEMTEXT,(WPARAM)(i),(LPARAM)(LV_ITEM *)&_ms_lvi);} |
Definition at line 2696 of file commctrl.h.
#define ListView_SetOutlineColor | ( | hwnd, | |
color | |||
) | (COLORREF)SNDMSG((hwnd),LVM_SETOUTLINECOLOR,(WPARAM)0,(LPARAM)(COLORREF)(color)) |
Definition at line 3016 of file commctrl.h.
#define ListView_SetSelectedColumn | ( | hwnd, | |
iCol | |||
) | SNDMSG((hwnd),LVM_SETSELECTEDCOLUMN,(WPARAM)iCol,0) |
Definition at line 2842 of file commctrl.h.
#define ListView_SetSelectionMark | ( | hwnd, | |
i | |||
) | (int)SNDMSG((hwnd),LVM_SETSELECTIONMARK,0,(LPARAM)(i)) |
Definition at line 2796 of file commctrl.h.
#define ListView_SetTextBkColor | ( | hwnd, | |
clrTextBk | |||
) | (BOOL)SNDMSG((hwnd),LVM_SETTEXTBKCOLOR,0,(LPARAM)(COLORREF)(clrTextBk)) |
Definition at line 2668 of file commctrl.h.
#define ListView_SetTextColor | ( | hwnd, | |
clrText | |||
) | (BOOL)SNDMSG((hwnd),LVM_SETTEXTCOLOR,0,(LPARAM)(COLORREF)(clrText)) |
Definition at line 2664 of file commctrl.h.
Definition at line 2973 of file commctrl.h.
Definition at line 2969 of file commctrl.h.
Definition at line 2844 of file commctrl.h.
#define ListView_SetToolTips | ( | hwndLV, | |
hwndNewHwnd | |||
) | (HWND)SNDMSG((hwndLV),LVM_SETTOOLTIPS,(WPARAM)(hwndNewHwnd),0) |
Definition at line 2802 of file commctrl.h.
#define ListView_SetUnicodeFormat | ( | hwnd, | |
fUnicode | |||
) | (BOOL)SNDMSG((hwnd),LVM_SETUNICODEFORMAT,(WPARAM)(fUnicode),0) |
Definition at line 2293 of file commctrl.h.
Definition at line 2852 of file commctrl.h.
#define ListView_SetWorkAreas | ( | hwnd, | |
nWorkAreas, | |||
prc | |||
) | (BOOL)SNDMSG((hwnd),LVM_SETWORKAREAS,(WPARAM)(int)(nWorkAreas),(LPARAM)(RECT *)(prc)) |
Definition at line 2788 of file commctrl.h.
#define ListView_SortGroups | ( | hwnd, | |
_pfnGroupCompate, | |||
_plv | |||
) | SNDMSG((hwnd),LVM_SORTGROUPS,(WPARAM)_pfnGroupCompate,(LPARAM)_plv) |
Definition at line 2928 of file commctrl.h.
#define ListView_SortItems | ( | hwndLV, | |
_pfnCompare, | |||
_lPrm | |||
) | (BOOL)SNDMSG((hwndLV),LVM_SORTITEMS,(WPARAM)(LPARAM)(_lPrm),(LPARAM)(PFNLVCOMPARE)(_pfnCompare)) |
Definition at line 2708 of file commctrl.h.
#define ListView_SortItemsEx | ( | hwndLV, | |
_pfnCompare, | |||
_lPrm | |||
) | (BOOL)SNDMSG((hwndLV),LVM_SORTITEMSEX,(WPARAM)(LPARAM)(_lPrm),(LPARAM)(PFNLVCOMPARE)(_pfnCompare)) |
Definition at line 2806 of file commctrl.h.
#define ListView_SubItemHitTest | ( | hwnd, | |
plvhti | |||
) | (int)SNDMSG((hwnd),LVM_SUBITEMHITTEST,0,(LPARAM)(LPLVHITTESTINFO)(plvhti)) |
Definition at line 2770 of file commctrl.h.
Definition at line 2676 of file commctrl.h.
Definition at line 4776 of file commctrl.h.
#define LM_GETIDEALSIZE (LM_GETIDEALHEIGHT) |
Definition at line 4777 of file commctrl.h.
Definition at line 4779 of file commctrl.h.
Definition at line 4775 of file commctrl.h.
Definition at line 4778 of file commctrl.h.
#define LPCREBARBANDINFO __MINGW_NAME_AW(LPCREBARBANDINFO) |
Definition at line 1571 of file commctrl.h.
#define LPHD_TEXTFILTER __MINGW_NAME_AW(LPHD_TEXTFILTER) |
Definition at line 649 of file commctrl.h.
#define LPHDITEM __MINGW_NAME_AW(LPHDITEM) |
Definition at line 698 of file commctrl.h.
#define LPHDTEXTFILTER __MINGW_NAME_AW(LPHD_TEXTFILTER) |
Definition at line 650 of file commctrl.h.
#define LPHITTESTINFO LPTTHITTESTINFO |
Definition at line 1860 of file commctrl.h.
#define LPHITTESTINFOA LPTTHITTESTINFOA |
Definition at line 1859 of file commctrl.h.
#define LPHITTESTINFOW LPTTHITTESTINFOW |
Definition at line 1858 of file commctrl.h.
#define LPLVBKIMAGE __MINGW_NAME_AW(LPLVBKIMAGE) |
Definition at line 3027 of file commctrl.h.
#define LPLVCOLUMN __MINGW_NAME_AW(LPLVCOLUMN) |
Definition at line 2587 of file commctrl.h.
#define LPLVITEM __MINGW_NAME_AW(LPLVITEM) |
Definition at line 2381 of file commctrl.h.
#define LPNM_CACHEHINT LPNMLVCACHEHINT |
Definition at line 3093 of file commctrl.h.
#define LPNM_FINDITEM __MINGW_NAME_AW(LPNM_FINDITEM) |
Definition at line 3118 of file commctrl.h.
#define LPNM_FINDITEMA LPNMLVFINDITEMA |
Definition at line 3110 of file commctrl.h.
#define LPNM_FINDITEMW LPNMLVFINDITEMW |
Definition at line 3114 of file commctrl.h.
#define LPNM_LISTVIEW LPNMLISTVIEW |
Definition at line 3034 of file commctrl.h.
#define LPNM_ODSTATECHANGE LPNMLVODSTATECHANGE |
Definition at line 3132 of file commctrl.h.
#define LPNM_TREEVIEW LPNMTREEVIEW |
Definition at line 3628 of file commctrl.h.
#define LPNM_TREEVIEWA LPNMTREEVIEWA |
Definition at line 3624 of file commctrl.h.
#define LPNM_TREEVIEWW LPNMTREEVIEWW |
Definition at line 3625 of file commctrl.h.
#define LPNM_UPDOWN LPNMUPDOWN |
Definition at line 2166 of file commctrl.h.
#define LPNMCBEDRAGBEGIN __MINGW_NAME_AW(LPNMCBEDRAGBEGIN) |
Definition at line 3912 of file commctrl.h.
#define LPNMCBEENDEDIT __MINGW_NAME_AW(LPNMCBEENDEDIT) |
Definition at line 3932 of file commctrl.h.
#define LPNMDATETIMEFORMAT __MINGW_NAME_AW(LPNMDATETIMEFORMAT) |
Definition at line 4438 of file commctrl.h.
#define LPNMDATETIMEFORMATQUERY __MINGW_NAME_AW(LPNMDATETIMEFORMATQUERY) |
Definition at line 4456 of file commctrl.h.
#define LPNMDATETIMESTRING __MINGW_NAME_AW(LPNMDATETIMESTRING) |
Definition at line 4396 of file commctrl.h.
#define LPNMDATETIMEWMKEYDOWN __MINGW_NAME_AW(LPNMDATETIMEWMKEYDOWN) |
Definition at line 4416 of file commctrl.h.
#define LPNMHDDISPINFO __MINGW_NAME_AW(LPNMHDDISPINFO) |
Definition at line 918 of file commctrl.h.
#define LPNMHEADER __MINGW_NAME_AW(LPNMHEADER) |
Definition at line 895 of file commctrl.h.
#define LPNMLVFINDITEM __MINGW_NAME_AW(LPNMLVFINDITEM) |
Definition at line 3121 of file commctrl.h.
#define LPNMLVGETINFOTIP __MINGW_NAME_AW(LPNMLVGETINFOTIP) |
Definition at line 3232 of file commctrl.h.
#define LPNMTBDISPINFO __MINGW_NAME_AW(LPNMTBDISPINFO) |
Definition at line 1422 of file commctrl.h.
#define LPNMTBGETINFOTIP __MINGW_NAME_AW(LPNMTBGETINFOTIP) |
Definition at line 1394 of file commctrl.h.
#define LPNMTOOLBAR __MINGW_NAME_AW(LPNMTOOLBAR) |
Definition at line 1457 of file commctrl.h.
#define LPNMTREEVIEW __MINGW_NAME_AW(LPNMTREEVIEW) |
Definition at line 3648 of file commctrl.h.
#define LPNMTTDISPINFO __MINGW_NAME_AW(LPNMTTDISPINFO) |
Definition at line 1920 of file commctrl.h.
#define LPNMTVDISPINFO __MINGW_NAME_AW(LPNMTVDISPINFO) |
Definition at line 3681 of file commctrl.h.
#define LPNMTVGETINFOTIP __MINGW_NAME_AW(LPNMTVGETINFOTIP) |
Definition at line 3778 of file commctrl.h.
#define LPREBARBANDINFO __MINGW_NAME_AW(LPREBARBANDINFO) |
Definition at line 1570 of file commctrl.h.
#define LPSTR_TEXTCALLBACK __MINGW_NAME_AW(LPSTR_TEXTCALLBACK) |
Definition at line 2388 of file commctrl.h.
Definition at line 2386 of file commctrl.h.
Definition at line 2385 of file commctrl.h.
#define LPTBBUTTONINFO __MINGW_NAME_AW(LPTBBUTTONINFO) |
Definition at line 1255 of file commctrl.h.
#define LPTBNOTIFY LPNMTOOLBAR |
Definition at line 1436 of file commctrl.h.
#define LPTBNOTIFYA LPNMTOOLBARA |
Definition at line 1432 of file commctrl.h.
#define LPTBNOTIFYW LPNMTOOLBARW |
Definition at line 1433 of file commctrl.h.
#define LPTBSAVEPARAMS __MINGW_NAME_AW(LPTBSAVEPARAMS) |
Definition at line 1126 of file commctrl.h.
#define LPTC_HITTESTINFO LPTCHITTESTINFO |
Definition at line 4078 of file commctrl.h.
#define LPTCITEM __MINGW_NAME_AW(LPTCITEM) |
Definition at line 4035 of file commctrl.h.
#define LPTCITEMHEADER __MINGW_NAME_AW(LPTCITEMHEADER) |
Definition at line 4008 of file commctrl.h.
#define LPTOOLINFO LPTTTOOLINFO |
Definition at line 1717 of file commctrl.h.
#define LPTOOLINFOA LPTTTOOLINFOA |
Definition at line 1712 of file commctrl.h.
#define LPTOOLINFOW LPTTTOOLINFOW |
Definition at line 1713 of file commctrl.h.
#define LPTOOLTIPTEXT LPNMTTDISPINFO |
Definition at line 1895 of file commctrl.h.
#define LPTOOLTIPTEXTA LPNMTTDISPINFOA |
Definition at line 1891 of file commctrl.h.
#define LPTOOLTIPTEXTW LPNMTTDISPINFOW |
Definition at line 1892 of file commctrl.h.
#define LPTTHITTESTINFO __MINGW_NAME_AW(LPTTHITTESTINFO) |
Definition at line 1875 of file commctrl.h.
#define LPTTTOOLINFO __MINGW_NAME_AW(LPTTTOOLINFO) |
Definition at line 1753 of file commctrl.h.
#define LPTV_HITTESTINFO LPTVHITTESTINFO |
Definition at line 3520 of file commctrl.h.
#define LPTV_INSERTSTRUCT LPTVINSERTSTRUCT |
Definition at line 3383 of file commctrl.h.
#define LPTV_INSERTSTRUCTA LPTVINSERTSTRUCTA |
Definition at line 3378 of file commctrl.h.
#define LPTV_INSERTSTRUCTW LPTVINSERTSTRUCTW |
Definition at line 3379 of file commctrl.h.
Definition at line 3304 of file commctrl.h.
Definition at line 3301 of file commctrl.h.
Definition at line 3300 of file commctrl.h.
#define LPTV_SORTCB LPTVSORTCB |
Definition at line 3615 of file commctrl.h.
#define LPTVINSERTSTRUCT __MINGW_NAME_AW(LPTVINSERTSTRUCT) |
Definition at line 3408 of file commctrl.h.
#define LPTVITEM __MINGW_NAME_AW(LPTVITEM) |
Definition at line 3371 of file commctrl.h.
Definition at line 2552 of file commctrl.h.
Definition at line 2550 of file commctrl.h.
Definition at line 2551 of file commctrl.h.
#define LV_DISPINFO NMLVDISPINFO |
Definition at line 3175 of file commctrl.h.
#define LV_DISPINFOA NMLVDISPINFOA |
Definition at line 3173 of file commctrl.h.
#define LV_DISPINFOW NMLVDISPINFOW |
Definition at line 3174 of file commctrl.h.
#define LV_FINDINFO LVFINDINFO |
Definition at line 2450 of file commctrl.h.
#define LV_FINDINFOA LVFINDINFOA |
Definition at line 2448 of file commctrl.h.
#define LV_FINDINFOW LVFINDINFOW |
Definition at line 2449 of file commctrl.h.
#define LV_HITTESTINFO LVHITTESTINFO |
Definition at line 2509 of file commctrl.h.
Definition at line 2342 of file commctrl.h.
Definition at line 2336 of file commctrl.h.
Definition at line 2337 of file commctrl.h.
#define LV_KEYDOWN NMLVKEYDOWN |
Definition at line 3191 of file commctrl.h.
#define LV_MAX_WORKAREAS 16 |
Definition at line 2786 of file commctrl.h.
#define LV_VIEW_DETAILS 0x1 |
Definition at line 2846 of file commctrl.h.
#define LV_VIEW_ICON 0x0 |
Definition at line 2845 of file commctrl.h.
#define LV_VIEW_LIST 0x3 |
Definition at line 2848 of file commctrl.h.
#define LV_VIEW_MAX 0x4 |
Definition at line 2850 of file commctrl.h.
#define LV_VIEW_SMALLICON 0x2 |
Definition at line 2847 of file commctrl.h.
#define LV_VIEW_TILE 0x4 |
Definition at line 2849 of file commctrl.h.
#define LVA_ALIGNLEFT 0x1 |
Definition at line 2533 of file commctrl.h.
#define LVA_ALIGNTOP 0x2 |
Definition at line 2534 of file commctrl.h.
#define LVA_DEFAULT 0x0 |
Definition at line 2532 of file commctrl.h.
#define LVA_SNAPTOGRID 0x5 |
Definition at line 2535 of file commctrl.h.
#define LVBKIF_FLAG_TILEOFFSET 0x100 |
Definition at line 2833 of file commctrl.h.
#define LVBKIF_SOURCE_HBITMAP 0x1 |
Definition at line 2827 of file commctrl.h.
#define LVBKIF_SOURCE_MASK 0x3 |
Definition at line 2829 of file commctrl.h.
#define LVBKIF_SOURCE_NONE 0x0 |
Definition at line 2826 of file commctrl.h.
#define LVBKIF_SOURCE_URL 0x2 |
Definition at line 2828 of file commctrl.h.
#define LVBKIF_STYLE_MASK 0x10 |
Definition at line 2832 of file commctrl.h.
#define LVBKIF_STYLE_NORMAL 0x0 |
Definition at line 2830 of file commctrl.h.
#define LVBKIF_STYLE_TILE 0x10 |
Definition at line 2831 of file commctrl.h.
#define LVBKIF_TYPE_WATERMARK 0x10000000 |
Definition at line 2834 of file commctrl.h.
#define LVBKIMAGE __MINGW_NAME_AW(LVBKIMAGE) |
Definition at line 3026 of file commctrl.h.
#define LVCDI_GROUP 0x1 |
Definition at line 3082 of file commctrl.h.
#define LVCDI_ITEM 0x0 |
Definition at line 3081 of file commctrl.h.
#define LVCDRF_NOGROUPFRAME 0x20000 |
Definition at line 3085 of file commctrl.h.
#define LVCDRF_NOSELECT 0x10000 |
Definition at line 3084 of file commctrl.h.
#define LVCF_FMT 0x1 |
Definition at line 2591 of file commctrl.h.
#define LVCF_IMAGE 0x10 |
Definition at line 2595 of file commctrl.h.
#define LVCF_ORDER 0x20 |
Definition at line 2596 of file commctrl.h.
#define LVCF_SUBITEM 0x8 |
Definition at line 2594 of file commctrl.h.
#define LVCF_TEXT 0x4 |
Definition at line 2593 of file commctrl.h.
#define LVCF_WIDTH 0x2 |
Definition at line 2592 of file commctrl.h.
#define LVCFMT_BITMAP_ON_RIGHT 0x1000 |
Definition at line 2608 of file commctrl.h.
#define LVCFMT_CENTER 0x2 |
Definition at line 2605 of file commctrl.h.
#define LVCFMT_COL_HAS_IMAGES 0x8000 |
Definition at line 2609 of file commctrl.h.
#define LVCFMT_IMAGE 0x800 |
Definition at line 2607 of file commctrl.h.
#define LVCFMT_JUSTIFYMASK 0x3 |
Definition at line 2606 of file commctrl.h.
#define LVCFMT_LEFT 0x0 |
Definition at line 2603 of file commctrl.h.
#define LVCFMT_RIGHT 0x1 |
Definition at line 2604 of file commctrl.h.
#define LVCOLUMN __MINGW_NAME_AW(LVCOLUMN) |
Definition at line 2586 of file commctrl.h.
#define LVCOLUMN_V1_SIZE __MINGW_NAME_AW_EXT(LVCOLUMN,_V1_SIZE) |
Definition at line 2589 of file commctrl.h.
#define LVCOLUMNA_V1_SIZE CCSIZEOF_STRUCT(LVCOLUMNA,iSubItem) |
Definition at line 2554 of file commctrl.h.
#define LVCOLUMNW_V1_SIZE CCSIZEOF_STRUCT(LVCOLUMNW,iSubItem) |
Definition at line 2555 of file commctrl.h.
#define LVFI_NEARESTXY 0x0040 |
Definition at line 2446 of file commctrl.h.
#define LVFI_PARAM 0x0001 |
Definition at line 2441 of file commctrl.h.
#define LVFI_PARTIAL 0x0008 |
Definition at line 2444 of file commctrl.h.
#define LVFI_STRING 0x0002 |
Definition at line 2442 of file commctrl.h.
#define LVFI_SUBSTRING 0x0004 |
Definition at line 2443 of file commctrl.h.
#define LVFI_WRAP 0x0020 |
Definition at line 2445 of file commctrl.h.
#define LVFINDINFO __MINGW_NAME_AW(LVFINDINFO) |
Definition at line 2468 of file commctrl.h.
#define LVGA_FOOTER_CENTER 0x10 |
Definition at line 2870 of file commctrl.h.
#define LVGA_FOOTER_LEFT 0x8 |
Definition at line 2869 of file commctrl.h.
#define LVGA_FOOTER_RIGHT 0x20 |
Definition at line 2871 of file commctrl.h.
#define LVGA_HEADER_CENTER 0x2 |
Definition at line 2867 of file commctrl.h.
#define LVGA_HEADER_LEFT 0x1 |
Definition at line 2866 of file commctrl.h.
#define LVGA_HEADER_RIGHT 0x4 |
Definition at line 2868 of file commctrl.h.
#define LVGF_ALIGN 0x8 |
Definition at line 2859 of file commctrl.h.
#define LVGF_FOOTER 0x2 |
Definition at line 2857 of file commctrl.h.
#define LVGF_GROUPID 0x10 |
Definition at line 2860 of file commctrl.h.
#define LVGF_HEADER 0x1 |
Definition at line 2856 of file commctrl.h.
#define LVGF_NONE 0x0 |
Definition at line 2855 of file commctrl.h.
#define LVGF_STATE 0x4 |
Definition at line 2858 of file commctrl.h.
#define LVGIT_UNFOLDED 0x1 |
Definition at line 3225 of file commctrl.h.
#define LVGMF_BORDERCOLOR 0x2 |
Definition at line 2900 of file commctrl.h.
#define LVGMF_BORDERSIZE 0x1 |
Definition at line 2899 of file commctrl.h.
#define LVGMF_NONE 0x0 |
Definition at line 2898 of file commctrl.h.
#define LVGMF_TEXTCOLOR 0x4 |
Definition at line 2901 of file commctrl.h.
#define LVGS_COLLAPSED 0x1 |
Definition at line 2863 of file commctrl.h.
#define LVGS_HIDDEN 0x2 |
Definition at line 2864 of file commctrl.h.
#define LVGS_NORMAL 0x0 |
Definition at line 2862 of file commctrl.h.
#define LVHITTESTINFO_V1_SIZE CCSIZEOF_STRUCT(LVHITTESTINFO,iItem) |
Definition at line 2511 of file commctrl.h.
#define LVHT_ABOVE 0x8 |
Definition at line 2504 of file commctrl.h.
#define LVHT_BELOW 0x10 |
Definition at line 2505 of file commctrl.h.
#define LVHT_NOWHERE 0x1 |
Definition at line 2498 of file commctrl.h.
#define LVHT_ONITEM (LVHT_ONITEMICON | LVHT_ONITEMLABEL | LVHT_ONITEMSTATEICON) |
Definition at line 2502 of file commctrl.h.
#define LVHT_ONITEMICON 0x2 |
Definition at line 2499 of file commctrl.h.
#define LVHT_ONITEMLABEL 0x4 |
Definition at line 2500 of file commctrl.h.
#define LVHT_ONITEMSTATEICON 0x8 |
Definition at line 2501 of file commctrl.h.
#define LVHT_TOLEFT 0x40 |
Definition at line 2507 of file commctrl.h.
#define LVHT_TORIGHT 0x20 |
Definition at line 2506 of file commctrl.h.
#define LVIF_COLUMNS 0x200 |
Definition at line 2321 of file commctrl.h.
#define LVIF_DI_SETITEM 0x1000 |
Definition at line 3171 of file commctrl.h.
#define LVIF_GROUPID 0x100 |
Definition at line 2320 of file commctrl.h.
#define LVIF_IMAGE 0x2 |
Definition at line 2315 of file commctrl.h.
#define LVIF_INDENT 0x10 |
Definition at line 2318 of file commctrl.h.
#define LVIF_NORECOMPUTE 0x800 |
Definition at line 2319 of file commctrl.h.
#define LVIF_PARAM 0x4 |
Definition at line 2316 of file commctrl.h.
#define LVIF_STATE 0x8 |
Definition at line 2317 of file commctrl.h.
#define LVIF_TEXT 0x1 |
Definition at line 2314 of file commctrl.h.
#define LVIM_AFTER 0x1 |
Definition at line 2984 of file commctrl.h.
#define LVIR_BOUNDS 0 |
Definition at line 2477 of file commctrl.h.
#define LVIR_ICON 1 |
Definition at line 2478 of file commctrl.h.
#define LVIR_LABEL 2 |
Definition at line 2479 of file commctrl.h.
#define LVIR_SELECTBOUNDS 3 |
Definition at line 2480 of file commctrl.h.
#define LVIS_ACTIVATING 0x20 |
Definition at line 2328 of file commctrl.h.
#define LVIS_CUT 0x4 |
Definition at line 2325 of file commctrl.h.
#define LVIS_DROPHILITED 0x8 |
Definition at line 2326 of file commctrl.h.
#define LVIS_FOCUSED 0x1 |
Definition at line 2323 of file commctrl.h.
#define LVIS_GLOW 0x10 |
Definition at line 2327 of file commctrl.h.
#define LVIS_OVERLAYMASK 0xf00 |
Definition at line 2330 of file commctrl.h.
#define LVIS_SELECTED 0x2 |
Definition at line 2324 of file commctrl.h.
#define LVIS_STATEIMAGEMASK 0xF000 |
Definition at line 2331 of file commctrl.h.
#define LVITEM __MINGW_NAME_AW(LVITEM) |
Definition at line 2380 of file commctrl.h.
#define LVITEM_V1_SIZE __MINGW_NAME_AW_EXT(LVITEM,_V1_SIZE) |
Definition at line 2383 of file commctrl.h.
#define LVITEMA_V1_SIZE CCSIZEOF_STRUCT(LVITEMA,lParam) |
Definition at line 2344 of file commctrl.h.
#define LVITEMW_V1_SIZE CCSIZEOF_STRUCT(LVITEMW,lParam) |
Definition at line 2345 of file commctrl.h.
#define LVKF_ALT 0x1 |
Definition at line 3060 of file commctrl.h.
#define LVKF_CONTROL 0x2 |
Definition at line 3061 of file commctrl.h.
#define LVKF_SHIFT 0x4 |
Definition at line 3062 of file commctrl.h.
Definition at line 2783 of file commctrl.h.
Definition at line 2537 of file commctrl.h.
Definition at line 3017 of file commctrl.h.
Definition at line 2657 of file commctrl.h.
Definition at line 2418 of file commctrl.h.
Definition at line 2643 of file commctrl.h.
Definition at line 2415 of file commctrl.h.
#define LVM_EDITLABEL __MINGW_NAME_AW(LVM_EDITLABEL) |
Definition at line 2543 of file commctrl.h.
Definition at line 2540 of file commctrl.h.
Definition at line 2541 of file commctrl.h.
Definition at line 2922 of file commctrl.h.
Definition at line 2523 of file commctrl.h.
#define LVM_FINDITEM __MINGW_NAME_AW(LVM_FINDITEM) |
Definition at line 2473 of file commctrl.h.
Definition at line 2470 of file commctrl.h.
Definition at line 2471 of file commctrl.h.
#define LVM_FIRST 0x1000 |
Definition at line 82 of file commctrl.h.
Definition at line 2296 of file commctrl.h.
#define LVM_GETBKIMAGE __MINGW_NAME_AW(LVM_GETBKIMAGE) |
Definition at line 3029 of file commctrl.h.
Definition at line 2838 of file commctrl.h.
Definition at line 2839 of file commctrl.h.
Definition at line 2421 of file commctrl.h.
#define LVM_GETCOLUMN __MINGW_NAME_AW(LVM_GETCOLUMN) |
Definition at line 2625 of file commctrl.h.
Definition at line 2622 of file commctrl.h.
Definition at line 2773 of file commctrl.h.
Definition at line 2623 of file commctrl.h.
Definition at line 2646 of file commctrl.h.
Definition at line 2671 of file commctrl.h.
Definition at line 2547 of file commctrl.h.
Definition at line 2732 of file commctrl.h.
Definition at line 2890 of file commctrl.h.
Definition at line 2920 of file commctrl.h.
Definition at line 2655 of file commctrl.h.
Definition at line 2781 of file commctrl.h.
Definition at line 2777 of file commctrl.h.
Definition at line 2799 of file commctrl.h.
Definition at line 2300 of file commctrl.h.
Definition at line 2988 of file commctrl.h.
Definition at line 2996 of file commctrl.h.
Definition at line 2992 of file commctrl.h.
#define LVM_GETISEARCHSTRING __MINGW_NAME_AW(LVM_GETISEARCHSTRING) |
Definition at line 2722 of file commctrl.h.
Definition at line 2719 of file commctrl.h.
Definition at line 2720 of file commctrl.h.
#define LVM_GETITEM __MINGW_NAME_AW(LVM_GETITEM) |
Definition at line 2397 of file commctrl.h.
Definition at line 2394 of file commctrl.h.
Definition at line 2311 of file commctrl.h.
Definition at line 2488 of file commctrl.h.
Definition at line 2482 of file commctrl.h.
Definition at line 2716 of file commctrl.h.
Definition at line 2680 of file commctrl.h.
#define LVM_GETITEMTEXT __MINGW_NAME_AW(LVM_GETITEMTEXT) |
Definition at line 2687 of file commctrl.h.
Definition at line 2684 of file commctrl.h.
Definition at line 2685 of file commctrl.h.
Definition at line 2395 of file commctrl.h.
Definition at line 2438 of file commctrl.h.
Definition at line 2791 of file commctrl.h.
Definition at line 2673 of file commctrl.h.
Definition at line 3013 of file commctrl.h.
Definition at line 3009 of file commctrl.h.
Definition at line 2713 of file commctrl.h.
Definition at line 2793 of file commctrl.h.
#define LVM_GETSTRINGWIDTH __MINGW_NAME_AW(LVM_GETSTRINGWIDTH) |
Definition at line 2494 of file commctrl.h.
Definition at line 2491 of file commctrl.h.
Definition at line 2492 of file commctrl.h.
Definition at line 2767 of file commctrl.h.
Definition at line 2665 of file commctrl.h.
Definition at line 2661 of file commctrl.h.
Definition at line 2974 of file commctrl.h.
Definition at line 2970 of file commctrl.h.
Definition at line 2803 of file commctrl.h.
Definition at line 2669 of file commctrl.h.
#define LVM_GETUNICODEFORMAT CCM_GETUNICODEFORMAT |
Definition at line 2294 of file commctrl.h.
Definition at line 2853 of file commctrl.h.
Definition at line 2659 of file commctrl.h.
Definition at line 2789 of file commctrl.h.
Definition at line 2940 of file commctrl.h.
Definition at line 2520 of file commctrl.h.
#define LVM_INSERTCOLUMN __MINGW_NAME_AW(LVM_INSERTCOLUMN) |
Definition at line 2639 of file commctrl.h.
Definition at line 2636 of file commctrl.h.
Definition at line 2637 of file commctrl.h.
Definition at line 2886 of file commctrl.h.
Definition at line 2936 of file commctrl.h.
#define LVM_INSERTITEM __MINGW_NAME_AW(LVM_INSERTITEM) |
Definition at line 2411 of file commctrl.h.
Definition at line 2408 of file commctrl.h.
Definition at line 2409 of file commctrl.h.
Definition at line 2990 of file commctrl.h.
Definition at line 3011 of file commctrl.h.
Definition at line 3023 of file commctrl.h.
Definition at line 3021 of file commctrl.h.
Definition at line 3019 of file commctrl.h.
Definition at line 2894 of file commctrl.h.
Definition at line 2896 of file commctrl.h.
Definition at line 2529 of file commctrl.h.
Definition at line 2938 of file commctrl.h.
Definition at line 2892 of file commctrl.h.
Definition at line 2526 of file commctrl.h.
Definition at line 2298 of file commctrl.h.
#define LVM_SETBKIMAGE __MINGW_NAME_AW(LVM_SETBKIMAGE) |
Definition at line 3028 of file commctrl.h.
Definition at line 2836 of file commctrl.h.
Definition at line 2837 of file commctrl.h.
Definition at line 2424 of file commctrl.h.
#define LVM_SETCOLUMN __MINGW_NAME_AW(LVM_SETCOLUMN) |
Definition at line 2632 of file commctrl.h.
Definition at line 2629 of file commctrl.h.
Definition at line 2771 of file commctrl.h.
Definition at line 2630 of file commctrl.h.
Definition at line 2651 of file commctrl.h.
Definition at line 2729 of file commctrl.h.
Definition at line 2888 of file commctrl.h.
Definition at line 2918 of file commctrl.h.
Definition at line 2779 of file commctrl.h.
Definition at line 2775 of file commctrl.h.
Definition at line 2797 of file commctrl.h.
Definition at line 2726 of file commctrl.h.
Definition at line 2308 of file commctrl.h.
Definition at line 3007 of file commctrl.h.
Definition at line 2986 of file commctrl.h.
Definition at line 2994 of file commctrl.h.
#define LVM_SETITEM __MINGW_NAME_AW(LVM_SETITEM) |
Definition at line 2404 of file commctrl.h.
Definition at line 2401 of file commctrl.h.
Definition at line 2701 of file commctrl.h.
Definition at line 2485 of file commctrl.h.
Definition at line 2710 of file commctrl.h.
Definition at line 2677 of file commctrl.h.
#define LVM_SETITEMTEXT __MINGW_NAME_AW(LVM_SETITEMTEXT) |
Definition at line 2694 of file commctrl.h.
Definition at line 2691 of file commctrl.h.
Definition at line 2692 of file commctrl.h.
Definition at line 2402 of file commctrl.h.
Definition at line 3015 of file commctrl.h.
Definition at line 2841 of file commctrl.h.
Definition at line 2795 of file commctrl.h.
Definition at line 2667 of file commctrl.h.
Definition at line 2663 of file commctrl.h.
Definition at line 2972 of file commctrl.h.
Definition at line 2968 of file commctrl.h.
Definition at line 2843 of file commctrl.h.
Definition at line 2801 of file commctrl.h.
#define LVM_SETUNICODEFORMAT CCM_SETUNICODEFORMAT |
Definition at line 2292 of file commctrl.h.
Definition at line 2851 of file commctrl.h.
Definition at line 2787 of file commctrl.h.
Definition at line 2927 of file commctrl.h.
Definition at line 2707 of file commctrl.h.
Definition at line 2805 of file commctrl.h.
Definition at line 2769 of file commctrl.h.
Definition at line 2675 of file commctrl.h.
Definition at line 3145 of file commctrl.h.
#define LVN_BEGINLABELEDIT __MINGW_NAME_AW(LVN_BEGINLABELEDIT) |
Definition at line 3163 of file commctrl.h.
Definition at line 3140 of file commctrl.h.
Definition at line 3141 of file commctrl.h.
Definition at line 3146 of file commctrl.h.
Definition at line 3240 of file commctrl.h.
Definition at line 3144 of file commctrl.h.
Definition at line 3139 of file commctrl.h.
Definition at line 3138 of file commctrl.h.
#define LVN_ENDLABELEDIT __MINGW_NAME_AW(LVN_ENDLABELEDIT) |
Definition at line 3164 of file commctrl.h.
Definition at line 3142 of file commctrl.h.
Definition at line 3143 of file commctrl.h.
Definition at line 3241 of file commctrl.h.
#define LVN_FIRST (0U-100U) |
Definition at line 202 of file commctrl.h.
#define LVN_GETDISPINFO __MINGW_NAME_AW(LVN_GETDISPINFO) |
Definition at line 3165 of file commctrl.h.
Definition at line 3158 of file commctrl.h.
Definition at line 3159 of file commctrl.h.
#define LVN_GETINFOTIP __MINGW_NAME_AW(LVN_GETINFOTIP) |
Definition at line 3230 of file commctrl.h.
Definition at line 3227 of file commctrl.h.
Definition at line 3228 of file commctrl.h.
Definition at line 3157 of file commctrl.h.
Definition at line 3168 of file commctrl.h.
Definition at line 3169 of file commctrl.h.
Definition at line 3137 of file commctrl.h.
Definition at line 3152 of file commctrl.h.
Definition at line 3136 of file commctrl.h.
Definition at line 3135 of file commctrl.h.
Definition at line 3189 of file commctrl.h.
Definition at line 203 of file commctrl.h.
Definition at line 3203 of file commctrl.h.
Definition at line 3148 of file commctrl.h.
#define LVN_ODFINDITEM __MINGW_NAME_AW(LVN_ODFINDITEM) |
Definition at line 3155 of file commctrl.h.
Definition at line 3149 of file commctrl.h.
Definition at line 3150 of file commctrl.h.
Definition at line 3153 of file commctrl.h.
#define LVN_SETDISPINFO __MINGW_NAME_AW(LVN_SETDISPINFO) |
Definition at line 3166 of file commctrl.h.
Definition at line 3160 of file commctrl.h.
Definition at line 3161 of file commctrl.h.
#define LVNI_ABOVE 0x100 |
Definition at line 2433 of file commctrl.h.
#define LVNI_ALL 0x0 |
Definition at line 2427 of file commctrl.h.
#define LVNI_BELOW 0x200 |
Definition at line 2434 of file commctrl.h.
#define LVNI_CUT 0x4 |
Definition at line 2430 of file commctrl.h.
#define LVNI_DROPHILITED 0x8 |
Definition at line 2431 of file commctrl.h.
#define LVNI_FOCUSED 0x1 |
Definition at line 2428 of file commctrl.h.
#define LVNI_SELECTED 0x2 |
Definition at line 2429 of file commctrl.h.
#define LVNI_TOLEFT 0x400 |
Definition at line 2435 of file commctrl.h.
#define LVNI_TORIGHT 0x800 |
Definition at line 2436 of file commctrl.h.
#define LVS_ALIGNLEFT 0x800 |
Definition at line 2285 of file commctrl.h.
#define LVS_ALIGNMASK 0xc00 |
Definition at line 2286 of file commctrl.h.
#define LVS_ALIGNTOP 0x0 |
Definition at line 2284 of file commctrl.h.
#define LVS_AUTOARRANGE 0x100 |
Definition at line 2277 of file commctrl.h.
#define LVS_EDITLABELS 0x200 |
Definition at line 2278 of file commctrl.h.
#define LVS_EX_BORDERSELECT 0x8000 |
Definition at line 2749 of file commctrl.h.
#define LVS_EX_CHECKBOXES 0x4 |
Definition at line 2736 of file commctrl.h.
#define LVS_EX_DOUBLEBUFFER 0x10000 |
Definition at line 2750 of file commctrl.h.
#define LVS_EX_FLATSB 0x100 |
Definition at line 2742 of file commctrl.h.
#define LVS_EX_FULLROWSELECT 0x20 |
Definition at line 2739 of file commctrl.h.
#define LVS_EX_GRIDLINES 0x1 |
Definition at line 2734 of file commctrl.h.
#define LVS_EX_HEADERDRAGDROP 0x10 |
Definition at line 2738 of file commctrl.h.
#define LVS_EX_HIDELABELS 0x20000 |
Definition at line 2751 of file commctrl.h.
#define LVS_EX_INFOTIP 0x400 |
Definition at line 2744 of file commctrl.h.
#define LVS_EX_LABELTIP 0x4000 |
Definition at line 2748 of file commctrl.h.
#define LVS_EX_MULTIWORKAREAS 0x2000 |
Definition at line 2747 of file commctrl.h.
#define LVS_EX_ONECLICKACTIVATE 0x40 |
Definition at line 2740 of file commctrl.h.
#define LVS_EX_REGIONAL 0x200 |
Definition at line 2743 of file commctrl.h.
#define LVS_EX_SIMPLESELECT 0x100000 |
Definition at line 2754 of file commctrl.h.
#define LVS_EX_SINGLEROW 0x40000 |
Definition at line 2752 of file commctrl.h.
#define LVS_EX_SNAPTOGRID 0x80000 |
Definition at line 2753 of file commctrl.h.
#define LVS_EX_SUBITEMIMAGES 0x2 |
Definition at line 2735 of file commctrl.h.
#define LVS_EX_TRACKSELECT 0x8 |
Definition at line 2737 of file commctrl.h.
#define LVS_EX_TWOCLICKACTIVATE 0x80 |
Definition at line 2741 of file commctrl.h.
#define LVS_EX_UNDERLINECOLD 0x1000 |
Definition at line 2746 of file commctrl.h.
#define LVS_EX_UNDERLINEHOT 0x800 |
Definition at line 2745 of file commctrl.h.
#define LVS_ICON 0x0 |
Definition at line 2266 of file commctrl.h.
#define LVS_LIST 0x3 |
Definition at line 2269 of file commctrl.h.
#define LVS_NOCOLUMNHEADER 0x4000 |
Definition at line 2289 of file commctrl.h.
#define LVS_NOLABELWRAP 0x80 |
Definition at line 2276 of file commctrl.h.
#define LVS_NOSCROLL 0x2000 |
Definition at line 2280 of file commctrl.h.
#define LVS_NOSORTHEADER 0x8000 |
Definition at line 2290 of file commctrl.h.
#define LVS_OWNERDATA 0x1000 |
Definition at line 2279 of file commctrl.h.
#define LVS_OWNERDRAWFIXED 0x400 |
Definition at line 2288 of file commctrl.h.
#define LVS_REPORT 0x1 |
Definition at line 2267 of file commctrl.h.
#define LVS_SHAREIMAGELISTS 0x40 |
Definition at line 2275 of file commctrl.h.
#define LVS_SHOWSELALWAYS 0x8 |
Definition at line 2272 of file commctrl.h.
#define LVS_SINGLESEL 0x4 |
Definition at line 2271 of file commctrl.h.
#define LVS_SMALLICON 0x2 |
Definition at line 2268 of file commctrl.h.
#define LVS_SORTASCENDING 0x10 |
Definition at line 2273 of file commctrl.h.
#define LVS_SORTDESCENDING 0x20 |
Definition at line 2274 of file commctrl.h.
#define LVS_TYPEMASK 0x3 |
Definition at line 2270 of file commctrl.h.
#define LVS_TYPESTYLEMASK 0xfc00 |
Definition at line 2282 of file commctrl.h.
#define LVSCW_AUTOSIZE -1 |
Definition at line 2649 of file commctrl.h.
#define LVSCW_AUTOSIZE_USEHEADER -2 |
Definition at line 2650 of file commctrl.h.
#define LVSICF_NOINVALIDATEALL 0x1 |
Definition at line 2698 of file commctrl.h.
#define LVSICF_NOSCROLL 0x2 |
Definition at line 2699 of file commctrl.h.
#define LVSIL_GROUPHEADER 3 |
Definition at line 2306 of file commctrl.h.
#define LVSIL_NORMAL 0 |
Definition at line 2303 of file commctrl.h.
#define LVSIL_SMALL 1 |
Definition at line 2304 of file commctrl.h.
#define LVSIL_STATE 2 |
Definition at line 2305 of file commctrl.h.
#define LVTVIF_AUTOSIZE 0x0 |
Definition at line 2943 of file commctrl.h.
#define LVTVIF_FIXEDHEIGHT 0x2 |
Definition at line 2945 of file commctrl.h.
#define LVTVIF_FIXEDSIZE 0x3 |
Definition at line 2946 of file commctrl.h.
#define LVTVIF_FIXEDWIDTH 0x1 |
Definition at line 2944 of file commctrl.h.
#define LVTVIM_COLUMNS 0x2 |
Definition at line 2949 of file commctrl.h.
#define LVTVIM_LABELMARGIN 0x4 |
Definition at line 2950 of file commctrl.h.
#define LVTVIM_TILESIZE 0x1 |
Definition at line 2948 of file commctrl.h.
#define LWS_IGNORERETURN 0x2 |
Definition at line 4745 of file commctrl.h.
#define LWS_TRANSPARENT 0x1 |
Definition at line 4744 of file commctrl.h.
#define MAKEIPADDRESS | ( | b1, | |
b2, | |||
b3, | |||
b4 | |||
) | ((LPARAM)(((DWORD)(b1)<<24)+((DWORD)(b2)<<16)+((DWORD)(b3)<<8)+((DWORD)(b4)))) |
Definition at line 4491 of file commctrl.h.
Definition at line 4489 of file commctrl.h.
#define MAX_LINKID_TEXT 48 |
Definition at line 4739 of file commctrl.h.
#define MCHITTESTINFO_V1_SIZE CCSIZEOF_STRUCT(MCHITTESTINFO, st) |
Definition at line 4239 of file commctrl.h.
#define MCHT_CALENDAR 0x20000 |
Definition at line 4242 of file commctrl.h.
#define MCHT_CALENDARBK (MCHT_CALENDAR) |
Definition at line 4256 of file commctrl.h.
#define MCHT_CALENDARDATE (MCHT_CALENDAR | 0x1) |
Definition at line 4257 of file commctrl.h.
#define MCHT_CALENDARDATENEXT (MCHT_CALENDARDATE | MCHT_NEXT) |
Definition at line 4258 of file commctrl.h.
#define MCHT_CALENDARDATEPREV (MCHT_CALENDARDATE | MCHT_PREV) |
Definition at line 4259 of file commctrl.h.
#define MCHT_CALENDARDAY (MCHT_CALENDAR | 0x2) |
Definition at line 4260 of file commctrl.h.
#define MCHT_CALENDARWEEKNUM (MCHT_CALENDAR | 0x3) |
Definition at line 4261 of file commctrl.h.
#define MCHT_NEXT 0x1000000 |
Definition at line 4245 of file commctrl.h.
#define MCHT_NOWHERE 0x0 |
Definition at line 4248 of file commctrl.h.
#define MCHT_PREV 0x2000000 |
Definition at line 4246 of file commctrl.h.
#define MCHT_TITLE 0x10000 |
Definition at line 4241 of file commctrl.h.
#define MCHT_TITLEBK (MCHT_TITLE) |
Definition at line 4250 of file commctrl.h.
#define MCHT_TITLEBTNNEXT (MCHT_TITLE | MCHT_NEXT | 0x3) |
Definition at line 4253 of file commctrl.h.
#define MCHT_TITLEBTNPREV (MCHT_TITLE | MCHT_PREV | 0x3) |
Definition at line 4254 of file commctrl.h.
#define MCHT_TITLEMONTH (MCHT_TITLE | 0x1) |
Definition at line 4251 of file commctrl.h.
#define MCHT_TITLEYEAR (MCHT_TITLE | 0x2) |
Definition at line 4252 of file commctrl.h.
#define MCHT_TODAYLINK 0x30000 |
Definition at line 4243 of file commctrl.h.
#define MCM_FIRST 0x1000 |
Definition at line 4187 of file commctrl.h.
Definition at line 4288 of file commctrl.h.
Definition at line 4279 of file commctrl.h.
Definition at line 4209 of file commctrl.h.
Definition at line 4277 of file commctrl.h.
Definition at line 4189 of file commctrl.h.
Definition at line 4265 of file commctrl.h.
Definition at line 4193 of file commctrl.h.
Definition at line 4275 of file commctrl.h.
Definition at line 4205 of file commctrl.h.
Definition at line 4271 of file commctrl.h.
Definition at line 4201 of file commctrl.h.
Definition at line 4267 of file commctrl.h.
Definition at line 4197 of file commctrl.h.
Definition at line 4221 of file commctrl.h.
#define MCM_GETUNICODEFORMAT CCM_GETUNICODEFORMAT |
Definition at line 4283 of file commctrl.h.
Definition at line 4223 of file commctrl.h.
Definition at line 4287 of file commctrl.h.
Definition at line 4207 of file commctrl.h.
Definition at line 4191 of file commctrl.h.
Definition at line 4203 of file commctrl.h.
Definition at line 4263 of file commctrl.h.
Definition at line 4195 of file commctrl.h.
Definition at line 4273 of file commctrl.h.
Definition at line 4269 of file commctrl.h.
Definition at line 4199 of file commctrl.h.
Definition at line 4219 of file commctrl.h.
#define MCM_SETUNICODEFORMAT CCM_SETUNICODEFORMAT |
Definition at line 4281 of file commctrl.h.
Definition at line 4285 of file commctrl.h.
#define MCN_FIRST (0U-750U) |
Definition at line 228 of file commctrl.h.
Definition at line 4306 of file commctrl.h.
Definition at line 229 of file commctrl.h.
Definition at line 4296 of file commctrl.h.
Definition at line 4310 of file commctrl.h.
#define MCS_DAYSTATE 0x0001 |
Definition at line 4312 of file commctrl.h.
#define MCS_MULTISELECT 0x0002 |
Definition at line 4313 of file commctrl.h.
#define MCS_NOTODAY 0x0010 |
Definition at line 4316 of file commctrl.h.
#define MCS_NOTODAYCIRCLE 0x0008 |
Definition at line 4315 of file commctrl.h.
#define MCS_NOTRAILINGDATES 0x0040 |
Definition at line 4317 of file commctrl.h.
#define MCS_SHORTDAYSOFWEEK 0x0080 |
Definition at line 4318 of file commctrl.h.
#define MCS_WEEKNUMBERS 0x0004 |
Definition at line 4314 of file commctrl.h.
#define MCSC_BACKGROUND 0 |
Definition at line 4212 of file commctrl.h.
#define MCSC_MONTHBK 4 |
Definition at line 4216 of file commctrl.h.
#define MCSC_TEXT 1 |
Definition at line 4213 of file commctrl.h.
#define MCSC_TITLEBK 2 |
Definition at line 4214 of file commctrl.h.
#define MCSC_TITLETEXT 3 |
Definition at line 4215 of file commctrl.h.
#define MCSC_TRAILINGTEXT 5 |
Definition at line 4217 of file commctrl.h.
Definition at line 2009 of file commctrl.h.
#define MONTHCAL_CLASS __MINGW_NAME_AW(MONTHCAL_CLASS) |
Definition at line 4183 of file commctrl.h.
#define MONTHCAL_CLASSA "SysMonthCal32" |
Definition at line 4181 of file commctrl.h.
#define MONTHCAL_CLASSW L"SysMonthCal32" |
Definition at line 4180 of file commctrl.h.
#define MonthCal_GetCalendarCount | ( | hmc | ) | (DWORD)SNDMSG(hmc, MCM_GETCALENDARCOUNT, 0, 0) |
Definition at line 4280 of file commctrl.h.
#define MonthCal_GetColor | ( | hmc, | |
iColor | |||
) | SNDMSG(hmc,MCM_GETCOLOR,iColor,0) |
Definition at line 4210 of file commctrl.h.
#define MonthCal_GetCurrentView | ( | hmc | ) | (DWORD)SNDMSG(hmc, MCM_GETCURRENTVIEW, 0, 0) |
Definition at line 4278 of file commctrl.h.
#define MonthCal_GetCurSel | ( | hmc, | |
pst | |||
) | (BOOL)SNDMSG(hmc,MCM_GETCURSEL,0,(LPARAM)(pst)) |
Definition at line 4190 of file commctrl.h.
#define MonthCal_GetFirstDayOfWeek | ( | hmc | ) | (DWORD)SNDMSG(hmc,MCM_GETFIRSTDAYOFWEEK,0,0) |
Definition at line 4266 of file commctrl.h.
#define MonthCal_GetMaxSelCount | ( | hmc | ) | (DWORD)SNDMSG(hmc,MCM_GETMAXSELCOUNT,0,0L) |
Definition at line 4194 of file commctrl.h.
#define MonthCal_GetMaxTodayWidth | ( | hmc | ) | (DWORD)SNDMSG(hmc,MCM_GETMAXTODAYWIDTH,0,0) |
Definition at line 4276 of file commctrl.h.
Definition at line 4206 of file commctrl.h.
#define MonthCal_GetMonthDelta | ( | hmc | ) | (int)SNDMSG(hmc,MCM_GETMONTHDELTA,0,0) |
Definition at line 4272 of file commctrl.h.
#define MonthCal_GetMonthRange | ( | hmc, | |
gmr, | |||
rgst | |||
) | (DWORD)SNDMSG(hmc,MCM_GETMONTHRANGE,(WPARAM)(gmr),(LPARAM)(rgst)) |
Definition at line 4202 of file commctrl.h.
#define MonthCal_GetRange | ( | hmc, | |
rgst | |||
) | (DWORD)SNDMSG(hmc,MCM_GETRANGE,0,(LPARAM)(rgst)) |
Definition at line 4268 of file commctrl.h.
#define MonthCal_GetSelRange | ( | hmc, | |
rgst | |||
) | SNDMSG(hmc,MCM_GETSELRANGE,0,(LPARAM)(rgst)) |
Definition at line 4198 of file commctrl.h.
#define MonthCal_GetToday | ( | hmc, | |
pst | |||
) | (BOOL)SNDMSG(hmc,MCM_GETTODAY,0,(LPARAM)(pst)) |
Definition at line 4222 of file commctrl.h.
Definition at line 4284 of file commctrl.h.
#define MonthCal_HitTest | ( | hmc, | |
pinfo | |||
) | SNDMSG(hmc,MCM_HITTEST,0,(LPARAM)(PMCHITTESTINFO)(pinfo)) |
Definition at line 4224 of file commctrl.h.
#define MonthCal_SetColor | ( | hmc, | |
iColor, | |||
clr | |||
) | SNDMSG(hmc,MCM_SETCOLOR,iColor,clr) |
Definition at line 4208 of file commctrl.h.
#define MonthCal_SetCurSel | ( | hmc, | |
pst | |||
) | (BOOL)SNDMSG(hmc,MCM_SETCURSEL,0,(LPARAM)(pst)) |
Definition at line 4192 of file commctrl.h.
#define MonthCal_SetDayState | ( | hmc, | |
cbds, | |||
rgds | |||
) | SNDMSG(hmc,MCM_SETDAYSTATE,(WPARAM)(cbds),(LPARAM)(rgds)) |
Definition at line 4204 of file commctrl.h.
#define MonthCal_SetFirstDayOfWeek | ( | hmc, | |
iDay | |||
) | SNDMSG(hmc,MCM_SETFIRSTDAYOFWEEK,0,iDay) |
Definition at line 4264 of file commctrl.h.
Definition at line 4196 of file commctrl.h.
Definition at line 4274 of file commctrl.h.
#define MonthCal_SetRange | ( | hmc, | |
gd, | |||
rgst | |||
) | (BOOL)SNDMSG(hmc,MCM_SETRANGE,(WPARAM)(gd),(LPARAM)(rgst)) |
Definition at line 4270 of file commctrl.h.
#define MonthCal_SetSelRange | ( | hmc, | |
rgst | |||
) | SNDMSG(hmc,MCM_SETSELRANGE,0,(LPARAM)(rgst)) |
Definition at line 4200 of file commctrl.h.
#define MonthCal_SetToday | ( | hmc, | |
pst | |||
) | SNDMSG(hmc,MCM_SETTODAY,0,(LPARAM)(pst)) |
Definition at line 4220 of file commctrl.h.
#define MonthCal_SetUnicodeFormat | ( | hwnd, | |
fUnicode | |||
) | (BOOL)SNDMSG((hwnd),MCM_SETUNICODEFORMAT,(WPARAM)(fUnicode),0) |
Definition at line 4282 of file commctrl.h.
Definition at line 4286 of file commctrl.h.
#define MSGF_COMMCTRL_BEGINDRAG 0x4200 |
Definition at line 263 of file commctrl.h.
#define MSGF_COMMCTRL_DRAGSELECT 0x4202 |
Definition at line 265 of file commctrl.h.
#define MSGF_COMMCTRL_SIZEHEADER 0x4201 |
Definition at line 264 of file commctrl.h.
#define MSGF_COMMCTRL_TOOLBARCUST 0x4203 |
Definition at line 266 of file commctrl.h.
#define NFS_ALL 0x10 |
Definition at line 4620 of file commctrl.h.
#define NFS_BUTTON 0x8 |
Definition at line 4619 of file commctrl.h.
#define NFS_EDIT 0x1 |
Definition at line 4616 of file commctrl.h.
#define NFS_LISTCOMBO 0x4 |
Definition at line 4618 of file commctrl.h.
#define NFS_STATIC 0x2 |
Definition at line 4617 of file commctrl.h.
#define NFS_USEFONTASSOC 0x20 |
Definition at line 4621 of file commctrl.h.
#define NM_CACHEHINT NMLVCACHEHINT |
Definition at line 3095 of file commctrl.h.
Definition at line 143 of file commctrl.h.
Definition at line 130 of file commctrl.h.
Definition at line 137 of file commctrl.h.
Definition at line 131 of file commctrl.h.
#define NM_FINDITEM __MINGW_NAME_AW(NM_FINDITEM) |
Definition at line 3119 of file commctrl.h.
#define NM_FINDITEMA NMLVFINDITEMA |
Definition at line 3111 of file commctrl.h.
#define NM_FINDITEMW NMLVFINDITEMW |
Definition at line 3115 of file commctrl.h.
#define NM_FIRST (0U- 0U) |
Definition at line 199 of file commctrl.h.
Definition at line 138 of file commctrl.h.
Definition at line 140 of file commctrl.h.
Definition at line 136 of file commctrl.h.
Definition at line 200 of file commctrl.h.
Definition at line 145 of file commctrl.h.
#define NM_LISTVIEW NMLISTVIEW |
Definition at line 3035 of file commctrl.h.
Definition at line 139 of file commctrl.h.
#define NM_ODSTATECHANGE NMLVODSTATECHANGE |
Definition at line 3133 of file commctrl.h.
Definition at line 129 of file commctrl.h.
Definition at line 133 of file commctrl.h.
Definition at line 134 of file commctrl.h.
Definition at line 146 of file commctrl.h.
Definition at line 141 of file commctrl.h.
Definition at line 132 of file commctrl.h.
Definition at line 142 of file commctrl.h.
Definition at line 135 of file commctrl.h.
Definition at line 147 of file commctrl.h.
Definition at line 144 of file commctrl.h.
#define NM_TREEVIEW NMTREEVIEW |
Definition at line 3629 of file commctrl.h.
#define NM_TREEVIEWA NMTREEVIEWA |
Definition at line 3627 of file commctrl.h.
#define NM_TREEVIEWW NMTREEVIEWW |
Definition at line 3626 of file commctrl.h.
Definition at line 2165 of file commctrl.h.
#define NMCBEDRAGBEGIN __MINGW_NAME_AW(NMCBEDRAGBEGIN) |
Definition at line 3911 of file commctrl.h.
#define NMCBEENDEDIT __MINGW_NAME_AW(NMCBEENDEDIT) |
Definition at line 3931 of file commctrl.h.
#define NMCOMBOBOXEX __MINGW_NAME_AW(NMCOMBOBOXEX) |
Definition at line 3872 of file commctrl.h.
#define NMDATETIMEFORMAT __MINGW_NAME_AW(NMDATETIMEFORMAT) |
Definition at line 4437 of file commctrl.h.
#define NMDATETIMEFORMATQUERY __MINGW_NAME_AW(NMDATETIMEFORMATQUERY) |
Definition at line 4455 of file commctrl.h.
#define NMDATETIMESTRING __MINGW_NAME_AW(NMDATETIMESTRING) |
Definition at line 4395 of file commctrl.h.
#define NMDATETIMEWMKEYDOWN __MINGW_NAME_AW(NMDATETIMEWMKEYDOWN) |
Definition at line 4415 of file commctrl.h.
#define NMHDDISPINFO __MINGW_NAME_AW(NMHDDISPINFO) |
Definition at line 917 of file commctrl.h.
#define NMHEADER __MINGW_NAME_AW(NMHEADER) |
Definition at line 894 of file commctrl.h.
#define NMLVCUSTOMDRAW_V3_SIZE CCSIZEOF_STRUCT(NMLVCUSTOMDRW,clrTextBk) |
Definition at line 3064 of file commctrl.h.
#define NMLVDISPINFO __MINGW_NAME_AW(NMLVDISPINFO) |
Definition at line 3187 of file commctrl.h.
#define NMLVFINDITEM __MINGW_NAME_AW(NMLVFINDITEM) |
Definition at line 3120 of file commctrl.h.
#define NMLVGETINFOTIP __MINGW_NAME_AW(NMLVGETINFOTIP) |
Definition at line 3231 of file commctrl.h.
#define NMTBDISPINFO __MINGW_NAME_AW(NMTBDISPINFO) |
Definition at line 1421 of file commctrl.h.
#define NMTBGETINFOTIP __MINGW_NAME_AW(NMTBGETINFOTIP) |
Definition at line 1393 of file commctrl.h.
#define NMTOOLBAR __MINGW_NAME_AW(NMTOOLBAR) |
Definition at line 1456 of file commctrl.h.
#define NMTREEVIEW __MINGW_NAME_AW(NMTREEVIEW) |
Definition at line 3647 of file commctrl.h.
#define NMTTDISPINFO __MINGW_NAME_AW(NMTTDISPINFO) |
Definition at line 1919 of file commctrl.h.
#define NMTTDISPINFO_V1_SIZE __MINGW_NAME_AW_EXT(NMTTDISPINFO,_V1_SIZE) |
Definition at line 1922 of file commctrl.h.
#define NMTTDISPINFOA_V1_SIZE CCSIZEOF_STRUCT(NMTTDISPINFOA,uFlags) |
Definition at line 1897 of file commctrl.h.
#define NMTTDISPINFOW_V1_SIZE CCSIZEOF_STRUCT(NMTTDISPINFOW,uFlags) |
Definition at line 1898 of file commctrl.h.
#define NMTVCUSTOMDRAW_V3_SIZE CCSIZEOF_STRUCT(NMTVCUSTOMDRAW,clrTextBk) |
Definition at line 3751 of file commctrl.h.
#define NMTVDISPINFO __MINGW_NAME_AW(NMTVDISPINFO) |
Definition at line 3680 of file commctrl.h.
#define NMTVGETINFOTIP __MINGW_NAME_AW(NMTVGETINFOTIP) |
Definition at line 3777 of file commctrl.h.
#define ODT_HEADER 100 |
Definition at line 78 of file commctrl.h.
#define ODT_LISTVIEW 102 |
Definition at line 80 of file commctrl.h.
#define ODT_TAB 101 |
Definition at line 79 of file commctrl.h.
#define Pager_ForwardMouse | ( | hwnd, | |
bForward | |||
) | (void)SNDMSG((hwnd),PGM_FORWARDMOUSE,(WPARAM)(bForward),0) |
Definition at line 4528 of file commctrl.h.
Definition at line 4534 of file commctrl.h.
Definition at line 4540 of file commctrl.h.
Definition at line 4552 of file commctrl.h.
#define Pager_GetButtonState | ( | hwnd, | |
iButton | |||
) | (DWORD)SNDMSG((hwnd),PGM_GETBUTTONSTATE,0,(LPARAM)(iButton)) |
Definition at line 4555 of file commctrl.h.
Definition at line 4558 of file commctrl.h.
Definition at line 4546 of file commctrl.h.
Definition at line 4525 of file commctrl.h.
Definition at line 4531 of file commctrl.h.
Definition at line 4537 of file commctrl.h.
Definition at line 4549 of file commctrl.h.
Definition at line 4522 of file commctrl.h.
Definition at line 4543 of file commctrl.h.
Definition at line 2190 of file commctrl.h.
Definition at line 2199 of file commctrl.h.
Definition at line 2198 of file commctrl.h.
Definition at line 2200 of file commctrl.h.
#define PBM_SETBKCOLOR CCM_SETBKCOLOR |
Definition at line 2201 of file commctrl.h.
Definition at line 2204 of file commctrl.h.
Definition at line 2189 of file commctrl.h.
Definition at line 2188 of file commctrl.h.
Definition at line 2193 of file commctrl.h.
Definition at line 2191 of file commctrl.h.
Definition at line 2192 of file commctrl.h.
#define PBS_MARQUEE 0x8 |
Definition at line 2203 of file commctrl.h.
#define PBS_SMOOTH 0x1 |
Definition at line 2185 of file commctrl.h.
#define PBS_VERTICAL 0x4 |
Definition at line 2186 of file commctrl.h.
#define PCCOMBOBOXEXITEM __MINGW_NAME_AW(PCCOMBOBOXEXITEM) |
Definition at line 3829 of file commctrl.h.
#define PCOMBOBOXEXITEM __MINGW_NAME_AW(PCOMBOBOXEXITEM) |
Definition at line 3828 of file commctrl.h.
#define PGB_BOTTOMORRIGHT 1 |
Definition at line 4519 of file commctrl.h.
#define PGB_TOPORLEFT 0 |
Definition at line 4518 of file commctrl.h.
#define PGF_CALCHEIGHT 2 |
Definition at line 4588 of file commctrl.h.
#define PGF_CALCWIDTH 1 |
Definition at line 4587 of file commctrl.h.
#define PGF_DEPRESSED 4 |
Definition at line 4515 of file commctrl.h.
#define PGF_GRAYED 2 |
Definition at line 4514 of file commctrl.h.
#define PGF_HOT 8 |
Definition at line 4516 of file commctrl.h.
#define PGF_INVISIBLE 0 |
Definition at line 4512 of file commctrl.h.
#define PGF_NORMAL 1 |
Definition at line 4513 of file commctrl.h.
#define PGF_SCROLLDOWN 2 |
Definition at line 4563 of file commctrl.h.
#define PGF_SCROLLLEFT 4 |
Definition at line 4564 of file commctrl.h.
#define PGF_SCROLLRIGHT 8 |
Definition at line 4565 of file commctrl.h.
#define PGF_SCROLLUP 1 |
Definition at line 4562 of file commctrl.h.
#define PGK_CONTROL 2 |
Definition at line 4568 of file commctrl.h.
#define PGK_MENU 4 |
Definition at line 4569 of file commctrl.h.
#define PGK_SHIFT 1 |
Definition at line 4567 of file commctrl.h.
#define PGM_FIRST 0x1400 |
Definition at line 87 of file commctrl.h.
Definition at line 4527 of file commctrl.h.
Definition at line 4533 of file commctrl.h.
Definition at line 4539 of file commctrl.h.
Definition at line 4551 of file commctrl.h.
Definition at line 4554 of file commctrl.h.
#define PGM_GETDROPTARGET CCM_GETDROPTARGET |
Definition at line 4557 of file commctrl.h.
Definition at line 4545 of file commctrl.h.
Definition at line 4524 of file commctrl.h.
Definition at line 4530 of file commctrl.h.
Definition at line 4536 of file commctrl.h.
Definition at line 4548 of file commctrl.h.
Definition at line 4521 of file commctrl.h.
Definition at line 4542 of file commctrl.h.
Definition at line 4585 of file commctrl.h.
#define PGN_FIRST (0U-900U) |
Definition at line 241 of file commctrl.h.
Definition at line 4597 of file commctrl.h.
#define PGN_LAST (0U-950U) |
Definition at line 242 of file commctrl.h.
Definition at line 4560 of file commctrl.h.
#define PGS_AUTOSCROLL 0x2 |
Definition at line 4509 of file commctrl.h.
#define PGS_DRAGNDROP 0x4 |
Definition at line 4510 of file commctrl.h.
#define PGS_HORZ 0x1 |
Definition at line 4508 of file commctrl.h.
#define PGS_VERT 0x0 |
Definition at line 4507 of file commctrl.h.
#define PNM_CACHEHINT LPNMLVCACHEHINT |
Definition at line 3094 of file commctrl.h.
#define PNM_FINDITEM __MINGW_NAME_AW(PNM_FINDITEM) |
Definition at line 3117 of file commctrl.h.
#define PNM_FINDITEMA LPNMLVFINDITEMA |
Definition at line 3109 of file commctrl.h.
#define PNM_FINDITEMW LPNMLVFINDITEMW |
Definition at line 3113 of file commctrl.h.
#define PNM_ODSTATECHANGE LPNMLVODSTATECHANGE |
Definition at line 3131 of file commctrl.h.
#define PNMCBEDRAGBEGIN __MINGW_NAME_AW(PNMCBEDRAGBEGIN) |
Definition at line 3913 of file commctrl.h.
#define PNMCBEENDEDIT __MINGW_NAME_AW(PNMCBEENDEDIT) |
Definition at line 3933 of file commctrl.h.
#define PNMCOMBOBOXEX __MINGW_NAME_AW(PNMCOMBOBOXEX) |
Definition at line 3873 of file commctrl.h.
#define PROGRESS_CLASS __MINGW_NAME_AW(PROGRESS_CLASS) |
Definition at line 2183 of file commctrl.h.
#define PROGRESS_CLASSA "msctls_progress32" |
Definition at line 2180 of file commctrl.h.
#define PROGRESS_CLASSW L"msctls_progress32" |
Definition at line 2181 of file commctrl.h.
#define PTOOLINFO __MINGW_NAME_AW(PTOOLINFO) |
Definition at line 1752 of file commctrl.h.
Definition at line 1605 of file commctrl.h.
Definition at line 1576 of file commctrl.h.
Definition at line 1607 of file commctrl.h.
Definition at line 1606 of file commctrl.h.
Definition at line 1617 of file commctrl.h.
Definition at line 1585 of file commctrl.h.
#define RB_GETBANDINFO __MINGW_NAME_AW(RB_GETBANDINFO) |
Definition at line 1612 of file commctrl.h.
Definition at line 1610 of file commctrl.h.
Definition at line 1609 of file commctrl.h.
Definition at line 1624 of file commctrl.h.
Definition at line 1608 of file commctrl.h.
Definition at line 1577 of file commctrl.h.
Definition at line 1592 of file commctrl.h.
#define RB_GETCOLORSCHEME CCM_GETCOLORSCHEME |
Definition at line 1600 of file commctrl.h.
#define RB_GETDROPTARGET (CCM_GETDROPTARGET) |
Definition at line 1616 of file commctrl.h.
Definition at line 1620 of file commctrl.h.
Definition at line 1582 of file commctrl.h.
Definition at line 1586 of file commctrl.h.
Definition at line 1587 of file commctrl.h.
Definition at line 1594 of file commctrl.h.
Definition at line 1589 of file commctrl.h.
#define RB_GETUNICODEFORMAT CCM_GETUNICODEFORMAT |
Definition at line 1623 of file commctrl.h.
Definition at line 1581 of file commctrl.h.
Definition at line 1588 of file commctrl.h.
#define RB_INSERTBAND __MINGW_NAME_AW(RB_INSERTBAND) |
Definition at line 1602 of file commctrl.h.
Definition at line 1575 of file commctrl.h.
Definition at line 1583 of file commctrl.h.
Definition at line 1615 of file commctrl.h.
Definition at line 1614 of file commctrl.h.
Definition at line 1621 of file commctrl.h.
Definition at line 1626 of file commctrl.h.
#define RB_SETBANDINFO __MINGW_NAME_AW(RB_SETBANDINFO) |
Definition at line 1603 of file commctrl.h.
Definition at line 1579 of file commctrl.h.
Definition at line 1584 of file commctrl.h.
Definition at line 1578 of file commctrl.h.
Definition at line 1591 of file commctrl.h.
#define RB_SETCOLORSCHEME CCM_SETCOLORSCHEME |
Definition at line 1599 of file commctrl.h.
Definition at line 1619 of file commctrl.h.
Definition at line 1580 of file commctrl.h.
Definition at line 1593 of file commctrl.h.
Definition at line 1590 of file commctrl.h.
#define RB_SETUNICODEFORMAT CCM_SETUNICODEFORMAT |
Definition at line 1622 of file commctrl.h.
#define RB_SETWINDOWTHEME CCM_SETWINDOWTHEME |
Definition at line 1625 of file commctrl.h.
Definition at line 1618 of file commctrl.h.
Definition at line 1598 of file commctrl.h.
#define RBAB_ADDBAND 0x2 |
Definition at line 1679 of file commctrl.h.
#define RBAB_AUTOSIZE 0x1 |
Definition at line 1678 of file commctrl.h.
#define RBBIM_BACKGROUND 0x80 |
Definition at line 1509 of file commctrl.h.
#define RBBIM_CHILD 0x10 |
Definition at line 1506 of file commctrl.h.
#define RBBIM_CHILDSIZE 0x20 |
Definition at line 1507 of file commctrl.h.
#define RBBIM_COLORS 0x2 |
Definition at line 1503 of file commctrl.h.
#define RBBIM_HEADERSIZE 0x800 |
Definition at line 1513 of file commctrl.h.
#define RBBIM_ID 0x100 |
Definition at line 1510 of file commctrl.h.
#define RBBIM_IDEALSIZE 0x200 |
Definition at line 1511 of file commctrl.h.
#define RBBIM_IMAGE 0x8 |
Definition at line 1505 of file commctrl.h.
#define RBBIM_LPARAM 0x400 |
Definition at line 1512 of file commctrl.h.
#define RBBIM_SIZE 0x40 |
Definition at line 1508 of file commctrl.h.
#define RBBIM_STYLE 0x1 |
Definition at line 1502 of file commctrl.h.
#define RBBIM_TEXT 0x4 |
Definition at line 1504 of file commctrl.h.
#define RBBS_BREAK 0x1 |
Definition at line 1489 of file commctrl.h.
#define RBBS_CHILDEDGE 0x4 |
Definition at line 1491 of file commctrl.h.
#define RBBS_FIXEDBMP 0x20 |
Definition at line 1494 of file commctrl.h.
#define RBBS_FIXEDSIZE 0x2 |
Definition at line 1490 of file commctrl.h.
#define RBBS_GRIPPERALWAYS 0x80 |
Definition at line 1496 of file commctrl.h.
#define RBBS_HIDDEN 0x8 |
Definition at line 1492 of file commctrl.h.
#define RBBS_HIDETITLE 0x400 |
Definition at line 1499 of file commctrl.h.
#define RBBS_NOGRIPPER 0x100 |
Definition at line 1497 of file commctrl.h.
#define RBBS_NOVERT 0x10 |
Definition at line 1493 of file commctrl.h.
#define RBBS_TOPALIGN 0x800 |
Definition at line 1500 of file commctrl.h.
#define RBBS_USECHEVRON 0x200 |
Definition at line 1498 of file commctrl.h.
#define RBBS_VARIABLEHEIGHT 0x40 |
Definition at line 1495 of file commctrl.h.
#define RBHT_CAPTION 0x2 |
Definition at line 1692 of file commctrl.h.
#define RBHT_CHEVRON 0x8 |
Definition at line 1695 of file commctrl.h.
#define RBHT_CLIENT 0x3 |
Definition at line 1693 of file commctrl.h.
#define RBHT_GRABBER 0x4 |
Definition at line 1694 of file commctrl.h.
#define RBHT_NOWHERE 0x1 |
Definition at line 1691 of file commctrl.h.
#define RBIM_IMAGELIST 0x1 |
Definition at line 1468 of file commctrl.h.
Definition at line 1639 of file commctrl.h.
Definition at line 1631 of file commctrl.h.
Definition at line 1632 of file commctrl.h.
Definition at line 1637 of file commctrl.h.
Definition at line 1636 of file commctrl.h.
Definition at line 1635 of file commctrl.h.
Definition at line 1634 of file commctrl.h.
Definition at line 1633 of file commctrl.h.
Definition at line 234 of file commctrl.h.
Definition at line 1629 of file commctrl.h.
Definition at line 1628 of file commctrl.h.
Definition at line 235 of file commctrl.h.
Definition at line 1630 of file commctrl.h.
Definition at line 1638 of file commctrl.h.
#define RBNM_ID 0x1 |
Definition at line 1658 of file commctrl.h.
#define RBNM_LPARAM 0x4 |
Definition at line 1660 of file commctrl.h.
#define RBNM_STYLE 0x2 |
Definition at line 1659 of file commctrl.h.
#define RBS_AUTOSIZE 0x2000 |
Definition at line 1475 of file commctrl.h.
#define RBS_BANDBORDERS 0x400 |
Definition at line 1472 of file commctrl.h.
#define RBS_DBLCLKTOGGLE 0x8000 |
Definition at line 1477 of file commctrl.h.
#define RBS_FIXEDORDER 0x800 |
Definition at line 1473 of file commctrl.h.
#define RBS_REGISTERDROP 0x1000 |
Definition at line 1474 of file commctrl.h.
#define RBS_TOOLTIPS 0x100 |
Definition at line 1470 of file commctrl.h.
#define RBS_VARHEIGHT 0x200 |
Definition at line 1471 of file commctrl.h.
#define RBS_VERTICALGRIPPER 0x4000 |
Definition at line 1476 of file commctrl.h.
#define RBSTR_CHANGERECT 0x1 |
Definition at line 1596 of file commctrl.h.
#define REBARBANDINFO __MINGW_NAME_AW(REBARBANDINFO) |
Definition at line 1569 of file commctrl.h.
#define REBARBANDINFO_V3_SIZE __MINGW_NAME_AW_EXT(REBARBANDINFO,_V3_SIZE) |
Definition at line 1573 of file commctrl.h.
#define REBARBANDINFOA_V3_SIZE CCSIZEOF_STRUCT(REBARBANDINFOA,wID) |
Definition at line 1539 of file commctrl.h.
#define REBARBANDINFOA_V6_SIZE CCSIZEOF_STRUCT(REBARBANDINFOA,cxHeader) |
Definition at line 1541 of file commctrl.h.
#define REBARBANDINFOW_V3_SIZE CCSIZEOF_STRUCT(REBARBANDINFOW,wID) |
Definition at line 1540 of file commctrl.h.
#define REBARBANDINFOW_V6_SIZE CCSIZEOF_STRUCT(REBARBANDINFOW,cxHeader) |
Definition at line 1542 of file commctrl.h.
#define REBARCLASSNAME __MINGW_NAME_AW(REBARCLASSNAME) |
Definition at line 1466 of file commctrl.h.
#define REBARCLASSNAMEA "ReBarWindow32" |
Definition at line 1464 of file commctrl.h.
#define REBARCLASSNAMEW L"ReBarWindow32" |
Definition at line 1463 of file commctrl.h.
Definition at line 1961 of file commctrl.h.
Definition at line 1971 of file commctrl.h.
Definition at line 1960 of file commctrl.h.
Definition at line 1964 of file commctrl.h.
#define SB_GETTEXT __MINGW_NAME_AW(SB_GETTEXT) |
Definition at line 1953 of file commctrl.h.
Definition at line 1948 of file commctrl.h.
#define SB_GETTEXTLENGTH __MINGW_NAME_AW(SB_GETTEXTLENGTH) |
Definition at line 1955 of file commctrl.h.
Definition at line 1950 of file commctrl.h.
Definition at line 1951 of file commctrl.h.
Definition at line 1949 of file commctrl.h.
#define SB_GETTIPTEXT __MINGW_NAME_AW(SB_GETTIPTEXT) |
Definition at line 1957 of file commctrl.h.
Definition at line 1969 of file commctrl.h.
Definition at line 1970 of file commctrl.h.
#define SB_GETUNICODEFORMAT CCM_GETUNICODEFORMAT |
Definition at line 1973 of file commctrl.h.
Definition at line 1965 of file commctrl.h.
#define SB_SETBKCOLOR CCM_SETBKCOLOR |
Definition at line 1981 of file commctrl.h.
Definition at line 1966 of file commctrl.h.
Definition at line 1962 of file commctrl.h.
Definition at line 1959 of file commctrl.h.
#define SB_SETTEXT __MINGW_NAME_AW(SB_SETTEXT) |
Definition at line 1954 of file commctrl.h.
Definition at line 1946 of file commctrl.h.
Definition at line 1947 of file commctrl.h.
#define SB_SETTIPTEXT __MINGW_NAME_AW(SB_SETTIPTEXT) |
Definition at line 1956 of file commctrl.h.
Definition at line 1967 of file commctrl.h.
Definition at line 1968 of file commctrl.h.
#define SB_SETUNICODEFORMAT CCM_SETUNICODEFORMAT |
Definition at line 1972 of file commctrl.h.
Definition at line 1963 of file commctrl.h.
#define SB_SIMPLEID 0xff |
Definition at line 1985 of file commctrl.h.
#define SBARS_SIZEGRIP 0x100 |
Definition at line 1928 of file commctrl.h.
#define SBARS_TOOLTIPS 0x800 |
Definition at line 1929 of file commctrl.h.
#define SBN_FIRST (0U-880U) |
Definition at line 239 of file commctrl.h.
Definition at line 240 of file commctrl.h.
Definition at line 1983 of file commctrl.h.
#define SBT_NOBORDERS 0x100 |
Definition at line 1976 of file commctrl.h.
#define SBT_NOTABPARSING 0x800 |
Definition at line 1979 of file commctrl.h.
#define SBT_OWNERDRAW 0x1000 |
Definition at line 1975 of file commctrl.h.
#define SBT_POPOUT 0x200 |
Definition at line 1977 of file commctrl.h.
#define SBT_RTLREADING 0x400 |
Definition at line 1978 of file commctrl.h.
#define SBT_TOOLTIPS 0x800 |
Definition at line 1930 of file commctrl.h.
Definition at line 4494 of file commctrl.h.
#define SNDMSG SendMessage |
Definition at line 48 of file commctrl.h.
#define STATUSCLASSNAME __MINGW_NAME_AW(STATUSCLASSNAME) |
Definition at line 1944 of file commctrl.h.
#define STATUSCLASSNAMEA "msctls_statusbar32" |
Definition at line 1942 of file commctrl.h.
#define STATUSCLASSNAMEW L"msctls_statusbar32" |
Definition at line 1941 of file commctrl.h.
#define STD_COPY 1 |
Definition at line 1072 of file commctrl.h.
#define STD_CUT 0 |
Definition at line 1071 of file commctrl.h.
#define STD_DELETE 5 |
Definition at line 1076 of file commctrl.h.
#define STD_FILENEW 6 |
Definition at line 1077 of file commctrl.h.
#define STD_FILEOPEN 7 |
Definition at line 1078 of file commctrl.h.
#define STD_FILESAVE 8 |
Definition at line 1079 of file commctrl.h.
#define STD_FIND 12 |
Definition at line 1083 of file commctrl.h.
#define STD_HELP 11 |
Definition at line 1082 of file commctrl.h.
#define STD_PASTE 2 |
Definition at line 1073 of file commctrl.h.
#define STD_PRINT 14 |
Definition at line 1085 of file commctrl.h.
#define STD_PRINTPRE 9 |
Definition at line 1080 of file commctrl.h.
#define STD_PROPERTIES 10 |
Definition at line 1081 of file commctrl.h.
#define STD_REDOW 4 |
Definition at line 1075 of file commctrl.h.
#define STD_REPLACE 13 |
Definition at line 1084 of file commctrl.h.
#define STD_UNDO 3 |
Definition at line 1074 of file commctrl.h.
#define TabCtrl_AdjustRect | ( | hwnd, | |
bLarger, | |||
prc | |||
) | (int)SNDMSG(hwnd,TCM_ADJUSTRECT,(WPARAM)(BOOL)(bLarger),(LPARAM)(RECT *)prc) |
Definition at line 4091 of file commctrl.h.
Definition at line 4062 of file commctrl.h.
Definition at line 4059 of file commctrl.h.
#define TabCtrl_DeselectAll | ( | hwnd, | |
fExcludeFocus | |||
) | (void)SNDMSG((hwnd),TCM_DESELECTALL,fExcludeFocus,0) |
Definition at line 4111 of file commctrl.h.
Definition at line 4105 of file commctrl.h.
Definition at line 4068 of file commctrl.h.
Definition at line 4117 of file commctrl.h.
#define TabCtrl_GetImageList | ( | hwnd | ) | (HIMAGELIST)SNDMSG((hwnd),TCM_GETIMAGELIST,0,0L) |
Definition at line 3968 of file commctrl.h.
#define TabCtrl_GetItem | ( | hwnd, | |
iItem, | |||
pitem | |||
) | (BOOL)SNDMSG((hwnd),TCM_GETITEM,(WPARAM)(int)(iItem),(LPARAM)(TC_ITEM *)(pitem)) |
Definition at line 4042 of file commctrl.h.
Definition at line 3974 of file commctrl.h.
#define TabCtrl_GetItemRect | ( | hwnd, | |
i, | |||
prc | |||
) | (BOOL)SNDMSG((hwnd),TCM_GETITEMRECT,(WPARAM)(int)(i),(LPARAM)(RECT *)(prc)) |
Definition at line 4065 of file commctrl.h.
Definition at line 4099 of file commctrl.h.
Definition at line 4101 of file commctrl.h.
Definition at line 4121 of file commctrl.h.
#define TabCtrl_HighlightItem | ( | hwnd, | |
i, | |||
fHighlight | |||
) | (BOOL)SNDMSG((hwnd),TCM_HIGHLIGHTITEM,(WPARAM)(i),(LPARAM)MAKELONG (fHighlight,0)) |
Definition at line 4113 of file commctrl.h.
#define TabCtrl_HitTest | ( | hwndTC, | |
pinfo | |||
) | (int)SNDMSG((hwndTC),TCM_HITTEST,0,(LPARAM)(TC_HITTESTINFO *)(pinfo)) |
Definition at line 4087 of file commctrl.h.
#define TabCtrl_InsertItem | ( | hwnd, | |
iItem, | |||
pitem | |||
) | (int)SNDMSG((hwnd),TCM_INSERTITEM,(WPARAM)(int)(iItem),(LPARAM)(const TC_ITEM *)(pitem)) |
Definition at line 4056 of file commctrl.h.
Definition at line 4095 of file commctrl.h.
Definition at line 4107 of file commctrl.h.
Definition at line 4071 of file commctrl.h.
Definition at line 4115 of file commctrl.h.
#define TabCtrl_SetImageList | ( | hwnd, | |
himl | |||
) | (HIMAGELIST)SNDMSG((hwnd),TCM_SETIMAGELIST,0,(LPARAM)(HIMAGELIST)(himl)) |
Definition at line 3971 of file commctrl.h.
#define TabCtrl_SetItem | ( | hwnd, | |
iItem, | |||
pitem | |||
) | (BOOL)SNDMSG((hwnd),TCM_SETITEM,(WPARAM)(int)(iItem),(LPARAM)(TC_ITEM *)(pitem)) |
Definition at line 4049 of file commctrl.h.
Definition at line 4089 of file commctrl.h.
Definition at line 4093 of file commctrl.h.
Definition at line 4109 of file commctrl.h.
Definition at line 4097 of file commctrl.h.
#define TabCtrl_SetToolTips | ( | hwnd, | |
hwndTT | |||
) | (void)SNDMSG((hwnd),TCM_SETTOOLTIPS,(WPARAM)(hwndTT),0L) |
Definition at line 4103 of file commctrl.h.
#define TabCtrl_SetUnicodeFormat | ( | hwnd, | |
fUnicode | |||
) | (BOOL)SNDMSG((hwnd),TCM_SETUNICODEFORMAT,(WPARAM)(fUnicode),0) |
Definition at line 4119 of file commctrl.h.
Definition at line 1056 of file commctrl.h.
#define TB_ADDBUTTONS __MINGW_NAME_AW(TB_ADDBUTTONS) |
Definition at line 1271 of file commctrl.h.
Definition at line 1106 of file commctrl.h.
Definition at line 1266 of file commctrl.h.
#define TB_ADDSTRING __MINGW_NAME_AW(TB_ADDSTRING) |
Definition at line 1167 of file commctrl.h.
Definition at line 1131 of file commctrl.h.
Definition at line 1132 of file commctrl.h.
Definition at line 1137 of file commctrl.h.
#define TB_BOTTOM 7 |
Definition at line 2085 of file commctrl.h.
Definition at line 1110 of file commctrl.h.
Definition at line 1134 of file commctrl.h.
Definition at line 1144 of file commctrl.h.
Definition at line 1043 of file commctrl.h.
Definition at line 1111 of file commctrl.h.
Definition at line 1130 of file commctrl.h.
Definition at line 1108 of file commctrl.h.
Definition at line 1042 of file commctrl.h.
#define TB_ENDTRACK 8 |
Definition at line 2086 of file commctrl.h.
Definition at line 1173 of file commctrl.h.
Definition at line 1145 of file commctrl.h.
Definition at line 1217 of file commctrl.h.
Definition at line 1109 of file commctrl.h.
#define TB_GETBUTTONINFO __MINGW_NAME_AW(TB_GETBUTTONINFO) |
Definition at line 1262 of file commctrl.h.
Definition at line 1259 of file commctrl.h.
Definition at line 1257 of file commctrl.h.
Definition at line 1160 of file commctrl.h.
#define TB_GETBUTTONTEXT __MINGW_NAME_AW(TB_GETBUTTONTEXT) |
Definition at line 1165 of file commctrl.h.
Definition at line 1146 of file commctrl.h.
Definition at line 1147 of file commctrl.h.
#define TB_GETCOLORSCHEME CCM_GETCOLORSCHEME |
Definition at line 1198 of file commctrl.h.
Definition at line 1157 of file commctrl.h.
Definition at line 1191 of file commctrl.h.
Definition at line 1155 of file commctrl.h.
Definition at line 1170 of file commctrl.h.
Definition at line 1284 of file commctrl.h.
Definition at line 1151 of file commctrl.h.
Definition at line 1283 of file commctrl.h.
Definition at line 1185 of file commctrl.h.
Definition at line 1195 of file commctrl.h.
Definition at line 1133 of file commctrl.h.
Definition at line 1189 of file commctrl.h.
Definition at line 1302 of file commctrl.h.
Definition at line 1169 of file commctrl.h.
Definition at line 1192 of file commctrl.h.
Definition at line 1153 of file commctrl.h.
Definition at line 1142 of file commctrl.h.
Definition at line 1055 of file commctrl.h.
#define TB_GETSTRING __MINGW_NAME_AW(TB_GETSTRING) |
Definition at line 1278 of file commctrl.h.
Definition at line 1276 of file commctrl.h.
Definition at line 1275 of file commctrl.h.
Definition at line 1159 of file commctrl.h.
Definition at line 1163 of file commctrl.h.
Definition at line 1138 of file commctrl.h.
#define TB_GETUNICODEFORMAT CCM_GETUNICODEFORMAT |
Definition at line 1201 of file commctrl.h.
Definition at line 1281 of file commctrl.h.
Definition at line 1045 of file commctrl.h.
Definition at line 1268 of file commctrl.h.
Definition at line 1046 of file commctrl.h.
#define TB_INSERTBUTTON __MINGW_NAME_AW(TB_INSERTBUTTON) |
Definition at line 1270 of file commctrl.h.
Definition at line 1107 of file commctrl.h.
Definition at line 1265 of file commctrl.h.
Definition at line 1187 of file commctrl.h.
Definition at line 1049 of file commctrl.h.
Definition at line 1048 of file commctrl.h.
Definition at line 1051 of file commctrl.h.
Definition at line 1053 of file commctrl.h.
Definition at line 1052 of file commctrl.h.
Definition at line 1050 of file commctrl.h.
#define TB_LINEDOWN 1 |
Definition at line 2079 of file commctrl.h.
#define TB_LINEUP 0 |
Definition at line 2078 of file commctrl.h.
Definition at line 1152 of file commctrl.h.
#define TB_MAPACCELERATOR __MINGW_NAME_AW(TB_MAPACCELERATOR) |
Definition at line 1205 of file commctrl.h.
Definition at line 1174 of file commctrl.h.
Definition at line 1203 of file commctrl.h.
Definition at line 1047 of file commctrl.h.
Definition at line 1188 of file commctrl.h.
#define TB_PAGEDOWN 3 |
Definition at line 2081 of file commctrl.h.
#define TB_PAGEUP 2 |
Definition at line 2080 of file commctrl.h.
Definition at line 1044 of file commctrl.h.
Definition at line 1148 of file commctrl.h.
#define TB_SAVERESTORE __MINGW_NAME_AW(TB_SAVERESTORE) |
Definition at line 1166 of file commctrl.h.
Definition at line 1128 of file commctrl.h.
Definition at line 1129 of file commctrl.h.
Definition at line 1172 of file commctrl.h.
Definition at line 1136 of file commctrl.h.
Definition at line 1176 of file commctrl.h.
#define TB_SETBUTTONINFO __MINGW_NAME_AW(TB_SETBUTTONINFO) |
Definition at line 1263 of file commctrl.h.
Definition at line 1260 of file commctrl.h.
Definition at line 1258 of file commctrl.h.
Definition at line 1135 of file commctrl.h.
Definition at line 1161 of file commctrl.h.
Definition at line 1143 of file commctrl.h.
#define TB_SETCOLORSCHEME CCM_SETCOLORSCHEME |
Definition at line 1197 of file commctrl.h.
Definition at line 1156 of file commctrl.h.
Definition at line 1273 of file commctrl.h.
Definition at line 1190 of file commctrl.h.
Definition at line 1154 of file commctrl.h.
Definition at line 1171 of file commctrl.h.
Definition at line 1280 of file commctrl.h.
Definition at line 1150 of file commctrl.h.
Definition at line 1149 of file commctrl.h.
Definition at line 1186 of file commctrl.h.
Definition at line 1194 of file commctrl.h.
Definition at line 1282 of file commctrl.h.
Definition at line 1162 of file commctrl.h.
Definition at line 1303 of file commctrl.h.
Definition at line 1193 of file commctrl.h.
Definition at line 1140 of file commctrl.h.
Definition at line 1141 of file commctrl.h.
Definition at line 1054 of file commctrl.h.
Definition at line 1158 of file commctrl.h.
Definition at line 1139 of file commctrl.h.
#define TB_SETUNICODEFORMAT CCM_SETUNICODEFORMAT |
Definition at line 1200 of file commctrl.h.
#define TB_SETWINDOWTHEME CCM_SETWINDOWTHEME |
Definition at line 1304 of file commctrl.h.
#define TB_THUMBPOSITION 4 |
Definition at line 2082 of file commctrl.h.
#define TB_THUMBTRACK 5 |
Definition at line 2083 of file commctrl.h.
#define TB_TOP 6 |
Definition at line 2084 of file commctrl.h.
#define TB_TRANSLATEACCELERATOR CCM_TRANSLATEACCELERATOR |
Definition at line 1285 of file commctrl.h.
#define TBBF_LARGE 0x1 |
Definition at line 1215 of file commctrl.h.
#define TBBUTTONINFO __MINGW_NAME_AW(TBBUTTONINFO) |
Definition at line 1254 of file commctrl.h.
#define TBCD_CHANNEL 0x3 |
Definition at line 2090 of file commctrl.h.
#define TBCD_THUMB 0x2 |
Definition at line 2089 of file commctrl.h.
#define TBCD_TICS 0x1 |
Definition at line 2088 of file commctrl.h.
#define TBCDRF_BLENDICON 0x200000 |
Definition at line 1039 of file commctrl.h.
#define TBCDRF_HILITEHOTTRACK 0x20000 |
Definition at line 1034 of file commctrl.h.
#define TBCDRF_NOBACKGROUND 0x400000 |
Definition at line 1040 of file commctrl.h.
#define TBCDRF_NOEDGES 0x10000 |
Definition at line 1033 of file commctrl.h.
#define TBCDRF_NOETCHEDEFFECT 0x100000 |
Definition at line 1037 of file commctrl.h.
#define TBCDRF_NOMARK 0x80000 |
Definition at line 1036 of file commctrl.h.
#define TBCDRF_NOOFFSET 0x40000 |
Definition at line 1035 of file commctrl.h.
#define TBDDRET_DEFAULT 0 |
Definition at line 1424 of file commctrl.h.
#define TBDDRET_NODEFAULT 1 |
Definition at line 1425 of file commctrl.h.
#define TBDDRET_TREATPRESSED 2 |
Definition at line 1426 of file commctrl.h.
#define TBIF_BYINDEX 0x80000000 |
Definition at line 1226 of file commctrl.h.
#define TBIF_COMMAND 0x20 |
Definition at line 1224 of file commctrl.h.
#define TBIF_IMAGE 0x1 |
Definition at line 1219 of file commctrl.h.
#define TBIF_LPARAM 0x10 |
Definition at line 1223 of file commctrl.h.
#define TBIF_SIZE 0x40 |
Definition at line 1225 of file commctrl.h.
#define TBIF_STATE 0x4 |
Definition at line 1221 of file commctrl.h.
#define TBIF_STYLE 0x8 |
Definition at line 1222 of file commctrl.h.
#define TBIF_TEXT 0x2 |
Definition at line 1220 of file commctrl.h.
#define TBIMHT_AFTER 0x1 |
Definition at line 1182 of file commctrl.h.
#define TBIMHT_BACKGROUND 0x2 |
Definition at line 1183 of file commctrl.h.
Definition at line 2054 of file commctrl.h.
Definition at line 2045 of file commctrl.h.
Definition at line 2074 of file commctrl.h.
Definition at line 2061 of file commctrl.h.
Definition at line 2059 of file commctrl.h.
Definition at line 2051 of file commctrl.h.
Definition at line 2057 of file commctrl.h.
Definition at line 2036 of file commctrl.h.
Definition at line 2049 of file commctrl.h.
Definition at line 2038 of file commctrl.h.
Definition at line 2037 of file commctrl.h.
Definition at line 2053 of file commctrl.h.
Definition at line 2052 of file commctrl.h.
Definition at line 2063 of file commctrl.h.
Definition at line 2060 of file commctrl.h.
Definition at line 2039 of file commctrl.h.
Definition at line 2050 of file commctrl.h.
Definition at line 2065 of file commctrl.h.
#define TBM_GETUNICODEFORMAT CCM_GETUNICODEFORMAT |
Definition at line 2076 of file commctrl.h.
Definition at line 2073 of file commctrl.h.
Definition at line 2058 of file commctrl.h.
Definition at line 2056 of file commctrl.h.
Definition at line 2041 of file commctrl.h.
Definition at line 2042 of file commctrl.h.
Definition at line 2044 of file commctrl.h.
Definition at line 2043 of file commctrl.h.
Definition at line 2046 of file commctrl.h.
Definition at line 2048 of file commctrl.h.
Definition at line 2047 of file commctrl.h.
Definition at line 2062 of file commctrl.h.
Definition at line 2040 of file commctrl.h.
Definition at line 2055 of file commctrl.h.
Definition at line 2066 of file commctrl.h.
Definition at line 2064 of file commctrl.h.
#define TBM_SETUNICODEFORMAT CCM_SETUNICODEFORMAT |
Definition at line 2075 of file commctrl.h.
#define TBMF_BARPAD 0x2 |
Definition at line 1288 of file commctrl.h.
#define TBMF_BUTTONSPACING 0x4 |
Definition at line 1289 of file commctrl.h.
#define TBMF_PAD 0x1 |
Definition at line 1287 of file commctrl.h.
Definition at line 1309 of file commctrl.h.
Definition at line 1307 of file commctrl.h.
Definition at line 1315 of file commctrl.h.
Definition at line 1338 of file commctrl.h.
Definition at line 1337 of file commctrl.h.
Definition at line 1350 of file commctrl.h.
Definition at line 1316 of file commctrl.h.
Definition at line 1348 of file commctrl.h.
Definition at line 1310 of file commctrl.h.
Definition at line 1308 of file commctrl.h.
#define TBN_FIRST (0U-700U) |
Definition at line 222 of file commctrl.h.
#define TBN_GETBUTTONINFO __MINGW_NAME_AW(TBN_GETBUTTONINFO) |
Definition at line 1428 of file commctrl.h.
Definition at line 1306 of file commctrl.h.
Definition at line 1343 of file commctrl.h.
#define TBN_GETDISPINFO __MINGW_NAME_AW(TBN_GETDISPINFO) |
Definition at line 1420 of file commctrl.h.
Definition at line 1339 of file commctrl.h.
Definition at line 1340 of file commctrl.h.
#define TBN_GETINFOTIP __MINGW_NAME_AW(TBN_GETINFOTIP) |
Definition at line 1392 of file commctrl.h.
Definition at line 1341 of file commctrl.h.
Definition at line 1342 of file commctrl.h.
Definition at line 1317 of file commctrl.h.
Definition at line 1336 of file commctrl.h.
Definition at line 1346 of file commctrl.h.
#define TBN_LAST (0U-720U) |
Definition at line 223 of file commctrl.h.
Definition at line 1351 of file commctrl.h.
Definition at line 1313 of file commctrl.h.
Definition at line 1312 of file commctrl.h.
Definition at line 1311 of file commctrl.h.
Definition at line 1344 of file commctrl.h.
Definition at line 1345 of file commctrl.h.
Definition at line 1314 of file commctrl.h.
Definition at line 1349 of file commctrl.h.
Definition at line 1347 of file commctrl.h.
#define TBNF_DI_SETITEM 0x10000000 |
Definition at line 1398 of file commctrl.h.
#define TBNF_IMAGE 0x1 |
Definition at line 1396 of file commctrl.h.
#define TBNF_TEXT 0x2 |
Definition at line 1397 of file commctrl.h.
Definition at line 1435 of file commctrl.h.
#define TBNOTIFYA NMTOOLBARA |
Definition at line 1430 of file commctrl.h.
#define TBNOTIFYW NMTOOLBARW |
Definition at line 1431 of file commctrl.h.
#define TBNRF_ENDCUSTOMIZE 0x2 |
Definition at line 1353 of file commctrl.h.
#define TBNRF_HIDEHELP 0x1 |
Definition at line 1352 of file commctrl.h.
#define TBS_AUTOTICKS 0x1 |
Definition at line 2020 of file commctrl.h.
#define TBS_BOTH 0x8 |
Definition at line 2027 of file commctrl.h.
#define TBS_BOTTOM 0x0 |
Definition at line 2024 of file commctrl.h.
#define TBS_DOWNISLEFT 0x400 |
Definition at line 2034 of file commctrl.h.
#define TBS_ENABLESELRANGE 0x20 |
Definition at line 2029 of file commctrl.h.
#define TBS_FIXEDLENGTH 0x40 |
Definition at line 2030 of file commctrl.h.
#define TBS_HORZ 0x0 |
Definition at line 2022 of file commctrl.h.
#define TBS_LEFT 0x4 |
Definition at line 2025 of file commctrl.h.
#define TBS_NOTHUMB 0x80 |
Definition at line 2031 of file commctrl.h.
#define TBS_NOTICKS 0x10 |
Definition at line 2028 of file commctrl.h.
#define TBS_REVERSED 0x200 |
Definition at line 2033 of file commctrl.h.
#define TBS_RIGHT 0x0 |
Definition at line 2026 of file commctrl.h.
#define TBS_TOOLTIPS 0x100 |
Definition at line 2032 of file commctrl.h.
#define TBS_TOP 0x4 |
Definition at line 2023 of file commctrl.h.
#define TBS_VERT 0x2 |
Definition at line 2021 of file commctrl.h.
#define TBSAVEPARAMS __MINGW_NAME_AW(TBSAVEPARAMS) |
Definition at line 1125 of file commctrl.h.
#define TBSTATE_CHECKED 0x1 |
Definition at line 972 of file commctrl.h.
#define TBSTATE_ELLIPSES 0x40 |
Definition at line 978 of file commctrl.h.
#define TBSTATE_ENABLED 0x4 |
Definition at line 974 of file commctrl.h.
#define TBSTATE_HIDDEN 0x8 |
Definition at line 975 of file commctrl.h.
#define TBSTATE_INDETERMINATE 0x10 |
Definition at line 976 of file commctrl.h.
#define TBSTATE_MARKED 0x80 |
Definition at line 979 of file commctrl.h.
#define TBSTATE_PRESSED 0x2 |
Definition at line 973 of file commctrl.h.
#define TBSTATE_WRAP 0x20 |
Definition at line 977 of file commctrl.h.
#define TBSTYLE_ALTDRAG 0x400 |
Definition at line 991 of file commctrl.h.
#define TBSTYLE_AUTOSIZE 0x10 |
Definition at line 987 of file commctrl.h.
#define TBSTYLE_BUTTON 0x0 |
Definition at line 981 of file commctrl.h.
#define TBSTYLE_CHECK 0x2 |
Definition at line 983 of file commctrl.h.
#define TBSTYLE_CHECKGROUP (TBSTYLE_GROUP | TBSTYLE_CHECK) |
Definition at line 985 of file commctrl.h.
#define TBSTYLE_CUSTOMERASE 0x2000 |
Definition at line 994 of file commctrl.h.
#define TBSTYLE_DROPDOWN 0x8 |
Definition at line 986 of file commctrl.h.
Definition at line 1014 of file commctrl.h.
#define TBSTYLE_EX_DRAWDDARROWS 0x00000001 |
Definition at line 1009 of file commctrl.h.
Definition at line 1013 of file commctrl.h.
#define TBSTYLE_EX_MIXEDBUTTONS 0x00000008 |
Definition at line 1012 of file commctrl.h.
#define TBSTYLE_EX_MULTICOLUMN 0x00000002 |
Definition at line 1010 of file commctrl.h.
#define TBSTYLE_EX_VERTICAL 0x00000004 |
Definition at line 1011 of file commctrl.h.
#define TBSTYLE_FLAT 0x800 |
Definition at line 992 of file commctrl.h.
#define TBSTYLE_GROUP 0x4 |
Definition at line 984 of file commctrl.h.
#define TBSTYLE_LIST 0x1000 |
Definition at line 993 of file commctrl.h.
#define TBSTYLE_NOPREFIX 0x20 |
Definition at line 988 of file commctrl.h.
#define TBSTYLE_REGISTERDROP 0x4000 |
Definition at line 995 of file commctrl.h.
#define TBSTYLE_SEP 0x1 |
Definition at line 982 of file commctrl.h.
#define TBSTYLE_TOOLTIPS 0x100 |
Definition at line 989 of file commctrl.h.
#define TBSTYLE_TRANSPARENT 0x8000 |
Definition at line 996 of file commctrl.h.
#define TBSTYLE_WRAPABLE 0x200 |
Definition at line 990 of file commctrl.h.
#define TBTS_BOTTOM 2 |
Definition at line 2070 of file commctrl.h.
#define TBTS_LEFT 1 |
Definition at line 2069 of file commctrl.h.
#define TBTS_RIGHT 3 |
Definition at line 2071 of file commctrl.h.
#define TBTS_TOP 0 |
Definition at line 2068 of file commctrl.h.
#define TC_HITTESTINFO TCHITTESTINFO |
Definition at line 4079 of file commctrl.h.
Definition at line 4012 of file commctrl.h.
Definition at line 4010 of file commctrl.h.
#define TC_ITEMHEADER TCITEMHEADER |
Definition at line 3987 of file commctrl.h.
#define TC_ITEMHEADERA TCITEMHEADERA |
Definition at line 3985 of file commctrl.h.
#define TC_ITEMHEADERW TCITEMHEADERW |
Definition at line 3986 of file commctrl.h.
Definition at line 4011 of file commctrl.h.
#define TC_KEYDOWN NMTCKEYDOWN |
Definition at line 4125 of file commctrl.h.
#define TCHT_NOWHERE 0x1 |
Definition at line 4073 of file commctrl.h.
#define TCHT_ONITEM (TCHT_ONITEMICON | TCHT_ONITEMLABEL) |
Definition at line 4076 of file commctrl.h.
#define TCHT_ONITEMICON 0x2 |
Definition at line 4074 of file commctrl.h.
#define TCHT_ONITEMLABEL 0x4 |
Definition at line 4075 of file commctrl.h.
#define TCIF_IMAGE 0x2 |
Definition at line 3977 of file commctrl.h.
#define TCIF_PARAM 0x8 |
Definition at line 3979 of file commctrl.h.
#define TCIF_RTLREADING 0x4 |
Definition at line 3978 of file commctrl.h.
#define TCIF_STATE 0x10 |
Definition at line 3980 of file commctrl.h.
#define TCIF_TEXT 0x1 |
Definition at line 3976 of file commctrl.h.
#define TCIS_BUTTONPRESSED 0x1 |
Definition at line 3982 of file commctrl.h.
#define TCIS_HIGHLIGHTED 0x2 |
Definition at line 3983 of file commctrl.h.
#define TCITEM __MINGW_NAME_AW(TCITEM) |
Definition at line 4034 of file commctrl.h.
#define TCITEMHEADER __MINGW_NAME_AW(TCITEMHEADER) |
Definition at line 4007 of file commctrl.h.
Definition at line 4090 of file commctrl.h.
Definition at line 4061 of file commctrl.h.
Definition at line 4058 of file commctrl.h.
Definition at line 4110 of file commctrl.h.
#define TCM_FIRST 0x1300 |
Definition at line 85 of file commctrl.h.
Definition at line 4104 of file commctrl.h.
Definition at line 4067 of file commctrl.h.
Definition at line 4116 of file commctrl.h.
Definition at line 3967 of file commctrl.h.
#define TCM_GETITEM __MINGW_NAME_AW(TCM_GETITEM) |
Definition at line 4040 of file commctrl.h.
Definition at line 4037 of file commctrl.h.
Definition at line 3973 of file commctrl.h.
Definition at line 4064 of file commctrl.h.
Definition at line 4038 of file commctrl.h.
Definition at line 4098 of file commctrl.h.
Definition at line 4100 of file commctrl.h.
#define TCM_GETUNICODEFORMAT CCM_GETUNICODEFORMAT |
Definition at line 4120 of file commctrl.h.
Definition at line 4112 of file commctrl.h.
Definition at line 4086 of file commctrl.h.
#define TCM_INSERTITEM __MINGW_NAME_AW(TCM_INSERTITEM) |
Definition at line 4054 of file commctrl.h.
Definition at line 4051 of file commctrl.h.
Definition at line 4052 of file commctrl.h.
Definition at line 4094 of file commctrl.h.
Definition at line 4106 of file commctrl.h.
Definition at line 4070 of file commctrl.h.
Definition at line 4114 of file commctrl.h.
Definition at line 3970 of file commctrl.h.
#define TCM_SETITEM __MINGW_NAME_AW(TCM_SETITEM) |
Definition at line 4047 of file commctrl.h.
Definition at line 4044 of file commctrl.h.
Definition at line 4088 of file commctrl.h.
Definition at line 4092 of file commctrl.h.
Definition at line 4045 of file commctrl.h.
Definition at line 4108 of file commctrl.h.
Definition at line 4096 of file commctrl.h.
Definition at line 4102 of file commctrl.h.
#define TCM_SETUNICODEFORMAT CCM_SETUNICODEFORMAT |
Definition at line 4118 of file commctrl.h.
#define TCN_FIRST (0U-550U) |
Definition at line 214 of file commctrl.h.
Definition at line 4140 of file commctrl.h.
Definition at line 4139 of file commctrl.h.
Definition at line 4123 of file commctrl.h.
#define TCN_LAST (0U-580U) |
Definition at line 215 of file commctrl.h.
Definition at line 4137 of file commctrl.h.
Definition at line 4138 of file commctrl.h.
#define TCS_BOTTOM 0x2 |
Definition at line 3944 of file commctrl.h.
#define TCS_BUTTONS 0x100 |
Definition at line 3953 of file commctrl.h.
#define TCS_EX_FLATSEPARATORS 0x1 |
Definition at line 3964 of file commctrl.h.
#define TCS_EX_REGISTERDROP 0x2 |
Definition at line 3965 of file commctrl.h.
#define TCS_FIXEDWIDTH 0x400 |
Definition at line 3957 of file commctrl.h.
#define TCS_FLATBUTTONS 0x8 |
Definition at line 3947 of file commctrl.h.
#define TCS_FOCUSNEVER 0x8000 |
Definition at line 3962 of file commctrl.h.
#define TCS_FOCUSONBUTTONDOWN 0x1000 |
Definition at line 3959 of file commctrl.h.
#define TCS_FORCEICONLEFT 0x10 |
Definition at line 3948 of file commctrl.h.
#define TCS_FORCELABELLEFT 0x20 |
Definition at line 3949 of file commctrl.h.
#define TCS_HOTTRACK 0x40 |
Definition at line 3950 of file commctrl.h.
#define TCS_MULTILINE 0x200 |
Definition at line 3955 of file commctrl.h.
#define TCS_MULTISELECT 0x4 |
Definition at line 3946 of file commctrl.h.
#define TCS_OWNERDRAWFIXED 0x2000 |
Definition at line 3960 of file commctrl.h.
#define TCS_RAGGEDRIGHT 0x800 |
Definition at line 3958 of file commctrl.h.
#define TCS_RIGHT 0x2 |
Definition at line 3945 of file commctrl.h.
#define TCS_RIGHTJUSTIFY 0x0 |
Definition at line 3956 of file commctrl.h.
#define TCS_SCROLLOPPOSITE 0x1 |
Definition at line 3943 of file commctrl.h.
#define TCS_SINGLELINE 0x0 |
Definition at line 3954 of file commctrl.h.
#define TCS_TABS 0x0 |
Definition at line 3952 of file commctrl.h.
#define TCS_TOOLTIPS 0x4000 |
Definition at line 3961 of file commctrl.h.
#define TCS_VERTICAL 0x80 |
Definition at line 3951 of file commctrl.h.
#define TD_ERROR_ICON MAKEINTRESOURCEW(-2) |
Definition at line 5173 of file commctrl.h.
#define TD_INFORMATION_ICON MAKEINTRESOURCEW(-3) |
Definition at line 5174 of file commctrl.h.
#define TD_SHIELD_ICON MAKEINTRESOURCEW(-4) |
Definition at line 5175 of file commctrl.h.
#define TD_WARNING_ICON MAKEINTRESOURCEW(-1) |
Definition at line 5172 of file commctrl.h.
Definition at line 4495 of file commctrl.h.
#define TME_CANCEL 0x80000000 |
Definition at line 4989 of file commctrl.h.
#define TME_HOVER 0x1 |
Definition at line 4985 of file commctrl.h.
#define TME_LEAVE 0x2 |
Definition at line 4986 of file commctrl.h.
#define TME_NONCLIENT 0x10 |
Definition at line 4987 of file commctrl.h.
#define TME_QUERY 0x40000000 |
Definition at line 4988 of file commctrl.h.
#define TOOLBARCLASSNAME __MINGW_NAME_AW(TOOLBARCLASSNAME) |
Definition at line 946 of file commctrl.h.
#define TOOLBARCLASSNAMEA "ToolbarWindow32" |
Definition at line 944 of file commctrl.h.
#define TOOLBARCLASSNAMEW L"ToolbarWindow32" |
Definition at line 943 of file commctrl.h.
#define TOOLINFO TTTOOLINFO |
Definition at line 1718 of file commctrl.h.
#define TOOLINFOA TTTOOLINFOA |
Definition at line 1714 of file commctrl.h.
#define TOOLINFOW TTTOOLINFOW |
Definition at line 1715 of file commctrl.h.
#define TOOLTIPS_CLASS __MINGW_NAME_AW(TOOLTIPS_CLASS) |
Definition at line 1710 of file commctrl.h.
#define TOOLTIPS_CLASSA "tooltips_class32" |
Definition at line 1708 of file commctrl.h.
#define TOOLTIPS_CLASSW L"tooltips_class32" |
Definition at line 1707 of file commctrl.h.
#define TOOLTIPTEXT NMTTDISPINFO |
Definition at line 1894 of file commctrl.h.
#define TOOLTIPTEXTA NMTTDISPINFOA |
Definition at line 1890 of file commctrl.h.
#define TOOLTIPTEXTW NMTTDISPINFOW |
Definition at line 1889 of file commctrl.h.
#define TRACKBAR_CLASS __MINGW_NAME_AW(TRACKBAR_CLASS) |
Definition at line 2018 of file commctrl.h.
#define TRACKBAR_CLASSA "msctls_trackbar32" |
Definition at line 2015 of file commctrl.h.
#define TRACKBAR_CLASSW L"msctls_trackbar32" |
Definition at line 2016 of file commctrl.h.
#define TreeView_CreateDragImage | ( | hwnd, | |
hitem | |||
) | (HIMAGELIST)SNDMSG((hwnd),TVM_CREATEDRAGIMAGE,0,(LPARAM)(HTREEITEM)(hitem)) |
Definition at line 3544 of file commctrl.h.
Definition at line 3422 of file commctrl.h.
#define TreeView_DeleteItem | ( | hwnd, | |
hitem | |||
) | (BOOL)SNDMSG((hwnd),TVM_DELETEITEM,0,(LPARAM)(HTREEITEM)(hitem)) |
Definition at line 3420 of file commctrl.h.
#define TreeView_EditLabel | ( | hwnd, | |
hitem | |||
) | (HWND)SNDMSG((hwnd),TVM_EDITLABEL,0,(LPARAM)(HTREEITEM)(hitem)) |
Definition at line 3509 of file commctrl.h.
#define TreeView_EndEditLabelNow | ( | hwnd, | |
fCancel | |||
) | (BOOL)SNDMSG((hwnd),TVM_ENDEDITLABELNOW,(WPARAM)(fCancel),0) |
Definition at line 3556 of file commctrl.h.
#define TreeView_EnsureVisible | ( | hwnd, | |
hitem | |||
) | (BOOL)SNDMSG((hwnd),TVM_ENSUREVISIBLE,0,(LPARAM)(HTREEITEM)(hitem)) |
Definition at line 3550 of file commctrl.h.
#define TreeView_Expand | ( | hwnd, | |
hitem, | |||
code | |||
) | (BOOL)SNDMSG((hwnd),TVM_EXPAND,(WPARAM)(code),(LPARAM)(HTREEITEM)(hitem)) |
Definition at line 3425 of file commctrl.h.
Definition at line 3585 of file commctrl.h.
#define TreeView_GetCheckState | ( | hwndTV, | |
hti | |||
) | ((((UINT)(SNDMSG((hwndTV),TVM_GETITEMSTATE,(WPARAM)(hti),TVIS_STATEIMAGEMASK))) >> 12) -1) |
Definition at line 3601 of file commctrl.h.
#define TreeView_GetChild | ( | hwnd, | |
hitem | |||
) | TreeView_GetNextItem(hwnd,hitem,TVGN_CHILD) |
Definition at line 3471 of file commctrl.h.
Definition at line 3437 of file commctrl.h.
#define TreeView_GetDropHilight | ( | hwnd | ) | TreeView_GetNextItem(hwnd,NULL,TVGN_DROPHILITE) |
Definition at line 3479 of file commctrl.h.
Definition at line 3512 of file commctrl.h.
#define TreeView_GetFirstVisible | ( | hwnd | ) | TreeView_GetNextItem(hwnd,NULL,TVGN_FIRSTVISIBLE) |
Definition at line 3475 of file commctrl.h.
#define TreeView_GetImageList | ( | hwnd, | |
iImage | |||
) | (HIMAGELIST)SNDMSG((hwnd),TVM_GETIMAGELIST,iImage,0) |
Definition at line 3446 of file commctrl.h.
Definition at line 3440 of file commctrl.h.
Definition at line 3595 of file commctrl.h.
#define TreeView_GetISearchString | ( | hwndTV, | |
lpsz | |||
) | (BOOL)SNDMSG((hwndTV),TVM_GETISEARCHSTRING,0,(LPARAM)(LPTSTR)(lpsz)) |
Definition at line 3567 of file commctrl.h.
#define TreeView_GetItem | ( | hwnd, | |
pitem | |||
) | (BOOL)SNDMSG((hwnd),TVM_GETITEM,0,(LPARAM)(TV_ITEM *)(pitem)) |
Definition at line 3495 of file commctrl.h.
Definition at line 3579 of file commctrl.h.
#define TreeView_GetItemRect | ( | hwnd, | |
hitem, | |||
prc, | |||
code | |||
) | (*(HTREEITEM *)prc = (hitem),(BOOL)SNDMSG((hwnd),TVM_GETITEMRECT,(WPARAM)(code),(LPARAM)(RECT *)(prc))) |
Definition at line 3434 of file commctrl.h.
#define TreeView_GetItemState | ( | hwndTV, | |
hti, | |||
mask | |||
) | (UINT)SNDMSG((hwndTV),TVM_GETITEMSTATE,(WPARAM)(hti),(LPARAM)(mask)) |
Definition at line 3600 of file commctrl.h.
#define TreeView_GetLastVisible | ( | hwnd | ) | TreeView_GetNextItem(hwnd,NULL,TVGN_LASTVISIBLE) |
Definition at line 3481 of file commctrl.h.
Definition at line 3605 of file commctrl.h.
#define TreeView_GetNextItem | ( | hwnd, | |
hitem, | |||
code | |||
) | (HTREEITEM)SNDMSG((hwnd),TVM_GETNEXTITEM,(WPARAM)(code),(LPARAM)(HTREEITEM)(hitem)) |
Definition at line 3455 of file commctrl.h.
#define TreeView_GetNextSibling | ( | hwnd, | |
hitem | |||
) | TreeView_GetNextItem(hwnd,hitem,TVGN_NEXT) |
Definition at line 3472 of file commctrl.h.
#define TreeView_GetNextVisible | ( | hwnd, | |
hitem | |||
) | TreeView_GetNextItem(hwnd,hitem,TVGN_NEXTVISIBLE) |
Definition at line 3476 of file commctrl.h.
#define TreeView_GetParent | ( | hwnd, | |
hitem | |||
) | TreeView_GetNextItem(hwnd,hitem,TVGN_PARENT) |
Definition at line 3474 of file commctrl.h.
#define TreeView_GetPrevSibling | ( | hwnd, | |
hitem | |||
) | TreeView_GetNextItem(hwnd,hitem,TVGN_PREVIOUS) |
Definition at line 3473 of file commctrl.h.
#define TreeView_GetPrevVisible | ( | hwnd, | |
hitem | |||
) | TreeView_GetNextItem(hwnd,hitem,TVGN_PREVIOUSVISIBLE) |
Definition at line 3477 of file commctrl.h.
Definition at line 3480 of file commctrl.h.
Definition at line 3591 of file commctrl.h.
#define TreeView_GetSelection | ( | hwnd | ) | TreeView_GetNextItem(hwnd,NULL,TVGN_CARET) |
Definition at line 3478 of file commctrl.h.
Definition at line 3587 of file commctrl.h.
Definition at line 3566 of file commctrl.h.
Definition at line 3574 of file commctrl.h.
Definition at line 3515 of file commctrl.h.
#define TreeView_HitTest | ( | hwnd, | |
lpht | |||
) | (HTREEITEM)SNDMSG((hwnd),TVM_HITTEST,0,(LPARAM)(LPTV_HITTESTINFO)(lpht)) |
Definition at line 3518 of file commctrl.h.
#define TreeView_InsertItem | ( | hwnd, | |
lpis | |||
) | (HTREEITEM)SNDMSG((hwnd),TVM_INSERTITEM,0,(LPARAM)(LPTV_INSERTSTRUCT)(lpis)) |
Definition at line 3417 of file commctrl.h.
#define TreeView_MapAccIDToHTREEITEM | ( | hwnd, | |
id | |||
) | (HTREEITEM)SNDMSG((hwnd),TVM_MAPACCIDTOHTREEITEM,id,0) |
Definition at line 3608 of file commctrl.h.
#define TreeView_MapHTREEITEMToAccID | ( | hwnd, | |
htreeitem | |||
) | (UINT)SNDMSG((hwnd),TVM_MAPHTREEITEMTOACCID,(WPARAM)htreeitem,0) |
Definition at line 3611 of file commctrl.h.
#define TreeView_Select | ( | hwnd, | |
hitem, | |||
code | |||
) | (BOOL)SNDMSG((hwnd),TVM_SELECTITEM,(WPARAM)(code),(LPARAM)(HTREEITEM)(hitem)) |
Definition at line 3484 of file commctrl.h.
#define TreeView_SelectDropTarget | ( | hwnd, | |
hitem | |||
) | TreeView_Select(hwnd,hitem,TVGN_DROPHILITE) |
Definition at line 3487 of file commctrl.h.
#define TreeView_SelectItem | ( | hwnd, | |
hitem | |||
) | TreeView_Select(hwnd,hitem,TVGN_CARET) |
Definition at line 3486 of file commctrl.h.
#define TreeView_SelectSetFirstVisible | ( | hwnd, | |
hitem | |||
) | TreeView_Select(hwnd,hitem,TVGN_FIRSTVISIBLE) |
Definition at line 3488 of file commctrl.h.
Definition at line 3581 of file commctrl.h.
#define TreeView_SetCheckState | ( | hwndTV, | |
hti, | |||
fCheck | |||
) | TreeView_SetItemState(hwndTV,hti,INDEXTOSTATEIMAGEMASK((fCheck)?2:1),TVIS_STATEIMAGEMASK) |
Definition at line 3598 of file commctrl.h.
#define TreeView_SetImageList | ( | hwnd, | |
himl, | |||
iImage | |||
) | (HIMAGELIST)SNDMSG((hwnd),TVM_SETIMAGELIST,iImage,(LPARAM)(HIMAGELIST)(himl)) |
Definition at line 3452 of file commctrl.h.
Definition at line 3443 of file commctrl.h.
#define TreeView_SetInsertMark | ( | hwnd, | |
hItem, | |||
fAfter | |||
) | (BOOL)SNDMSG((hwnd),TVM_SETINSERTMARK,(WPARAM) (fAfter),(LPARAM) (hItem)) |
Definition at line 3570 of file commctrl.h.
#define TreeView_SetInsertMarkColor | ( | hwnd, | |
clr | |||
) | (COLORREF)SNDMSG((hwnd),TVM_SETINSERTMARKCOLOR,0,(LPARAM)(clr)) |
Definition at line 3593 of file commctrl.h.
#define TreeView_SetItem | ( | hwnd, | |
pitem | |||
) | (BOOL)SNDMSG((hwnd),TVM_SETITEM,0,(LPARAM)(const TV_ITEM *)(pitem)) |
Definition at line 3502 of file commctrl.h.
#define TreeView_SetItemHeight | ( | hwnd, | |
iHeight | |||
) | (int)SNDMSG((hwnd),TVM_SETITEMHEIGHT,(WPARAM)(iHeight),0) |
Definition at line 3577 of file commctrl.h.
#define TreeView_SetItemState | ( | hwndTV, | |
hti, | |||
data, | |||
_mask | |||
) | { TVITEM _ms_TVi; _ms_TVi.mask = TVIF_STATE; _ms_TVi.hItem = hti; _ms_TVi.stateMask = _mask; _ms_TVi.state = data; SNDMSG((hwndTV),TVM_SETITEM,0,(LPARAM)(TV_ITEM *)&_ms_TVi);} |
Definition at line 3597 of file commctrl.h.
#define TreeView_SetLineColor | ( | hwnd, | |
clr | |||
) | (COLORREF)SNDMSG((hwnd),TVM_SETLINECOLOR,0,(LPARAM)(clr)) |
Definition at line 3603 of file commctrl.h.
Definition at line 3589 of file commctrl.h.
#define TreeView_SetTextColor | ( | hwnd, | |
clr | |||
) | (COLORREF)SNDMSG((hwnd),TVM_SETTEXTCOLOR,0,(LPARAM)(clr)) |
Definition at line 3583 of file commctrl.h.
#define TreeView_SetToolTips | ( | hwnd, | |
hwndTT | |||
) | (HWND)SNDMSG((hwnd),TVM_SETTOOLTIPS,(WPARAM)(hwndTT),0) |
Definition at line 3564 of file commctrl.h.
#define TreeView_SetUnicodeFormat | ( | hwnd, | |
fUnicode | |||
) | (BOOL)SNDMSG((hwnd),TVM_SETUNICODEFORMAT,(WPARAM)(fUnicode),0) |
Definition at line 3572 of file commctrl.h.
#define TreeView_SortChildren | ( | hwnd, | |
hitem, | |||
recurse | |||
) | (BOOL)SNDMSG((hwnd),TVM_SORTCHILDREN,(WPARAM)(recurse),(LPARAM)(HTREEITEM)(hitem)) |
Definition at line 3547 of file commctrl.h.
#define TreeView_SortChildrenCB | ( | hwnd, | |
psort, | |||
recurse | |||
) | (BOOL)SNDMSG((hwnd),TVM_SORTCHILDRENCB,(WPARAM)(recurse),(LPARAM)(LPTV_SORTCB)(psort)) |
Definition at line 3553 of file commctrl.h.
#define TTDT_AUTOMATIC 0 |
Definition at line 1774 of file commctrl.h.
#define TTDT_AUTOPOP 2 |
Definition at line 1776 of file commctrl.h.
#define TTDT_INITIAL 3 |
Definition at line 1777 of file commctrl.h.
#define TTDT_RESHOW 1 |
Definition at line 1775 of file commctrl.h.
#define TTF_ABSOLUTE 0x80 |
Definition at line 1769 of file commctrl.h.
#define TTF_CENTERTIP 0x2 |
Definition at line 1765 of file commctrl.h.
#define TTF_DI_SETITEM 0x8000 |
Definition at line 1772 of file commctrl.h.
#define TTF_IDISHWND 0x1 |
Definition at line 1764 of file commctrl.h.
#define TTF_PARSELINKS 0x1000 |
Definition at line 1771 of file commctrl.h.
#define TTF_RTLREADING 0x4 |
Definition at line 1766 of file commctrl.h.
#define TTF_SUBCLASS 0x10 |
Definition at line 1767 of file commctrl.h.
#define TTF_TRACK 0x20 |
Definition at line 1768 of file commctrl.h.
#define TTF_TRANSPARENT 0x100 |
Definition at line 1770 of file commctrl.h.
#define TTHITTESTINFO __MINGW_NAME_AW(TTHITTESTINFO) |
Definition at line 1874 of file commctrl.h.
#define TTI_ERROR 3 |
Definition at line 1782 of file commctrl.h.
#define TTI_INFO 1 |
Definition at line 1780 of file commctrl.h.
#define TTI_NONE 0 |
Definition at line 1779 of file commctrl.h.
#define TTI_WARNING 2 |
Definition at line 1781 of file commctrl.h.
Definition at line 1789 of file commctrl.h.
#define TTM_ADDTOOL __MINGW_NAME_AW(TTM_ADDTOOL) |
Definition at line 1844 of file commctrl.h.
Definition at line 1791 of file commctrl.h.
Definition at line 1792 of file commctrl.h.
Definition at line 1831 of file commctrl.h.
#define TTM_DELTOOL __MINGW_NAME_AW(TTM_DELTOOL) |
Definition at line 1845 of file commctrl.h.
Definition at line 1793 of file commctrl.h.
Definition at line 1794 of file commctrl.h.
#define TTM_ENUMTOOLS __MINGW_NAME_AW(TTM_ENUMTOOLS) |
Definition at line 1852 of file commctrl.h.
Definition at line 1812 of file commctrl.h.
Definition at line 1813 of file commctrl.h.
Definition at line 1830 of file commctrl.h.
#define TTM_GETCURRENTTOOL __MINGW_NAME_AW(TTM_GETCURRENTTOOL) |
Definition at line 1853 of file commctrl.h.
Definition at line 1814 of file commctrl.h.
Definition at line 1815 of file commctrl.h.
Definition at line 1821 of file commctrl.h.
Definition at line 1827 of file commctrl.h.
Definition at line 1825 of file commctrl.h.
#define TTM_GETTEXT __MINGW_NAME_AW(TTM_GETTEXT) |
Definition at line 1850 of file commctrl.h.
Definition at line 1807 of file commctrl.h.
Definition at line 1808 of file commctrl.h.
Definition at line 1822 of file commctrl.h.
Definition at line 1823 of file commctrl.h.
Definition at line 1836 of file commctrl.h.
Definition at line 1811 of file commctrl.h.
#define TTM_GETTOOLINFO __MINGW_NAME_AW(TTM_GETTOOLINFO) |
Definition at line 1847 of file commctrl.h.
Definition at line 1799 of file commctrl.h.
Definition at line 1800 of file commctrl.h.
#define TTM_HITTEST __MINGW_NAME_AW(TTM_HITTEST) |
Definition at line 1849 of file commctrl.h.
Definition at line 1805 of file commctrl.h.
Definition at line 1806 of file commctrl.h.
#define TTM_NEWTOOLRECT __MINGW_NAME_AW(TTM_NEWTOOLRECT) |
Definition at line 1846 of file commctrl.h.
Definition at line 1795 of file commctrl.h.
Definition at line 1796 of file commctrl.h.
Definition at line 1828 of file commctrl.h.
Definition at line 1835 of file commctrl.h.
Definition at line 1797 of file commctrl.h.
Definition at line 1790 of file commctrl.h.
Definition at line 1826 of file commctrl.h.
Definition at line 1824 of file commctrl.h.
Definition at line 1819 of file commctrl.h.
Definition at line 1820 of file commctrl.h.
#define TTM_SETTITLE __MINGW_NAME_AW(TTM_SETTITLE) |
Definition at line 1854 of file commctrl.h.
Definition at line 1832 of file commctrl.h.
Definition at line 1833 of file commctrl.h.
#define TTM_SETTOOLINFO __MINGW_NAME_AW(TTM_SETTOOLINFO) |
Definition at line 1848 of file commctrl.h.
Definition at line 1802 of file commctrl.h.
Definition at line 1803 of file commctrl.h.
#define TTM_SETWINDOWTHEME CCM_SETWINDOWTHEME |
Definition at line 1856 of file commctrl.h.
Definition at line 1817 of file commctrl.h.
Definition at line 1818 of file commctrl.h.
Definition at line 1829 of file commctrl.h.
#define TTM_UPDATETIPTEXT __MINGW_NAME_AW(TTM_UPDATETIPTEXT) |
Definition at line 1851 of file commctrl.h.
Definition at line 1809 of file commctrl.h.
Definition at line 1810 of file commctrl.h.
Definition at line 1816 of file commctrl.h.
#define TTN_FIRST (0U-520U) |
Definition at line 211 of file commctrl.h.
#define TTN_GETDISPINFO __MINGW_NAME_AW(TTN_GETDISPINFO) |
Definition at line 1883 of file commctrl.h.
Definition at line 1877 of file commctrl.h.
Definition at line 1878 of file commctrl.h.
Definition at line 212 of file commctrl.h.
Definition at line 1881 of file commctrl.h.
#define TTN_NEEDTEXT TTN_GETDISPINFO |
Definition at line 1885 of file commctrl.h.
#define TTN_NEEDTEXTA TTN_GETDISPINFOA |
Definition at line 1886 of file commctrl.h.
#define TTN_NEEDTEXTW TTN_GETDISPINFOW |
Definition at line 1887 of file commctrl.h.
Definition at line 1880 of file commctrl.h.
Definition at line 1879 of file commctrl.h.
#define TTS_ALWAYSTIP 0x1 |
Definition at line 1757 of file commctrl.h.
#define TTS_BALLOON 0x40 |
Definition at line 1761 of file commctrl.h.
#define TTS_CLOSE 0x80 |
Definition at line 1762 of file commctrl.h.
#define TTS_NOANIMATE 0x10 |
Definition at line 1759 of file commctrl.h.
#define TTS_NOFADE 0x20 |
Definition at line 1760 of file commctrl.h.
#define TTS_NOPREFIX 0x2 |
Definition at line 1758 of file commctrl.h.
#define TTTOOLINFO __MINGW_NAME_AW(TTTOOLINFO) |
Definition at line 1751 of file commctrl.h.
#define TTTOOLINFO_V1_SIZE __MINGW_NAME_AW_EXT(TTTOOLINFO,_V1_SIZE) |
Definition at line 1755 of file commctrl.h.
#define TTTOOLINFOA_V1_SIZE CCSIZEOF_STRUCT(TTTOOLINFOA,lpszText) |
Definition at line 1720 of file commctrl.h.
#define TTTOOLINFOA_V2_SIZE CCSIZEOF_STRUCT(TTTOOLINFOA,lParam) |
Definition at line 1722 of file commctrl.h.
#define TTTOOLINFOA_V3_SIZE CCSIZEOF_STRUCT(TTTOOLINFOA,lpReserved) |
Definition at line 1724 of file commctrl.h.
#define TTTOOLINFOW_V1_SIZE CCSIZEOF_STRUCT(TTTOOLINFOW,lpszText) |
Definition at line 1721 of file commctrl.h.
#define TTTOOLINFOW_V2_SIZE CCSIZEOF_STRUCT(TTTOOLINFOW,lParam) |
Definition at line 1723 of file commctrl.h.
#define TTTOOLINFOW_V3_SIZE CCSIZEOF_STRUCT(TTTOOLINFOW,lpReserved) |
Definition at line 1725 of file commctrl.h.
#define TV_DISPINFO NMTVDISPINFO |
Definition at line 3668 of file commctrl.h.
#define TV_DISPINFOA NMTVDISPINFOA |
Definition at line 3666 of file commctrl.h.
#define TV_DISPINFOW NMTVDISPINFOW |
Definition at line 3667 of file commctrl.h.
#define TV_FIRST 0x1100 |
Definition at line 83 of file commctrl.h.
#define TV_HITTESTINFO TVHITTESTINFO |
Definition at line 3521 of file commctrl.h.
#define TV_INSERTSTRUCT TVINSERTSTRUCT |
Definition at line 3382 of file commctrl.h.
#define TV_INSERTSTRUCTA TVINSERTSTRUCTA |
Definition at line 3380 of file commctrl.h.
#define TV_INSERTSTRUCTW TVINSERTSTRUCTW |
Definition at line 3381 of file commctrl.h.
Definition at line 3305 of file commctrl.h.
Definition at line 3303 of file commctrl.h.
Definition at line 3302 of file commctrl.h.
#define TV_KEYDOWN NMTVKEYDOWN |
Definition at line 3727 of file commctrl.h.
Definition at line 3616 of file commctrl.h.
#define TVC_BYKEYBOARD 0x2 |
Definition at line 3657 of file commctrl.h.
#define TVC_BYMOUSE 0x1 |
Definition at line 3656 of file commctrl.h.
#define TVC_UNKNOWN 0x0 |
Definition at line 3655 of file commctrl.h.
#define TVCDRF_NOIMAGES 0x10000 |
Definition at line 3780 of file commctrl.h.
#define TVE_COLLAPSE 0x1 |
Definition at line 3427 of file commctrl.h.
#define TVE_COLLAPSERESET 0x8000 |
Definition at line 3431 of file commctrl.h.
#define TVE_EXPAND 0x2 |
Definition at line 3428 of file commctrl.h.
#define TVE_EXPANDPARTIAL 0x4000 |
Definition at line 3430 of file commctrl.h.
#define TVE_TOGGLE 0x3 |
Definition at line 3429 of file commctrl.h.
#define TVGN_CARET 0x9 |
Definition at line 3466 of file commctrl.h.
#define TVGN_CHILD 0x4 |
Definition at line 3461 of file commctrl.h.
#define TVGN_DROPHILITE 0x8 |
Definition at line 3465 of file commctrl.h.
#define TVGN_FIRSTVISIBLE 0x5 |
Definition at line 3462 of file commctrl.h.
#define TVGN_LASTVISIBLE 0xa |
Definition at line 3467 of file commctrl.h.
#define TVGN_NEXT 0x1 |
Definition at line 3458 of file commctrl.h.
#define TVGN_NEXTVISIBLE 0x6 |
Definition at line 3463 of file commctrl.h.
#define TVGN_PARENT 0x3 |
Definition at line 3460 of file commctrl.h.
#define TVGN_PREVIOUS 0x2 |
Definition at line 3459 of file commctrl.h.
#define TVGN_PREVIOUSVISIBLE 0x7 |
Definition at line 3464 of file commctrl.h.
#define TVGN_ROOT 0x0 |
Definition at line 3457 of file commctrl.h.
#define TVHT_ABOVE 0x100 |
Definition at line 3538 of file commctrl.h.
#define TVHT_BELOW 0x200 |
Definition at line 3539 of file commctrl.h.
#define TVHT_NOWHERE 0x1 |
Definition at line 3529 of file commctrl.h.
#define TVHT_ONITEM (TVHT_ONITEMICON | TVHT_ONITEMLABEL | TVHT_ONITEMSTATEICON) |
Definition at line 3532 of file commctrl.h.
#define TVHT_ONITEMBUTTON 0x10 |
Definition at line 3534 of file commctrl.h.
#define TVHT_ONITEMICON 0x2 |
Definition at line 3530 of file commctrl.h.
#define TVHT_ONITEMINDENT 0x8 |
Definition at line 3533 of file commctrl.h.
#define TVHT_ONITEMLABEL 0x4 |
Definition at line 3531 of file commctrl.h.
#define TVHT_ONITEMRIGHT 0x20 |
Definition at line 3535 of file commctrl.h.
#define TVHT_ONITEMSTATEICON 0x40 |
Definition at line 3536 of file commctrl.h.
#define TVHT_TOLEFT 0x800 |
Definition at line 3541 of file commctrl.h.
#define TVHT_TORIGHT 0x400 |
Definition at line 3540 of file commctrl.h.
Definition at line 3374 of file commctrl.h.
Definition at line 3375 of file commctrl.h.
Definition at line 3373 of file commctrl.h.
Definition at line 3376 of file commctrl.h.
#define TVIF_CHILDREN 0x40 |
Definition at line 3277 of file commctrl.h.
#define TVIF_DI_SETITEM 0x1000 |
Definition at line 3664 of file commctrl.h.
#define TVIF_EXPANDEDIMAGE 0x200 |
Definition at line 3284 of file commctrl.h.
#define TVIF_HANDLE 0x10 |
Definition at line 3275 of file commctrl.h.
#define TVIF_IMAGE 0x2 |
Definition at line 3272 of file commctrl.h.
#define TVIF_INTEGRAL 0x80 |
Definition at line 3279 of file commctrl.h.
#define TVIF_PARAM 0x4 |
Definition at line 3273 of file commctrl.h.
#define TVIF_SELECTEDIMAGE 0x20 |
Definition at line 3276 of file commctrl.h.
#define TVIF_STATE 0x8 |
Definition at line 3274 of file commctrl.h.
#define TVIF_TEXT 0x1 |
Definition at line 3271 of file commctrl.h.
#define TVINSERTSTRUCT __MINGW_NAME_AW(TVINSERTSTRUCT) |
Definition at line 3407 of file commctrl.h.
#define TVINSERTSTRUCT_V1_SIZE __MINGW_NAME_AW_EXT(TVINSERTSTRUCT,_V1_SIZE) |
Definition at line 3410 of file commctrl.h.
#define TVINSERTSTRUCTA_V1_SIZE CCSIZEOF_STRUCT(TVINSERTSTRUCTA,item) |
Definition at line 3385 of file commctrl.h.
#define TVINSERTSTRUCTW_V1_SIZE CCSIZEOF_STRUCT(TVINSERTSTRUCTW,item) |
Definition at line 3386 of file commctrl.h.
#define TVIS_BOLD 0x10 |
Definition at line 3288 of file commctrl.h.
#define TVIS_CUT 0x4 |
Definition at line 3286 of file commctrl.h.
#define TVIS_DROPHILITED 0x8 |
Definition at line 3287 of file commctrl.h.
#define TVIS_EXPANDED 0x20 |
Definition at line 3289 of file commctrl.h.
#define TVIS_EXPANDEDONCE 0x40 |
Definition at line 3290 of file commctrl.h.
#define TVIS_EXPANDPARTIAL 0x80 |
Definition at line 3291 of file commctrl.h.
#define TVIS_FOCUSED 0x0001 |
Definition at line 3296 of file commctrl.h.
#define TVIS_OVERLAYMASK 0xf00 |
Definition at line 3292 of file commctrl.h.
#define TVIS_SELECTED 0x2 |
Definition at line 3285 of file commctrl.h.
#define TVIS_STATEIMAGEMASK 0xF000 |
Definition at line 3293 of file commctrl.h.
#define TVIS_USERMASK 0xF000 |
Definition at line 3294 of file commctrl.h.
#define TVITEM __MINGW_NAME_AW(TVITEM) |
Definition at line 3370 of file commctrl.h.
Definition at line 3543 of file commctrl.h.
Definition at line 3419 of file commctrl.h.
#define TVM_EDITLABEL __MINGW_NAME_AW(TVM_EDITLABEL) |
Definition at line 3507 of file commctrl.h.
Definition at line 3504 of file commctrl.h.
Definition at line 3505 of file commctrl.h.
Definition at line 3555 of file commctrl.h.
Definition at line 3549 of file commctrl.h.
Definition at line 3424 of file commctrl.h.
Definition at line 3584 of file commctrl.h.
Definition at line 3436 of file commctrl.h.
Definition at line 3511 of file commctrl.h.
Definition at line 3445 of file commctrl.h.
Definition at line 3439 of file commctrl.h.
Definition at line 3594 of file commctrl.h.
#define TVM_GETISEARCHSTRING __MINGW_NAME_AW(TVM_GETISEARCHSTRING) |
Definition at line 3561 of file commctrl.h.
Definition at line 3558 of file commctrl.h.
Definition at line 3559 of file commctrl.h.
#define TVM_GETITEM __MINGW_NAME_AW(TVM_GETITEM) |
Definition at line 3493 of file commctrl.h.
Definition at line 3490 of file commctrl.h.
Definition at line 3578 of file commctrl.h.
Definition at line 3433 of file commctrl.h.
Definition at line 3599 of file commctrl.h.
Definition at line 3491 of file commctrl.h.
Definition at line 3604 of file commctrl.h.
Definition at line 3454 of file commctrl.h.
Definition at line 3590 of file commctrl.h.
Definition at line 3586 of file commctrl.h.
Definition at line 3565 of file commctrl.h.
#define TVM_GETUNICODEFORMAT CCM_GETUNICODEFORMAT |
Definition at line 3573 of file commctrl.h.
Definition at line 3514 of file commctrl.h.
Definition at line 3517 of file commctrl.h.
#define TVM_INSERTITEM __MINGW_NAME_AW(TVM_INSERTITEM) |
Definition at line 3415 of file commctrl.h.
Definition at line 3412 of file commctrl.h.
Definition at line 3413 of file commctrl.h.
Definition at line 3607 of file commctrl.h.
Definition at line 3610 of file commctrl.h.
Definition at line 3483 of file commctrl.h.
Definition at line 3580 of file commctrl.h.
Definition at line 3451 of file commctrl.h.
Definition at line 3442 of file commctrl.h.
Definition at line 3569 of file commctrl.h.
Definition at line 3592 of file commctrl.h.
#define TVM_SETITEM __MINGW_NAME_AW(TVM_SETITEM) |
Definition at line 3500 of file commctrl.h.
Definition at line 3497 of file commctrl.h.
Definition at line 3576 of file commctrl.h.
Definition at line 3498 of file commctrl.h.
Definition at line 3602 of file commctrl.h.
Definition at line 3588 of file commctrl.h.
Definition at line 3582 of file commctrl.h.
Definition at line 3563 of file commctrl.h.
#define TVM_SETUNICODEFORMAT CCM_SETUNICODEFORMAT |
Definition at line 3571 of file commctrl.h.
Definition at line 3546 of file commctrl.h.
Definition at line 3552 of file commctrl.h.
#define TVN_BEGINDRAG __MINGW_NAME_AW(TVN_BEGINDRAG) |
Definition at line 3745 of file commctrl.h.
Definition at line 3708 of file commctrl.h.
Definition at line 3709 of file commctrl.h.
#define TVN_BEGINLABELEDIT __MINGW_NAME_AW(TVN_BEGINLABELEDIT) |
Definition at line 3748 of file commctrl.h.
Definition at line 3714 of file commctrl.h.
Definition at line 3715 of file commctrl.h.
#define TVN_BEGINRDRAG __MINGW_NAME_AW(TVN_BEGINRDRAG) |
Definition at line 3746 of file commctrl.h.
Definition at line 3710 of file commctrl.h.
Definition at line 3711 of file commctrl.h.
#define TVN_DELETEITEM __MINGW_NAME_AW(TVN_DELETEITEM) |
Definition at line 3747 of file commctrl.h.
Definition at line 3712 of file commctrl.h.
Definition at line 3713 of file commctrl.h.
#define TVN_ENDLABELEDIT __MINGW_NAME_AW(TVN_ENDLABELEDIT) |
Definition at line 3749 of file commctrl.h.
Definition at line 3716 of file commctrl.h.
Definition at line 3717 of file commctrl.h.
#define TVN_FIRST (0U-400U) |
Definition at line 208 of file commctrl.h.
#define TVN_GETDISPINFO __MINGW_NAME_AW(TVN_GETDISPINFO) |
Definition at line 3741 of file commctrl.h.
Definition at line 3659 of file commctrl.h.
Definition at line 3660 of file commctrl.h.
#define TVN_GETINFOTIP __MINGW_NAME_AW(TVN_GETINFOTIP) |
Definition at line 3776 of file commctrl.h.
Definition at line 3719 of file commctrl.h.
Definition at line 3720 of file commctrl.h.
#define TVN_ITEMEXPANDED __MINGW_NAME_AW(TVN_ITEMEXPANDED) |
Definition at line 3744 of file commctrl.h.
Definition at line 3706 of file commctrl.h.
Definition at line 3707 of file commctrl.h.
#define TVN_ITEMEXPANDING __MINGW_NAME_AW(TVN_ITEMEXPANDING) |
Definition at line 3743 of file commctrl.h.
Definition at line 3704 of file commctrl.h.
Definition at line 3705 of file commctrl.h.
Definition at line 3718 of file commctrl.h.
Definition at line 209 of file commctrl.h.
#define TVN_SELCHANGED __MINGW_NAME_AW(TVN_SELCHANGED) |
Definition at line 3740 of file commctrl.h.
Definition at line 3652 of file commctrl.h.
Definition at line 3653 of file commctrl.h.
#define TVN_SELCHANGING __MINGW_NAME_AW(TVN_SELCHANGING) |
Definition at line 3739 of file commctrl.h.
Definition at line 3650 of file commctrl.h.
Definition at line 3651 of file commctrl.h.
#define TVN_SETDISPINFO __MINGW_NAME_AW(TVN_SETDISPINFO) |
Definition at line 3742 of file commctrl.h.
Definition at line 3661 of file commctrl.h.
Definition at line 3662 of file commctrl.h.
Definition at line 3721 of file commctrl.h.
#define TVNRET_DEFAULT 0 |
Definition at line 3723 of file commctrl.h.
#define TVNRET_SKIPNEW 2 |
Definition at line 3725 of file commctrl.h.
#define TVNRET_SKIPOLD 1 |
Definition at line 3724 of file commctrl.h.
#define TVS_CHECKBOXES 0x100 |
Definition at line 3260 of file commctrl.h.
#define TVS_DISABLEDRAGDROP 0x10 |
Definition at line 3256 of file commctrl.h.
#define TVS_EDITLABELS 0x8 |
Definition at line 3255 of file commctrl.h.
#define TVS_FULLROWSELECT 0x1000 |
Definition at line 3264 of file commctrl.h.
#define TVS_HASBUTTONS 0x1 |
Definition at line 3252 of file commctrl.h.
#define TVS_HASLINES 0x2 |
Definition at line 3253 of file commctrl.h.
#define TVS_INFOTIP 0x800 |
Definition at line 3263 of file commctrl.h.
#define TVS_LINESATROOT 0x4 |
Definition at line 3254 of file commctrl.h.
#define TVS_NOHSCROLL 0x8000 |
Definition at line 3267 of file commctrl.h.
#define TVS_NONEVENHEIGHT 0x4000 |
Definition at line 3266 of file commctrl.h.
#define TVS_NOSCROLL 0x2000 |
Definition at line 3265 of file commctrl.h.
#define TVS_NOTOOLTIPS 0x80 |
Definition at line 3259 of file commctrl.h.
#define TVS_RTLREADING 0x40 |
Definition at line 3258 of file commctrl.h.
#define TVS_SHOWSELALWAYS 0x20 |
Definition at line 3257 of file commctrl.h.
#define TVS_SINGLEEXPAND 0x400 |
Definition at line 3262 of file commctrl.h.
#define TVS_TRACKSELECT 0x200 |
Definition at line 3261 of file commctrl.h.
#define TVSI_NOSINGLEEXPAND 0x8000 |
Definition at line 3469 of file commctrl.h.
#define TVSIL_NORMAL 0 |
Definition at line 3448 of file commctrl.h.
#define TVSIL_STATE 2 |
Definition at line 3449 of file commctrl.h.
#define UD_MAXVAL 0x7fff |
Definition at line 2133 of file commctrl.h.
Definition at line 2134 of file commctrl.h.
Definition at line 2153 of file commctrl.h.
Definition at line 2155 of file commctrl.h.
Definition at line 2151 of file commctrl.h.
Definition at line 2149 of file commctrl.h.
Definition at line 2161 of file commctrl.h.
Definition at line 2147 of file commctrl.h.
Definition at line 2157 of file commctrl.h.
#define UDM_GETUNICODEFORMAT CCM_GETUNICODEFORMAT |
Definition at line 2159 of file commctrl.h.
Definition at line 2152 of file commctrl.h.
Definition at line 2154 of file commctrl.h.
Definition at line 2150 of file commctrl.h.
Definition at line 2148 of file commctrl.h.
Definition at line 2160 of file commctrl.h.
Definition at line 2146 of file commctrl.h.
Definition at line 2156 of file commctrl.h.
#define UDM_SETUNICODEFORMAT CCM_SETUNICODEFORMAT |
Definition at line 2158 of file commctrl.h.
Definition at line 2174 of file commctrl.h.
Definition at line 225 of file commctrl.h.
#define UDN_LAST (0U-740U) |
Definition at line 226 of file commctrl.h.
#define UDS_ALIGNLEFT 0x8 |
Definition at line 2139 of file commctrl.h.
#define UDS_ALIGNRIGHT 0x4 |
Definition at line 2138 of file commctrl.h.
#define UDS_ARROWKEYS 0x20 |
Definition at line 2141 of file commctrl.h.
#define UDS_AUTOBUDDY 0x10 |
Definition at line 2140 of file commctrl.h.
#define UDS_HORZ 0x40 |
Definition at line 2142 of file commctrl.h.
#define UDS_HOTTRACK 0x100 |
Definition at line 2144 of file commctrl.h.
#define UDS_NOTHOUSANDS 0x80 |
Definition at line 2143 of file commctrl.h.
#define UDS_SETBUDDYINT 0x2 |
Definition at line 2137 of file commctrl.h.
#define UDS_WRAP 0x1 |
Definition at line 2136 of file commctrl.h.
#define UPDOWN_CLASS __MINGW_NAME_AW(UPDOWN_CLASS) |
Definition at line 2126 of file commctrl.h.
#define UPDOWN_CLASSA "msctls_updown32" |
Definition at line 2123 of file commctrl.h.
#define UPDOWN_CLASSW L"msctls_updown32" |
Definition at line 2124 of file commctrl.h.
#define VIEW_DETAILS 3 |
Definition at line 1090 of file commctrl.h.
#define VIEW_LARGEICONS 0 |
Definition at line 1087 of file commctrl.h.
#define VIEW_LIST 2 |
Definition at line 1089 of file commctrl.h.
#define VIEW_NETCONNECT 9 |
Definition at line 1096 of file commctrl.h.
#define VIEW_NETDISCONNECT 10 |
Definition at line 1097 of file commctrl.h.
#define VIEW_NEWFOLDER 11 |
Definition at line 1098 of file commctrl.h.
#define VIEW_PARENTFOLDER 8 |
Definition at line 1095 of file commctrl.h.
#define VIEW_SMALLICONS 1 |
Definition at line 1088 of file commctrl.h.
#define VIEW_SORTDATE 6 |
Definition at line 1093 of file commctrl.h.
#define VIEW_SORTNAME 4 |
Definition at line 1091 of file commctrl.h.
#define VIEW_SORTSIZE 5 |
Definition at line 1092 of file commctrl.h.
#define VIEW_SORTTYPE 7 |
Definition at line 1094 of file commctrl.h.
#define VIEW_VIEWMENU 12 |
Definition at line 1099 of file commctrl.h.
#define WC_BUTTON __MINGW_NAME_AW(WC_BUTTON) |
Definition at line 4630 of file commctrl.h.
#define WC_BUTTONA "Button" |
Definition at line 4627 of file commctrl.h.
#define WC_BUTTONW L"Button" |
Definition at line 4628 of file commctrl.h.
#define WC_COMBOBOX __MINGW_NAME_AW(WC_COMBOBOX) |
Definition at line 4723 of file commctrl.h.
#define WC_COMBOBOXA "ComboBox" |
Definition at line 4721 of file commctrl.h.
#define WC_COMBOBOXEX __MINGW_NAME_AW(WC_COMBOBOXEX) |
Definition at line 3789 of file commctrl.h.
#define WC_COMBOBOXEXA "ComboBoxEx32" |
Definition at line 3787 of file commctrl.h.
#define WC_COMBOBOXEXW L"ComboBoxEx32" |
Definition at line 3786 of file commctrl.h.
#define WC_COMBOBOXW L"ComboBox" |
Definition at line 4722 of file commctrl.h.
#define WC_EDIT __MINGW_NAME_AW(WC_EDIT) |
Definition at line 4694 of file commctrl.h.
#define WC_EDITA "Edit" |
Definition at line 4691 of file commctrl.h.
#define WC_EDITW L"Edit" |
Definition at line 4692 of file commctrl.h.
#define WC_HEADER __MINGW_NAME_AW(WC_HEADER) |
Definition at line 626 of file commctrl.h.
#define WC_HEADERA "SysHeader32" |
Definition at line 623 of file commctrl.h.
#define WC_HEADERW L"SysHeader32" |
Definition at line 624 of file commctrl.h.
#define WC_IPADDRESS __MINGW_NAME_AW(WC_IPADDRESS) |
Definition at line 4480 of file commctrl.h.
#define WC_IPADDRESSA "SysIPAddress32" |
Definition at line 4478 of file commctrl.h.
#define WC_IPADDRESSW L"SysIPAddress32" |
Definition at line 4477 of file commctrl.h.
#define WC_LINK L"SysLink" |
Definition at line 4742 of file commctrl.h.
#define WC_LISTBOX __MINGW_NAME_AW(WC_LISTBOX) |
Definition at line 4717 of file commctrl.h.
#define WC_LISTBOXA "ListBox" |
Definition at line 4715 of file commctrl.h.
#define WC_LISTBOXW L"ListBox" |
Definition at line 4716 of file commctrl.h.
#define WC_LISTVIEW __MINGW_NAME_AW(WC_LISTVIEW) |
Definition at line 2264 of file commctrl.h.
#define WC_LISTVIEWA "SysListView32" |
Definition at line 2261 of file commctrl.h.
#define WC_LISTVIEWW L"SysListView32" |
Definition at line 2262 of file commctrl.h.
#define WC_NATIVEFONTCTL __MINGW_NAME_AW(WC_NATIVEFONTCTL) |
Definition at line 4614 of file commctrl.h.
#define WC_NATIVEFONTCTLA "NativeFontCtl" |
Definition at line 4612 of file commctrl.h.
#define WC_NATIVEFONTCTLW L"NativeFontCtl" |
Definition at line 4611 of file commctrl.h.
#define WC_PAGESCROLLER __MINGW_NAME_AW(WC_PAGESCROLLER) |
Definition at line 4505 of file commctrl.h.
#define WC_PAGESCROLLERA "SysPager" |
Definition at line 4503 of file commctrl.h.
#define WC_PAGESCROLLERW L"SysPager" |
Definition at line 4502 of file commctrl.h.
#define WC_SCROLLBAR __MINGW_NAME_AW(WC_SCROLLBAR) |
Definition at line 4735 of file commctrl.h.
#define WC_SCROLLBARA "ScrollBar" |
Definition at line 4733 of file commctrl.h.
#define WC_SCROLLBARW L"ScrollBar" |
Definition at line 4734 of file commctrl.h.
#define WC_STATIC __MINGW_NAME_AW(WC_STATIC) |
Definition at line 4687 of file commctrl.h.
#define WC_STATICA "Static" |
Definition at line 4684 of file commctrl.h.
#define WC_STATICW L"Static" |
Definition at line 4685 of file commctrl.h.
#define WC_TABCONTROL __MINGW_NAME_AW(WC_TABCONTROL) |
Definition at line 3941 of file commctrl.h.
#define WC_TABCONTROLA "SysTabControl32" |
Definition at line 3939 of file commctrl.h.
#define WC_TABCONTROLW L"SysTabControl32" |
Definition at line 3940 of file commctrl.h.
#define WC_TREEVIEW __MINGW_NAME_AW(WC_TREEVIEW) |
Definition at line 3250 of file commctrl.h.
#define WC_TREEVIEWA "SysTreeView32" |
Definition at line 3247 of file commctrl.h.
#define WC_TREEVIEWW L"SysTreeView32" |
Definition at line 3248 of file commctrl.h.
#define WINCOMMCTRLAPI DECLSPEC_IMPORT |
Definition at line 32 of file commctrl.h.
#define WM_MOUSEHOVER 0x2a1 |
Definition at line 4979 of file commctrl.h.
#define WM_MOUSELEAVE 0x2a3 |
Definition at line 4980 of file commctrl.h.
#define WMN_FIRST (0U-1000U) |
Definition at line 245 of file commctrl.h.
#define WMN_LAST (0U-1200U) |
Definition at line 246 of file commctrl.h.
#define WSB_PROP_CXHSCROLL 0x2L |
Definition at line 5013 of file commctrl.h.
#define WSB_PROP_CXHTHUMB 0x10L |
Definition at line 5016 of file commctrl.h.
#define WSB_PROP_CXVSCROLL 0x8L |
Definition at line 5015 of file commctrl.h.
#define WSB_PROP_CYHSCROLL 0x4L |
Definition at line 5014 of file commctrl.h.
#define WSB_PROP_CYVSCROLL 0x1L |
Definition at line 5012 of file commctrl.h.
#define WSB_PROP_CYVTHUMB 0x20L |
Definition at line 5017 of file commctrl.h.
#define WSB_PROP_HBKGCOLOR 0x80L |
Definition at line 5019 of file commctrl.h.
#define WSB_PROP_HSTYLE 0x200L |
Definition at line 5021 of file commctrl.h.
#define WSB_PROP_MASK 0xfffL |
Definition at line 5024 of file commctrl.h.
#define WSB_PROP_PALETTE 0x800L |
Definition at line 5023 of file commctrl.h.
#define WSB_PROP_VBKGCOLOR 0x40L |
Definition at line 5018 of file commctrl.h.
#define WSB_PROP_VSTYLE 0x100L |
Definition at line 5020 of file commctrl.h.
#define WSB_PROP_WINSTYLE 0x400L |
Definition at line 5022 of file commctrl.h.
typedef struct tagCOLORSCHEME COLORSCHEME |
typedef struct tagCOMBOBOXEXITEMA COMBOBOXEXITEMA |
typedef struct tagCOMBOBOXEXITEMW COMBOBOXEXITEMW |
typedef struct _DPASTREAMINFO DPASTREAMINFO |
typedef struct tagDRAGLISTINFO DRAGLISTINFO |
typedef struct _tagEDITBALLOONTIP EDITBALLOONTIP |
typedef struct _HD_TEXTFILTERA HD_TEXTFILTERA |
typedef struct _HD_TEXTFILTERW HD_TEXTFILTERW |
typedef struct _HD_HITTESTINFO HDHITTESTINFO |
typedef struct _HD_LAYOUT HDLAYOUT |
static HDPA |
Definition at line 4834 of file commctrl.h.
Definition at line 4795 of file commctrl.h.
static HIMAGELIST |
Definition at line 324 of file commctrl.h.
Definition at line 3269 of file commctrl.h.
typedef struct _IMAGEINFO IMAGEINFO |
typedef struct tagLHITTESTINFO LHITTESTINFO |
typedef struct _COLORMAP* LPCOLORMAP |
typedef struct tagCOLORSCHEME* LPCOLORSCHEME |
typedef REBARBANDINFOA CONST* LPCREBARBANDINFOA |
Definition at line 1537 of file commctrl.h.
typedef REBARBANDINFOW CONST* LPCREBARBANDINFOW |
Definition at line 1567 of file commctrl.h.
typedef const TBBUTTON* LPCTBBUTTON |
Definition at line 961 of file commctrl.h.
typedef struct tagDRAGLISTINFO* LPDRAGLISTINFO |
typedef struct tagLVFINDINFOA* LPFINDINFOA |
typedef struct tagLVFINDINFOW* LPFINDINFOW |
typedef struct _HD_TEXTFILTERA* LPHD_TEXTFILTERA |
typedef struct _HD_TEXTFILTERW* LPHD_TEXTFILTERW |
typedef struct _HD_HITTESTINFO* LPHDHITTESTINFO |
typedef struct _HD_LAYOUT* LPHDLAYOUT |
typedef struct _IMAGEINFO* LPIMAGEINFO |
typedef struct tagLVBKIMAGEA* LPLVBKIMAGEA |
typedef struct tagLVBKIMAGEW* LPLVBKIMAGEW |
typedef struct tagLVCOLUMNA* LPLVCOLUMNA |
typedef struct tagLVCOLUMNW* LPLVCOLUMNW |
typedef struct tagLVHITTESTINFO* LPLVHITTESTINFO |
typedef struct LVINSERTMARK* LPLVINSERTMARK |
typedef struct tagLVITEMA* LPLVITEMA |
typedef struct tagLVITEMW* LPLVITEMW |
typedef DWORD * LPMONTHDAYSTATE |
Definition at line 4185 of file commctrl.h.
typedef struct tagNMBCHOTITEM* LPNMBCHOTITEM |
typedef struct NMCBEDRAGBEGINA* LPNMCBEDRAGBEGINA |
typedef struct NMCBEDRAGBEGINW* LPNMCBEDRAGBEGINW |
typedef struct NMCBEENDEDITA* LPNMCBEENDEDITA |
typedef struct NMCBEENDEDITW* LPNMCBEENDEDITW |
Definition at line 171 of file commctrl.h.
typedef struct tagNMCUSTOMDRAWINFO* LPNMCUSTOMDRAW |
typedef struct tagNMDATETIMECHANGE* LPNMDATETIMECHANGE |
typedef struct tagNMDAYSTATE* LPNMDAYSTATE |
typedef struct tagNMHDDISPINFOA* LPNMHDDISPINFOA |
typedef struct tagNMHDDISPINFOW* LPNMHDDISPINFOW |
typedef struct tagNMHEADERA* LPNMHEADERA |
typedef struct tagNMHEADERW* LPNMHEADERW |
typedef struct tagNMIPADDRESS* LPNMIPADDRESS |
typedef struct tagNMITEMACTIVATE* LPNMITEMACTIVATE |
typedef struct tagNMLISTVIEW* LPNMLISTVIEW |
typedef struct tagNMLVCACHEHINT* LPNMLVCACHEHINT |
typedef struct tagNMLVCUSTOMDRAW* LPNMLVCUSTOMDRAW |
typedef struct tagLVDISPINFO* LPNMLVDISPINFOA |
typedef struct tagLVDISPINFOW* LPNMLVDISPINFOW |
typedef struct tagNMLVFINDITEMA* LPNMLVFINDITEMA |
typedef struct tagNMLVFINDITEMW* LPNMLVFINDITEMW |
typedef struct tagNMLVGETINFOTIPA* LPNMLVGETINFOTIPA |
typedef struct tagNMLVGETINFOTIPW* LPNMLVGETINFOTIPW |
typedef struct tagLVKEYDOWN* LPNMLVKEYDOWN |
typedef struct tagNMLVSCROLL* LPNMLVSCROLL |
typedef struct tagNMMOUSE* LPNMMOUSE |
typedef struct tagNMOBJECTNOTIFY* LPNMOBJECTNOTIFY |
typedef struct NMPGCALCSIZE* LPNMPGCALCSIZE |
typedef struct tagNMPGHOTITEM* LPNMPGHOTITEM |
typedef struct NMPGSCROLL* LPNMPGSCROLL |
typedef struct tagNMRBAUTOSIZE* LPNMRBAUTOSIZE |
typedef struct tagNMREBAR* LPNMREBAR |
typedef struct tagNMREBARAUTOBREAK* LPNMREBARAUTOBREAK |
typedef struct tagNMREBARCHEVRON* LPNMREBARCHEVRON |
typedef struct tagNMREBARCHILDSIZE* LPNMREBARCHILDSIZE |
typedef struct tagNMSELCHANGE* LPNMSELCHANGE |
typedef NMSELCHANGE * LPNMSELECT |
Definition at line 4308 of file commctrl.h.
typedef struct _NMTBCUSTOMDRAW* LPNMTBCUSTOMDRAW |
typedef struct NMTBDISPINFOA* LPNMTBDISPINFOA |
typedef struct NMTBDISPINFOW* LPNMTBDISPINFOW |
typedef struct tagNMTBGETINFOTIPA* LPNMTBGETINFOTIPA |
typedef struct tagNMTBGETINFOTIPW* LPNMTBGETINFOTIPW |
typedef struct tagNMTBHOTITEM* LPNMTBHOTITEM |
typedef struct tagNMTBRESTORE* LPNMTBRESTORE |
typedef struct tagNMTBSAVE* LPNMTBSAVE |
typedef struct tagNMTOOLBARA* LPNMTOOLBARA |
typedef struct tagNMTOOLBARW* LPNMTOOLBARW |
typedef struct tagNMTREEVIEWA* LPNMTREEVIEWA |
typedef struct tagNMTREEVIEWW* LPNMTREEVIEWW |
typedef struct tagNMTTCUSTOMDRAW* LPNMTTCUSTOMDRAW |
typedef struct tagNMTTDISPINFOA* LPNMTTDISPINFOA |
typedef struct tagNMTTDISPINFOW* LPNMTTDISPINFOW |
typedef struct tagNMTVCUSTOMDRAW* LPNMTVCUSTOMDRAW |
typedef struct tagTVDISPINFOA* LPNMTVDISPINFOA |
typedef struct tagTVDISPINFOW* LPNMTVDISPINFOW |
typedef struct tagNMTVGETINFOTIPA* LPNMTVGETINFOTIPA |
typedef struct tagNMTVGETINFOTIPW* LPNMTVGETINFOTIPW |
typedef struct tagTVKEYDOWN* LPNMTVKEYDOWN |
typedef struct _NM_UPDOWN* LPNMUPDOWN |
typedef struct _RB_HITTESTINFO* LPRBHITTESTINFO |
typedef struct tagREBARBANDINFOA* LPREBARBANDINFOA |
typedef struct tagREBARBANDINFOW* LPREBARBANDINFOW |
typedef struct tagREBARINFO* LPREBARINFO |
typedef struct tagTBADDBITMAP* LPTBADDBITMAP |
typedef struct _TBBUTTON* LPTBBUTTON |
typedef struct TBBUTTONINFOA* LPTBBUTTONINFOA |
typedef struct TBBUTTONINFOW* LPTBBUTTONINFOW |
typedef struct TBINSERTMARK* LPTBINSERTMARK |
typedef struct TBMETRICS* LPTBMETRICS |
typedef struct TBREPLACEBITMAP* LPTBREPLACEBITMAP |
typedef struct tagTBSAVEPARAMSA* LPTBSAVEPARAMSA |
typedef struct tagTBSAVEPARAMSW* LPTBSAVEPARAMW |
typedef struct tagTCHITTESTINFO* LPTCHITTESTINFO |
typedef struct tagTCITEMA* LPTCITEMA |
typedef struct tagTCITEMHEADERA* LPTCITEMHEADERA |
typedef struct tagTCITEMHEADERW* LPTCITEMHEADERW |
typedef struct tagTCITEMW* LPTCITEMW |
typedef struct tagTRACKMOUSEEVENT* LPTRACKMOUSEEVENT |
typedef struct _TT_HITTESTINFOA* LPTTHITTESTINFOA |
typedef struct _TT_HITTESTINFOW* LPTTHITTESTINFOW |
typedef struct tagTOOLINFOA* LPTTTOOLINFOA |
typedef struct tagTOOLINFOW* LPTTTOOLINFOW |
typedef struct tagTVHITTESTINFO* LPTVHITTESTINFO |
typedef struct tagTVINSERTSTRUCTA* LPTVINSERTSTRUCTA |
typedef struct tagTVINSERTSTRUCTW* LPTVINSERTSTRUCTW |
typedef struct tagTVITEMA* LPTVITEMA |
typedef struct tagTVITEMEXA * LPTVITEMEXA |
typedef struct tagTVITEMEXW * LPTVITEMEXW |
typedef struct tagTVITEMW* LPTVITEMW |
typedef struct tagTVSORTCB* LPTVSORTCB |
typedef struct tagLVBKIMAGEA LVBKIMAGEA |
typedef struct tagLVBKIMAGEW LVBKIMAGEW |
typedef struct tagLVCOLUMNA LVCOLUMNA |
typedef struct tagLVCOLUMNW LVCOLUMNW |
typedef struct tagLVFINDINFOA LVFINDINFOA |
typedef struct tagLVFINDINFOW LVFINDINFOW |
typedef struct tagLVGROUP LVGROUP |
typedef struct tagLVGROUPMETRICS LVGROUPMETRICS |
typedef struct tagLVHITTESTINFO LVHITTESTINFO |
typedef struct tagLVITEMA LVITEMA |
typedef struct tagLVITEMW LVITEMW |
typedef struct tagLVSETINFOTIP LVSETINFOTIP |
typedef struct tagLVTILEINFO LVTILEINFO |
typedef struct tagLVTILEVIEWINFO LVTILEVIEWINFO |
typedef DWORD MONTHDAYSTATE |
Definition at line 4185 of file commctrl.h.
typedef struct tagNMBCDROPDOWN NMBCDROPDOWN |
typedef struct tagNMBCHOTITEM NMBCHOTITEM |
Definition at line 170 of file commctrl.h.
typedef struct tagNMCUSTOMDRAWINFO NMCUSTOMDRAW |
typedef struct tagNMDAYSTATE NMDAYSTATE |
typedef struct tagNMHDDISPINFOA NMHDDISPINFOA |
typedef struct tagNMHDDISPINFOW NMHDDISPINFOW |
typedef struct tagNMHEADERA NMHEADERA |
typedef struct tagNMHEADERW NMHEADERW |
typedef struct tagNMIPADDRESS NMIPADDRESS |
typedef struct tagNMITEMACTIVATE NMITEMACTIVATE |
typedef struct tagNMLISTVIEW NMLISTVIEW |
typedef struct tagNMLVCACHEHINT NMLVCACHEHINT |
typedef struct tagNMLVCUSTOMDRAW NMLVCUSTOMDRAW |
typedef struct tagLVDISPINFO NMLVDISPINFOA |
typedef struct tagLVDISPINFOW NMLVDISPINFOW |
typedef struct tagNMLVFINDITEMA NMLVFINDITEMA |
typedef struct tagNMLVFINDITEMW NMLVFINDITEMW |
typedef struct tagNMLVGETINFOTIPA NMLVGETINFOTIPA |
typedef struct tagNMLVGETINFOTIPW NMLVGETINFOTIPW |
typedef struct tagLVKEYDOWN NMLVKEYDOWN |
typedef struct tagNMLVSCROLL NMLVSCROLL |
typedef struct tagNMMOUSE NMMOUSE |
typedef struct tagNMOBJECTNOTIFY NMOBJECTNOTIFY |
typedef struct tagNMPGHOTITEM NMPGHOTITEM |
typedef struct tagNMRBAUTOSIZE NMRBAUTOSIZE |
typedef struct tagNMREBAR NMREBAR |
typedef struct tagNMREBARCHEVRON NMREBARCHEVRON |
typedef struct tagNMSELCHANGE NMSELCHANGE |
typedef NMSELCHANGE NMSELECT |
Definition at line 4308 of file commctrl.h.
typedef struct _NMTBCUSTOMDRAW NMTBCUSTOMDRAW |
typedef struct tagNMTBGETINFOTIPA NMTBGETINFOTIPA |
typedef struct tagNMTBGETINFOTIPW NMTBGETINFOTIPW |
typedef struct tagNMTBHOTITEM NMTBHOTITEM |
typedef struct tagNMTBRESTORE NMTBRESTORE |
typedef struct tagNMTBSAVE NMTBSAVE |
typedef struct tagTCKEYDOWN NMTCKEYDOWN |
typedef struct tagNMTOOLBARA NMTOOLBARA |
typedef struct tagNMTOOLBARW NMTOOLBARW |
typedef struct tagNMTREEVIEWA NMTREEVIEWA |
typedef struct tagNMTREEVIEWW NMTREEVIEWW |
typedef struct tagNMTTCUSTOMDRAW NMTTCUSTOMDRAW |
typedef struct tagNMTTDISPINFOA NMTTDISPINFOA |
typedef struct tagNMTTDISPINFOW NMTTDISPINFOW |
typedef struct tagNMTVCUSTOMDRAW NMTVCUSTOMDRAW |
typedef struct tagTVDISPINFOA NMTVDISPINFOA |
typedef struct tagTVDISPINFOW NMTVDISPINFOW |
typedef struct tagNMTVGETINFOTIPA NMTVGETINFOTIPA |
typedef struct tagNMTVGETINFOTIPW NMTVGETINFOTIPW |
typedef struct tagTVKEYDOWN NMTVKEYDOWN |
typedef struct _NM_UPDOWN NMUPDOWN |
typedef struct BUTTON_IMAGELIST* PBUTTON_IMAGELIST |
typedef struct tagBUTTON_SPLITINFO * PBUTTON_SPLITINFO |
typedef COMBOBOXEXITEMA CONST* PCCOMBOEXITEMA |
Definition at line 3811 of file commctrl.h.
typedef COMBOBOXEXITEMW CONST* PCCOMBOEXITEMW |
Definition at line 3825 of file commctrl.h.
typedef struct tagCOMBOBOXEXITEMA* PCOMBOBOXEXITEMA |
typedef struct tagCOMBOBOXEXITEMW* PCOMBOBOXEXITEMW |
typedef struct _tagEDITBALLOONTIP* PEDITBALLOONTIP |
static PFNDPACOMPARE |
Definition at line 4857 of file commctrl.h.
static PFNDPAENUMCALLBACK |
Definition at line 4797 of file commctrl.h.
Definition at line 4901 of file commctrl.h.
typedef const void *(CALLBACK * PFNDPAMERGECONST) (_In_ UINT, _In_ const void *, _In_ const void *, _In_ LPARAM) |
Definition at line 4908 of file commctrl.h.
static PFNDPASTREAM |
Definition at line 4895 of file commctrl.h.
Definition at line 4798 of file commctrl.h.
Definition at line 2705 of file commctrl.h.
Definition at line 2925 of file commctrl.h.
Definition at line 3613 of file commctrl.h.
typedef HRESULT(CALLBACK * PFTASKDIALOGCALLBACK) (_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM, _In_ LONG_PTR) |
Definition at line 5194 of file commctrl.h.
typedef struct tagLHITTESTINFO* PLHITTESTINFO |
typedef struct tagLVGROUP* PLVGROUP |
typedef struct tagLVGROUPMETRICS* PLVGROUPMETRICS |
typedef struct tagLVSETINFOTIP* PLVSETINFOTIP |
typedef struct tagLVTILEINFO* PLVTILEINFO |
typedef struct tagLVTILEVIEWINFO* PLVTILEVIEWINFO |
typedef struct MCHITTESTINFO * PMCHITTESTINFO |
typedef struct NMCBEDRAGBEGINA* PNMCBEDRAGBEGINA |
typedef struct NMCBEDRAGBEGINW* PNMCBEDRAGBEGINW |
typedef struct NMCBEENDEDITA* PNMCBEENDEDITA |
typedef struct NMCBEENDEDITW* PNMCBEENDEDITW |
typedef struct NMCOMBOBOXEXA* PNMCOMBOBOXEXA |
typedef struct NMCOMBOBOXEXW* PNMCOMBOBOXEXW |
typedef struct tagTOOLINFOA* PTOOLINFOA |
typedef struct tagTOOLINFOW* PTOOLINFOW |
typedef struct _TTGETTITLE* PTTGETTITLE |
typedef struct _RB_HITTESTINFO RBHITTESTINFO |
typedef struct tagREBARBANDINFOA REBARBANDINFOA |
typedef struct tagREBARBANDINFOW REBARBANDINFOW |
typedef struct tagREBARINFO REBARINFO |
static SUBCLASSPROC |
Definition at line 5054 of file commctrl.h.
typedef int TASKDIALOG_COMMON_BUTTON_FLAGS |
Definition at line 5186 of file commctrl.h.
typedef int TASKDIALOG_FLAGS |
Definition at line 5122 of file commctrl.h.
typedef struct _TASKDIALOGCONFIG TASKDIALOGCONFIG |
typedef struct tagTBADDBITMAP TBADDBITMAP |
typedef struct tagTBSAVEPARAMSA TBSAVEPARAMSA |
typedef struct tagTBSAVEPARAMSW TBSAVEPARAMSW |
typedef struct tagTCHITTESTINFO TCHITTESTINFO |
typedef struct tagTCITEMA TCITEMA |
typedef struct tagTCITEMHEADERA TCITEMHEADERA |
typedef struct tagTCITEMHEADERW TCITEMHEADERW |
typedef struct tagTCITEMW TCITEMW |
typedef struct tagTRACKMOUSEEVENT TRACKMOUSEEVENT |
typedef struct _TTGETTITLE TTGETTITLE |
typedef struct _TT_HITTESTINFOA TTHITTESTINFOA |
typedef struct _TT_HITTESTINFOW TTHITTESTINFOW |
typedef struct tagTOOLINFOA TTTOOLINFOA |
typedef struct tagTOOLINFOW TTTOOLINFOW |
typedef struct tagTVHITTESTINFO TVHITTESTINFO |
typedef struct tagTVINSERTSTRUCTA TVINSERTSTRUCTA |
typedef struct tagTVINSERTSTRUCTW TVINSERTSTRUCTW |
typedef struct tagTVITEMA TVITEMA |
typedef struct tagTVITEMEXA TVITEMEXA |
typedef struct tagTVITEMEXW TVITEMEXW |
typedef struct tagTVITEMW TVITEMW |
typedef struct tagTVSORTCB TVSORTCB |
Enumerator | |
---|---|
LIM_SMALL | |
LIM_LARGE |
Definition at line 5251 of file commctrl.h.
Enumerator | |
---|---|
TDCBF_OK_BUTTON | |
TDCBF_YES_BUTTON | |
TDCBF_NO_BUTTON | |
TDCBF_CANCEL_BUTTON | |
TDCBF_RETRY_BUTTON | |
TDCBF_CLOSE_BUTTON |
Definition at line 5177 of file commctrl.h.
Enumerator | |
---|---|
TDE_CONTENT | |
TDE_EXPANDED_INFORMATION | |
TDE_FOOTER | |
TDE_MAIN_INSTRUCTION |
Definition at line 5158 of file commctrl.h.
Definition at line 5101 of file commctrl.h.
Enumerator | |
---|---|
TDIE_ICON_MAIN | |
TDIE_ICON_FOOTER |
Definition at line 5166 of file commctrl.h.
Definition at line 5124 of file commctrl.h.
Definition at line 5143 of file commctrl.h.
typedef _Return_type_success_ | ( | return >= | 0 | ) |
Definition at line 1028 of file fsctrl.c.
WINCOMMCTRLAPI BOOL WINAPI _TrackMouseEvent | ( | _Inout_ LPTRACKMOUSEEVENT | lpEventTrack | ) |
WINCOMMCTRLAPI HBITMAP WINAPI CreateMappedBitmap | ( | HINSTANCE | hInstance, |
INT_PTR | idBitmap, | ||
UINT | wFlags, | ||
LPCOLORMAP | lpColorMap, | ||
int | iNumMaps | ||
) |
WINCOMMCTRLAPI HWND WINAPI CreateStatusWindowA | ( | LONG | style, |
LPCSTR | lpszText, | ||
HWND | hwndParent, | ||
UINT | wID | ||
) |
Definition at line 776 of file commctrl.c.
WINCOMMCTRLAPI HWND WINAPI CreateStatusWindowW | ( | LONG | style, |
LPCWSTR | lpszText, | ||
HWND | hwndParent, | ||
UINT | wID | ||
) |
Definition at line 802 of file commctrl.c.
Referenced by Control_WndProc_Create(), iewnd_OnCreate(), InitInstance(), and OnCreate().
WINCOMMCTRLAPI HWND WINAPI CreateToolbarEx | ( | HWND | hwnd, |
DWORD | ws, | ||
UINT | wID, | ||
int | nBitmaps, | ||
HINSTANCE | hBMInst, | ||
UINT_PTR | wBMID, | ||
LPCTBBUTTON | lpButtons, | ||
int | iNumButtons, | ||
int | dxButton, | ||
int | dyButton, | ||
int | dxBitmap, | ||
int | dyBitmap, | ||
UINT | uStructSize | ||
) |
WINCOMMCTRLAPI HWND WINAPI CreateUpDownControl | ( | DWORD | dwStyle, |
int | x, | ||
int | y, | ||
int | cx, | ||
int | cy, | ||
HWND | hParent, | ||
int | nID, | ||
HINSTANCE | hInst, | ||
HWND | hBuddy, | ||
int | nUpper, | ||
int | nLower, | ||
int | nPos | ||
) |
Definition at line 1503 of file commctrl.c.
Referenced by COMBOEX_ComboWndProc(), COMCTL32_SubclassProc(), CredDialogPasswordSubclassProc(), DragList_SubclassWindowProc(), CAutoComplete::EditWndProc(), init_function_pointers(), init_functions(), ListViewSubclassProc(), CAutoComplete::OnEditChar(), CAutoComplete::OnEditKeyDown(), PROPSHEET_WizardSubclassProc(), subclass_proc(), TOOLTIPS_SubclassProc(), and UPDOWN_Buddy_SubclassProc().
WINCOMMCTRLAPI HDPA WINAPI DPA_Create | ( | int | cItemGrow | ) |
WINCOMMCTRLAPI BOOL WINAPI DPA_DeleteAllPtrs | ( | _Inout_ HDPA | hdpa | ) |
WINCOMMCTRLAPI BOOL WINAPI DPA_Destroy | ( | _Inout_opt_ HDPA | hdpa | ) |
WINCOMMCTRLAPI void WINAPI DPA_DestroyCallback | ( | _Inout_opt_ HDPA | hdpa, |
_In_ PFNDPAENUMCALLBACK | pfnCB, | ||
_In_opt_ void * | pData | ||
) |
WINCOMMCTRLAPI void WINAPI DPA_EnumCallback | ( | _In_opt_ HDPA | hdpa, |
_In_opt_ PFNDPAENUMCALLBACK | pfnCB, | ||
_In_opt_ void * | pData | ||
) |
WINCOMMCTRLAPI HRESULT WINAPI DPA_LoadStream | ( | _Outptr_ HDPA * | phdpa, |
_In_ PFNDPASTREAM | pfn, | ||
_In_ struct IStream * | pstream, | ||
_In_opt_ void * | pvInstData | ||
) |
WINCOMMCTRLAPI HRESULT WINAPI DPA_SaveStream | ( | _In_ HDPA | hdpa, |
_In_ PFNDPASTREAM | pfn, | ||
_In_ struct IStream * | pstream, | ||
_In_opt_ void * | pvInstData | ||
) |
WINCOMMCTRLAPI int WINAPI DPA_Search | ( | _In_ HDPA | hdpa, |
_In_opt_ void * | pFind, | ||
_In_ int | iStart, | ||
_In_ PFNDPACOMPARE | pfnCompare, | ||
_In_ LPARAM | lParam, | ||
_In_ UINT | options | ||
) |
WINCOMMCTRLAPI BOOL WINAPI DPA_Sort | ( | _Inout_ HDPA | hdpa, |
_In_ PFNDPACOMPARE | pfnCompare, | ||
_In_ LPARAM | lParam | ||
) |
int WINAPI DrawShadowText | ( | _In_ HDC | hdc, |
_In_reads_(cch) LPCWSTR | pszText, | ||
_In_ UINT | cch, | ||
_In_ RECT * | prc, | ||
_In_ DWORD | dwFlags, | ||
_In_ COLORREF | crText, | ||
_In_ COLORREF | crShadow, | ||
_In_ int | ixOffset, | ||
_In_ int | iyOffset | ||
) |
Definition at line 742 of file commctrl.c.
Definition at line 677 of file commctrl.c.
Referenced by DrawStatusTextA(), and STATUSBAR_DrawPart().
WINCOMMCTRLAPI HDSA WINAPI DSA_Create | ( | int | cbItem, |
int | cItemGrow | ||
) |
WINCOMMCTRLAPI BOOL WINAPI DSA_DeleteAllItems | ( | _In_ HDSA | hdsa | ) |
WINCOMMCTRLAPI BOOL WINAPI DSA_Destroy | ( | _Inout_opt_ HDSA | hdsa | ) |
WINCOMMCTRLAPI void WINAPI DSA_DestroyCallback | ( | _Inout_opt_ HDSA | hdsa, |
_In_ PFNDSAENUMCALLBACK | pfnCB, | ||
_In_opt_ void * | pData | ||
) |
WINCOMMCTRLAPI VOID WINAPI DSA_EnumCallback | ( | _In_ HDSA | hdsa, |
_In_ PFNDSAENUMCALLBACK | enumProc, | ||
_In_opt_ LPVOID | lParam | ||
) |
WINCOMMCTRLAPI BOOL WINAPI FlatSB_GetScrollInfo | ( | HWND | hwnd, |
int | code, | ||
LPSCROLLINFO | info | ||
) |
Definition at line 177 of file flatsb.c.
WINCOMMCTRLAPI int WINAPI FlatSB_GetScrollPos | ( | HWND | hwnd, |
int | code | ||
) |
WINCOMMCTRLAPI int WINAPI FlatSB_SetScrollInfo | ( | HWND | hwnd, |
int | code, | ||
LPSCROLLINFO | info, | ||
BOOL | fRedraw | ||
) |
WINCOMMCTRLAPI BOOL WINAPI FlatSB_SetScrollProp | ( | HWND | hwnd, |
UINT | index, | ||
INT_PTR | newValue, | ||
BOOL | flag | ||
) |
Definition at line 116 of file flatsb.c.
WINCOMMCTRLAPI void WINAPI GetEffectiveClientRect | ( | _In_ HWND | hWnd, |
_Out_ LPRECT | lprc, | ||
_In_z_ const INT * | lpInfo | ||
) |
Definition at line 1227 of file commctrl.c.
WINCOMMCTRLAPI HRESULT WINAPI HIMAGELIST_QueryInterface | ( | _In_ | HIMAGELIST, |
_In_ | REFIID, | ||
_Outptr_ void ** | |||
) |
WINCOMMCTRLAPI int WINAPI ImageList_Add | ( | _In_ HIMAGELIST | himl, |
_In_ HBITMAP | hbmImage, | ||
_In_opt_ HBITMAP | hbmMask | ||
) |
WINCOMMCTRLAPI int WINAPI ImageList_AddMasked | ( | _In_ HIMAGELIST | himl, |
_In_ HBITMAP | hbmImage, | ||
_In_ COLORREF | crMask | ||
) |
WINCOMMCTRLAPI BOOL WINAPI ImageList_BeginDrag | ( | _In_ HIMAGELIST | himlTrack, |
_In_ int | iTrack, | ||
_In_ int | dxHotspot, | ||
_In_ int | dyHotspot | ||
) |
WINCOMMCTRLAPI BOOL WINAPI ImageList_Copy | ( | _In_ HIMAGELIST | himlDst, |
_In_ int | iDst, | ||
_In_ HIMAGELIST | himlSrc, | ||
_In_ int | iSrc, | ||
_In_ UINT | uFlags | ||
) |
WINCOMMCTRLAPI HIMAGELIST WINAPI ImageList_Create | ( | int | cx, |
int | cy, | ||
UINT | flags, | ||
int | cInitial, | ||
int | cGrow | ||
) |
WINCOMMCTRLAPI BOOL WINAPI ImageList_Destroy | ( | _In_opt_ HIMAGELIST | himl | ) |
WINCOMMCTRLAPI BOOL WINAPI ImageList_DragLeave | ( | HWND | hwndLock | ) |
Definition at line 992 of file imagelist.c.
Referenced by CDefView::DragLeave(), CDefView::Drop(), GROUP_GroupWndProc(), and ImageListImpl_DragLeave().
WINCOMMCTRLAPI BOOL WINAPI ImageList_DragMove | ( | int | x, |
int | y | ||
) |
WINCOMMCTRLAPI BOOL WINAPI ImageList_DragShowNolock | ( | BOOL | fShow | ) |
Definition at line 1153 of file imagelist.c.
Referenced by HEADER_LButtonUp(), HEADER_MouseMove(), HEADER_Refresh(), ImageList_DragEnter(), ImageList_DragLeave(), ImageList_SetDragCursorImage(), and ImageListImpl_DragShowNolock().
WINCOMMCTRLAPI BOOL WINAPI ImageList_Draw | ( | _In_ HIMAGELIST | himl, |
_In_ int | i, | ||
_In_ HDC | hdcDst, | ||
_In_ int | x, | ||
_In_ int | y, | ||
_In_ UINT | fStyle | ||
) |
WINCOMMCTRLAPI BOOL WINAPI ImageList_DrawEx | ( | _In_ HIMAGELIST | himl, |
_In_ int | i, | ||
_In_ HDC | hdcDst, | ||
_In_ int | x, | ||
_In_ int | y, | ||
_In_ int | dx, | ||
_In_ int | dy, | ||
_In_ COLORREF | rgbBk, | ||
_In_ COLORREF | rgbFg, | ||
_In_ UINT | fStyle | ||
) |
WINCOMMCTRLAPI BOOL WINAPI ImageList_DrawIndirect | ( | _In_ IMAGELISTDRAWPARAMS * | pimldp | ) |
WINCOMMCTRLAPI HIMAGELIST WINAPI ImageList_Duplicate | ( | _In_ HIMAGELIST | himl | ) |
WINCOMMCTRLAPI void WINAPI ImageList_EndDrag | ( | void | ) |
Definition at line 1847 of file imagelist.c.
Referenced by CDefView::Drop(), GROUP_GroupWndProc(), HEADER_LButtonUp(), ImageListImpl_EndDrag(), and init_functions().
WINCOMMCTRLAPI COLORREF WINAPI ImageList_GetBkColor | ( | _In_ HIMAGELIST | himl | ) |
WINCOMMCTRLAPI HICON WINAPI ImageList_GetIcon | ( | _In_ HIMAGELIST | himl, |
_In_ int | i, | ||
_In_ UINT | flags | ||
) |
WINCOMMCTRLAPI int WINAPI ImageList_GetImageCount | ( | _In_ HIMAGELIST | himl | ) |
WINCOMMCTRLAPI HIMAGELIST WINAPI ImageList_LoadImageA | ( | HINSTANCE | hi, |
LPCSTR | lpbmp, | ||
int | cx, | ||
int | cGrow, | ||
COLORREF | crMask, | ||
UINT | uType, | ||
UINT | uFlags | ||
) |
WINCOMMCTRLAPI HIMAGELIST WINAPI ImageList_LoadImageW | ( | HINSTANCE | hi, |
LPCWSTR | lpbmp, | ||
int | cx, | ||
int | cGrow, | ||
COLORREF | crMask, | ||
UINT | uType, | ||
UINT | uFlags | ||
) |
WINCOMMCTRLAPI HIMAGELIST WINAPI ImageList_Merge | ( | _In_ HIMAGELIST | himl1, |
_In_ int | i1, | ||
_In_ HIMAGELIST | himl2, | ||
_In_ int | i2, | ||
_In_ int | dx, | ||
_In_ int | dy | ||
) |
WINCOMMCTRLAPI BOOL WINAPI ImageList_Remove | ( | _In_ HIMAGELIST | himl, |
_In_ int | i | ||
) |
WINCOMMCTRLAPI BOOL WINAPI ImageList_Replace | ( | _In_ HIMAGELIST | himl, |
_In_ int | i, | ||
_In_ HBITMAP | hbmImage, | ||
_In_opt_ HBITMAP | hbmMask | ||
) |
WINCOMMCTRLAPI int WINAPI ImageList_ReplaceIcon | ( | _In_ HIMAGELIST | himl, |
_In_ int | i, | ||
_In_ HICON | hicon | ||
) |
WINCOMMCTRLAPI COLORREF WINAPI ImageList_SetBkColor | ( | _In_ HIMAGELIST | himl, |
_In_ COLORREF | clrBk | ||
) |
WINCOMMCTRLAPI BOOL WINAPI ImageList_SetDragCursorImage | ( | _In_ HIMAGELIST | himlDrag, |
_In_ int | iDrag, | ||
_In_ int | dxHotspot, | ||
_In_ int | dyHotspot | ||
) |
WINCOMMCTRLAPI BOOL WINAPI ImageList_SetImageCount | ( | _In_ HIMAGELIST | himl, |
_In_ UINT | uNewCount | ||
) |
WINCOMMCTRLAPI BOOL WINAPI ImageList_SetOverlayImage | ( | _In_ HIMAGELIST | himl, |
_In_ int | iImage, | ||
_In_ int | iOverlay | ||
) |
WINCOMMCTRLAPI void WINAPI InitCommonControls | ( | void | ) |
Definition at line 870 of file commctrl.c.
Referenced by _configure_devices(), _tWinMain(), DlgThreadProc(), DllMain(), InitControls(), NewLinkHereW(), OnCreate(), RegisterDialogClasses(), SetupDiGetClassImageListExW(), SHOpenWithDialog(), StartWithDesktop(), WINHELP_CreateIndexWindow(), WinMain(), and wWinMain().
WINCOMMCTRLAPI BOOL WINAPI InitCommonControlsEx | ( | _In_ const INITCOMMONCONTROLSEX * | ) |
WINCOMMCTRLAPI BOOL WINAPI InitializeFlatSB | ( | HWND | hwnd | ) |
Definition at line 1241 of file commctrl.c.
Definition at line 293 of file draglist.c.
Referenced by TOOLBAR_Cust_AvailDragListNotification(), and TOOLBAR_Cust_ToolbarDragListNotification().
WINCOMMCTRLAPI BOOL WINAPI MakeDragList | ( | HWND | hLB | ) |
Definition at line 208 of file draglist.c.
Referenced by TOOLBAR_CustomizeDialogProc().
WINCOMMCTRLAPI void WINAPI MenuHelp | ( | UINT | uMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
HMENU | hMainMenu, | ||
HINSTANCE | hInst, | ||
HWND | hwndStatus, | ||
UINT * | lpwIDs | ||
) |
Definition at line 480 of file commctrl.c.
WINCOMMCTRLAPI BOOL WINAPI ShowHideMenuCtl | ( | _In_ HWND | hWnd, |
_In_ UINT_PTR | uFlags, | ||
_In_z_ LPINT | lpInfo | ||
) |
HRESULT WINAPI TaskDialogIndirect | ( | _In_ const TASKDIALOGCONFIG * | , |
_Out_opt_ int * | , | ||
_Out_opt_ int * | , | ||
_Out_opt_ BOOL * | |||
) |
WINCOMMCTRLAPI HRESULT WINAPI UninitializeFlatSB | ( | HWND | hwnd | ) |
Definition at line 585 of file commctrl.h.
Referenced by accel_draw_box(), accel_fill_rect(), accel_screen_copy(), add_band_w(), add_lv_column(), Icon::add_to_imagelist(), StartMenu::AddButton(), AddListViewItems(), QuickLaunchBar::AddShortcuts(), AdjustForExcludeArea(), AdjustFrameSize(), alpha_blend_image(), app_boundary_point(), Window::AppBar_PosChanged(), Window::AppBar_QueryPos(), ApplicationPageWndProc(), BINARY_INSERTION_FIND(), BitBlt(), BitmapFromHEMF(), BitmapFromIcon(), BltMask(), bs_copy_box(), bs_memblt(), bs_patblt(), bs_rect(), bs_screenblt(), bs_set_clip(), bs_warp_coords(), BUTTON_DrawTextCallback(), c2sx(), cache_get_desktop(), cache_put_desktop(), cache_rect(), Pane::calc_single_width(), Pane::calc_widths(), CalculateCoordinates(), CascadeWindows(), CFn_WMDrawItem(), CFn_WMMeasureItem(), check_bitmap_size(), check_dib_size(), check_ilhead_data(), check_iml_data(), CheckBitmapBitsWithLine(), cicDrawMaskBmpOnDC(), co_WinPosSetWindowPos(), CommonDeskSave(), Conic_To(), contains_mouse(), CopyDIBImage(), CopyMonoImage(), Create24BppBitmap(), Icon::create_bitmap(), create_bitmap(), create_bitmap_from_icon(), create_small_bitmap_from_icon(), createImageList(), CreateListView(), CShellLink::CreateShortcutIcon(), CreateUpDownControl(), DATETIME_GetFieldWidth(), DeferWindowPos(), ATL::CWindow::DeferWindowPos(), dialog_bitmap_control(), dialog_button_control(), DIALOG_CreateIndirect(), DIB_16BPP_HLine(), DIB_32BPP_HLine(), DIB_4BPP_HLine(), RdpClientUI::Display_DestBlt(), RdpClientUI::Display_DrawGlyph(), RdpClientUI::Display_Ellypse(), RdpClientUI::Display_MemBlt(), RdpClientUI::Display_PaintBitmap(), RdpClientUI::Display_PatBlt(), RdpClientUI::Display_Rect(), RdpClientUI::Display_RepaintArea(), RdpClientUI::Display_RestoreDesktop(), RdpClientUI::Display_SaveDesktop(), RdpClientUI::Display_ScreenBlt(), RdpClientUI::Display_SetClip(), RdpClientUI::Display_TriBlt(), Window::DoCreateMainWnd(), DoCreateWindow(), DoExtractIcon(), DoTestCaseA(), DoTestCaseB(), DoTestEntry(), Icon::draw(), Pane::draw_item(), StartMenu::DrawArrows(), DrawFocusRect(), DrawStateA(), DrawStateW(), EMFDC_SetViewportExtEx(), EMFDC_SetWindowExtEx(), EMFDRV_SetViewportExtEx(), EMFDRV_SetWindowExtEx(), Erase(), EventDetails(), expect_band_content_(), ExtractIconW(), FILEDLG95_InitControls(), fill_rect(), find_split_point(), get_next_wchar(), get_next_wstr(), get_rect(), BtrfsContextMenu::get_uac_icon(), get_valid_rects(), getAirBrushRects(), StartMenu::GetArrowButtonRects(), CTipbarWnd::GetGripperWidth(), GetIconFromFile(), CTrayClockWnd::GetMinimumSize(), getSplitRects(), GreCreateDIBitmapInternal(), GreCreateFrameRgn(), ResizeManager::HandleSize(), HardwareDlgResize(), HEADER_DrawItem(), ICO_ExtractIconExW(), ICONTITLE_SetTitlePos(), image_list_init(), ImageList_BeginDrag(), ImageList_Create(), ImageList_DrawIndirect(), ImageList_GetIconSize(), ImageList_LoadImageA(), ImageList_LoadImageW(), ImageList_SetIconSize(), ImageListImpl_GetIconSize(), ImageListImpl_GetOriginalSize(), ImageListImpl_Initialize(), ImageListImpl_Resize(), ImageListImpl_SetIconSize(), ImageListImpl_SetOriginalSize(), Imm32PtInRect(), InitBitmapInfo(), CNewMenu::Initialize(), InitMatch(), InitPerBitDepth(), InitTreeViewImageLists(), IntCreate32BppBitmap(), IntDeferWindowPos(), IntDrawState(), IntGetMonitorsFromRect(), IntGetWindowBitmap(), IntGetWindowBorderMeasures(), IntMirrorWindowOrg(), IntPrintWindow(), DWebBrowserEvents2Impl::Invoke(), ITextRange_fnGetPoint(), ITextSelection_fnGetPoint(), ITypeLib2_Constructor_MSFT(), LISTVIEW_SetColumnWidth(), LISTVIEW_SetIconSpacing(), LISTVIEW_WindowProc(), LlbVideoPutChar(), load_icon(), load_image(), load_picture(), LoadIconMetric(), LoadIconWithScaleDown(), MainWnd_OnDrawItem(), MainWnd_OnSize(), MainWndProc(), MainWndResize(), MainWndSize(), MaskBlt(), MatrixWndProc(), MD_ListView_OnSetColumnW(), MD_ListView_OnSetColumnWidth(), MD_ListView_OnSetIconSpacing(), MD_OnSize(), MDI_AugmentFrameMenu(), ME_CharFromPoint(), ME_CharFromPointContext(), ME_ScrollLeft(), ME_ScrollRight(), CTrayClockWnd::MeasureLines(), MENU_DrawBitmapItem(), MENU_FindItemByCoords(), MFDRV_SetDIBitsToDevice(), mi_fill_rect(), mi_paint_rect(), mi_screen_copy(), mi_set_clip(), MyCreateEditCtrl(), NOTEPAD_LoadSettingsFromRegistry(), NOTEPAD_SaveSettingsToRegistry(), nsEmbeddingSiteWindow_GetDimensions(), nsEmbeddingSiteWindow_SetDimensions(), NtGdiCreateDIBitmapInternal(), NtGdiOffsetRgn(), NtGdiPatBlt(), NtUserDeferWindowPos(), NtUserSetWindowPos(), OLEPictureImpl_Render(), OnEnvironmentDlgResize(), OnEnvironmentEditDlgResize(), OnInitDialog(), CTextEditWindow::OnMoving(), CDeviceView::OnSize(), OnSize(), OnTrayInitDialog(), OSK_SetKeys(), PAINTING_DrawStateJam(), CTrayClockWnd::PaintLine(), CDrvDefExt::PaintStaticControls(), parse_rundll(), PerformancePageWndProc(), picture_render(), PlgBlt(), CMenuDeskBar::Popup(), DesktopShellView::PositionIcons(), Preview_OnSize(), PrintUIEntryW(), process_bitmap_updates(), ProcessPageWndProc(), project_and_cliptest(), PtToCheckItemBox(), rbsize_add_band(), REBAR_LayoutRow(), REBAR_SetBarInfo(), RECTL_vOffsetRect(), redraw(), regexp_execute(), regexp_new(), regexp_set_flags(), REGION_bMakeFrameRegion(), REGION_bMakeSimpleFrameRgn(), REGION_bOffsetRgn(), render_masked_bitmap(), Replace(), CAutoComplete::RepositionDropDown(), DesktopBar::Resize(), SDIMainFrame::resize_children(), FileChildWindow::resize_children(), ChildWindow::resize_children(), MainFrameBase::resize_frame(), MDIMainFrame::resize_frame(), SDIMainFrame::resize_frame(), StartMenu::ResizeButtons(), CNotifyToolbar::ResizeImagelist(), ResizeWnd(), Rotate90DegreeBlt(), set_icon_size(), CUIFBitmapDC::SetBitmap(), CUIFBitmapDC::SetDIB(), CMenuToolbarBase::SetPosSize(), SetWindowPos(), ATL::CWindow::SetWindowPos(), SHELL32_SHExtractIcon(), SkewDIB(), SnapWindow(), STATIC_DrawTextCallback(), SelectionModel::StretchSelection(), SURFACE_AllocSurface(), SelectionModel::SwapWidthAndHeight(), TAB_DrawItemInterior(), TAB_SetItemBounds(), TAB_SetItemSize(), TAB_SetMinTabWidth(), taskdialog_set_icon(), test_add_bitmap(), test_create_destroy(), test_font_metrics(), test_getitemspacing(), test_himetric(), test_iconsize(), test_IImageList_GetIconSize(), test_menu_bmp_and_string(), test_pack_CREATESTRUCTA(), test_pack_CREATESTRUCTW(), test_pack_DLGITEMTEMPLATE(), test_pack_DLGTEMPLATE(), test_pack_MDICREATESTRUCTA(), test_pack_MDICREATESTRUCTW(), test_pack_SIZE(), test_pack_WINDOWPOS(), test_pen_thickness(), test_SetViewportExt(), test_SetWindowExt(), test_shell_imagelist(), test_TabbedText(), ThemeEndBufferedPaint(), ThemeStartBufferedPaint(), TileWindows(), TOOLBAR_AutoSize(), TOOLBAR_CheckImageListIconSize(), TOOLBAR_DrawMasked(), TOOLBAR_DrawPattern(), TOOLBAR_LayoutToolbar(), TOOLBAR_SetButtonSize(), TOOLBAR_WrapToolbar(), TREEVIEW_CreateDragImage(), UDFDissectName(), UDFIsIllegalChar(), UDFPhysLbaToPart(), ui_desktop_restore(), ui_desktop_save(), ui_destblt(), ui_draw_glyph(), ui_ellipse(), ui_init(), ui_invalidate(), ui_line(), ui_memblt(), ui_paint_bitmap(), ui_patblt(), ui_rect(), ui_screenblt(), ui_set_clip(), ui_triblt(), CTaskSwitchWnd::UpdateButtonsSize(), UserDrawCaption(), VGADDI_HideCursor(), VGADDI_ShowCursor(), vncwinClipRect(), warp_coords(), WarpCoords(), and NotifyArea::WndProc().
Definition at line 586 of file commctrl.h.
Referenced by CMenuDeskBar::_OnPaint(), accel_draw_box(), accel_fill_rect(), accel_screen_copy(), Icon::add_to_imagelist(), AddListViewItems(), QuickLaunchBar::AddShortcuts(), AdjustForExcludeArea(), AdjustFrameSize(), alpha_blend_image(), app_boundary_point(), Window::AppBar_PosChanged(), Window::AppBar_QueryPos(), ApplicationPageWndProc(), BitBlt(), BitmapFromHEMF(), BitmapFromIcon(), BltMask(), BrFolder_OnInitDialog(), bs_copy_box(), bs_memblt(), bs_patblt(), bs_rect(), bs_screenblt(), bs_set_clip(), bs_warp_coords(), BUTTON_DrawTextCallback(), c2sy(), cache_get_desktop(), cache_put_desktop(), cache_rect(), CalculateCoordinates(), CascadeWindows(), CFn_WMDrawItem(), check_bitmap_size(), check_dib_size(), check_ilhead_data(), check_iml_data(), CheckBitmapBitsWithLine(), cicDrawMaskBmpOnDC(), co_WinPosSetWindowPos(), CommonDeskSave(), Conic_To(), contains_mouse(), CopyDIBImage(), CopyMonoImage(), Create24BppBitmap(), Icon::create_bitmap(), create_bitmap(), create_bitmap_from_icon(), create_small_bitmap_from_icon(), createImageList(), CShellLink::CreateShortcutIcon(), CreateUpDownControl(), DeferWindowPos(), ATL::CWindow::DeferWindowPos(), dialog_bitmap_control(), dialog_button_control(), DIALOG_CreateIndirect(), RdpClientUI::Display_DestBlt(), RdpClientUI::Display_DrawGlyph(), RdpClientUI::Display_Ellypse(), RdpClientUI::Display_MemBlt(), RdpClientUI::Display_PaintBitmap(), RdpClientUI::Display_PatBlt(), RdpClientUI::Display_Rect(), RdpClientUI::Display_RepaintArea(), RdpClientUI::Display_RestoreDesktop(), RdpClientUI::Display_SaveDesktop(), RdpClientUI::Display_ScreenBlt(), RdpClientUI::Display_SetClip(), RdpClientUI::Display_TriBlt(), Window::DoCreateMainWnd(), DoCreateWindow(), DoExtractIcon(), DoTestCaseA(), DoTestCaseB(), DoTestEntry(), Icon::draw(), draw_space(), StartMenu::DrawArrows(), DrawFocusRect(), DrawStateA(), DrawStateW(), EMFDC_SetViewportExtEx(), EMFDC_SetWindowExtEx(), EMFDRV_SetViewportExtEx(), EMFDRV_SetWindowExtEx(), Erase(), EventDetails(), ExtractIconW(), fill_rect(), get_rect(), get_selection_rect(), BtrfsContextMenu::get_uac_icon(), get_valid_rects(), getAirBrushRects(), StartMenu::GetArrowButtonRects(), getSplitRects(), CTipbarWnd::GetTipbarHeight(), GreCreateDIBitmapInternal(), GreCreateFrameRgn(), ResizeManager::HandleSize(), HardwareDlgResize(), ICO_ExtractIconExW(), ICONTITLE_SetTitlePos(), image_list_init(), ImageList_BeginDrag(), ImageList_Create(), ImageList_DrawIndirect(), ImageList_GetIconSize(), ImageList_SetIconSize(), ImageListImpl_GetIconSize(), ImageListImpl_GetOriginalSize(), ImageListImpl_Initialize(), ImageListImpl_Resize(), ImageListImpl_SetIconSize(), ImageListImpl_SetOriginalSize(), Imm32PtInRect(), InitBitmapInfo(), CNewMenu::Initialize(), InitPerBitDepth(), InitTreeViewImageLists(), IntCreate32BppBitmap(), IntDeferWindowPos(), IntDrawState(), IntGetMonitorsFromRect(), IntGetWindowBitmap(), IntGetWindowBorderMeasures(), IntPrintWindow(), DWebBrowserEvents2Impl::Invoke(), ITextRange_fnGetPoint(), ITextSelection_fnGetPoint(), LISTVIEW_SetIconSpacing(), LISTVIEW_WindowProc(), LlbVideoPutChar(), load_icon(), load_image(), load_picture(), LoadIconMetric(), LoadIconWithScaleDown(), MainWnd_OnSize(), MainWndProc(), MainWndResize(), MainWndSize(), MaskBlt(), MatrixWndProc(), MD_ListView_OnSetIconSpacing(), MD_OnSize(), MDI_AugmentFrameMenu(), ME_DrawTextWithStyle(), ME_ScrollDown(), ME_ScrollUp(), MENU_DrawBitmapItem(), MENU_FindItemByCoords(), MFDRV_SetDIBitsToDevice(), mi_fill_rect(), mi_paint_rect(), mi_screen_copy(), mi_set_clip(), MyCreateEditCtrl(), NOTEPAD_LoadSettingsFromRegistry(), NOTEPAD_SaveSettingsToRegistry(), DesktopBar::Notify(), nsEmbeddingSiteWindow_GetDimensions(), nsEmbeddingSiteWindow_SetDimensions(), NtGdiCreateDIBitmapInternal(), NtGdiOffsetRgn(), NtGdiPatBlt(), NtUserDeferWindowPos(), NtUserSetWindowPos(), OLEPictureImpl_Render(), OnEnvironmentDlgResize(), OnEnvironmentEditDlgResize(), OnInitDialog(), CTextEditWindow::OnMoving(), CDeviceView::OnSize(), OnSize(), OnTrayInitDialog(), OSK_SetKeys(), PAINTING_DrawStateJam(), CDrvDefExt::PaintStaticControls(), PerformancePageWndProc(), picture_render(), PlgBlt(), CMenuDeskBar::Popup(), DesktopShellView::PositionIcons(), Preview_OnSize(), process_bitmap_updates(), ProcessPageWndProc(), project_and_cliptest(), REBAR_SetBarInfo(), RECTL_vOffsetRect(), redraw(), REGION_bMakeFrameRegion(), REGION_bMakeSimpleFrameRgn(), REGION_bOffsetRgn(), render_masked_bitmap(), Replace(), CAutoComplete::RepositionDropDown(), DesktopBar::Resize(), FileChildWindow::resize_children(), ChildWindow::resize_children(), MainFrameBase::resize_frame(), MDIMainFrame::resize_frame(), SDIMainFrame::resize_frame(), CNotifyToolbar::ResizeImagelist(), ResizeWnd(), Rotate90DegreeBlt(), round_child_height(), set_icon_size(), CUIFBitmapDC::SetBitmap(), CUIFBitmapDC::SetDIB(), CMenuToolbarBase::SetPosSize(), SetWindowPos(), ATL::CWindow::SetWindowPos(), SHELL32_SHExtractIcon(), SkewDIB(), SnapWindow(), STATIC_DrawTextCallback(), STATUSBAR_DrawPart(), SelectionModel::StretchSelection(), SURFACE_AllocSurface(), SelectionModel::SwapWidthAndHeight(), TAB_DrawItemInterior(), TAB_SetItemBounds(), TAB_SetItemSize(), taskdialog_set_icon(), test_add_bitmap(), test_assign(), test_construction(), test_copyconstructor(), test_create_destroy(), test_font_metrics(), test_getitemspacing(), test_himetric(), test_iconsize(), test_IImageList_GetIconSize(), test_menu_bmp_and_string(), test_misc(), test_pack_CREATESTRUCTA(), test_pack_CREATESTRUCTW(), test_pack_DLGITEMTEMPLATE(), test_pack_DLGTEMPLATE(), test_pack_MDICREATESTRUCTA(), test_pack_MDICREATESTRUCTW(), test_pack_SIZE(), test_pack_WINDOWPOS(), test_pen_thickness(), test_SetViewportExt(), test_SetWindowExt(), test_shell_imagelist(), test_TabbedText(), test_VarAdd(), test_VarDiv(), test_VarIdiv(), test_VarImp(), test_VarMul(), test_VarPow(), test_VarSub(), ThemeEndBufferedPaint(), ThemeStartBufferedPaint(), TileWindows(), TOOLBAR_AutoSize(), TOOLBAR_CheckImageListIconSize(), TOOLBAR_DrawMasked(), TOOLBAR_DrawPattern(), TOOLBAR_LayoutToolbar(), TOOLBAR_SetButtonSize(), TREEVIEW_CreateDragImage(), ui_desktop_restore(), ui_desktop_save(), ui_destblt(), ui_draw_glyph(), ui_ellipse(), ui_init(), ui_invalidate(), ui_line(), ui_memblt(), ui_paint_bitmap(), ui_patblt(), ui_rect(), ui_screenblt(), ui_set_clip(), ui_triblt(), CTaskSwitchWnd::UpdateButtonsSize(), UserDrawCaption(), VGADDI_HideCursor(), VGADDI_ShowCursor(), vncwinClipRect(), warp_coords(), and WarpCoords().
Definition at line 5063 of file commctrl.h.
Referenced by CredDialogPasswordSubclassProc(), DragList_SubclassWindowProc(), THEMING_ScrollbarSubclassProc(), and wnd_proc_sub().
Definition at line 603 of file commctrl.h.
Definition at line 5072 of file commctrl.h.
_In_ SUBCLASSPROC pfnSubclass |
Definition at line 5061 of file commctrl.h.
Referenced by GetWindowSubclass(), RemoveWindowSubclass(), and SetWindowSubclass().
Definition at line 604 of file commctrl.h.
Referenced by ImageList_GetImageInfo(), and ImageListImpl_GetImageInfo().
Definition at line 554 of file commctrl.h.
Referenced by ImageList_GetDragImage(), and ImageListImpl_GetDragImage().
_In_ SUBCLASSPROC _In_ UINT_PTR uIdSubclass |
Definition at line 5062 of file commctrl.h.
Referenced by CredDialogPasswordSubclassProc(), and ListViewSubclassProc().