ReactOS 0.4.16-dev-306-g647d351
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "commctrl.h"
#include "windowsx.h"
Go to the source code of this file.
Classes | |
struct | HEADCOMBO |
struct | COMCTL32_SysColor |
struct | _SUBCLASSPROCS |
struct | SUBCLASS_INFO |
Typedefs | |
typedef struct HEADCOMBO * | LPHEADCOMBO |
typedef struct _SUBCLASSPROCS | SUBCLASSPROCS |
typedef struct _SUBCLASSPROCS * | LPSUBCLASSPROCS |
typedef struct SUBCLASS_INFO * | LPSUBCLASS_INFO |
Enumerations | |
enum | combobox_state_flags { CBF_DROPPED = 0x0001 , CBF_BUTTONDOWN = 0x0002 , CBF_NOROLLUP = 0x0004 , CBF_MEASUREITEM = 0x0008 , CBF_FOCUSED = 0x0010 , CBF_CAPTURE = 0x0020 , CBF_EDIT = 0x0040 , CBF_NORESIZE = 0x0080 , CBF_NOTIFY = 0x0100 , CBF_NOREDRAW = 0x0200 , CBF_SELCHANGE = 0x0400 , CBF_HOT = 0x0800 , CBF_NOEDITNOTIFY = 0x1000 , CBF_NOLBSELECT = 0x2000 , CBF_BEENFOCUSED = 0x4000 , CBF_EUI = 0x8000 } |
Variables | |
HMODULE COMCTL32_hModule | DECLSPEC_HIDDEN |
#define COMCTL32_VERSION_MINOR 81 |
Definition at line 205 of file comctl32.h.
#define HKY_NONE 2048 |
Definition at line 106 of file comctl32.h.
#define IDB_CMDLINK 402 |
Definition at line 92 of file comctl32.h.
#define IDB_HIST_LARGE 131 |
Definition at line 82 of file comctl32.h.
#define IDB_HIST_SMALL 130 |
Definition at line 81 of file comctl32.h.
#define IDB_STD_LARGE 121 |
Definition at line 78 of file comctl32.h.
#define IDB_STD_SMALL 120 |
Definition at line 77 of file comctl32.h.
#define IDB_VIEW_LARGE 125 |
Definition at line 80 of file comctl32.h.
#define IDB_VIEW_SMALL 124 |
Definition at line 79 of file comctl32.h.
#define IDC_APPLY_BUTTON 12321 |
Definition at line 54 of file comctl32.h.
#define IDC_AVAILBTN_LBOX 201 |
Definition at line 66 of file comctl32.h.
#define IDC_BACK_BUTTON 12323 |
Definition at line 55 of file comctl32.h.
#define IDC_COPY 104 |
Definition at line 97 of file comctl32.h.
#define IDC_DIVIDER 106 |
Definition at line 98 of file comctl32.h.
#define IDC_DIVIDEROPEN 107 |
Definition at line 99 of file comctl32.h.
#define IDC_FINISH_BUTTON 12325 |
Definition at line 57 of file comctl32.h.
#define IDC_HELP_BTN 205 |
Definition at line 70 of file comctl32.h.
#define IDC_MOVEBUTTON 102 |
Definition at line 96 of file comctl32.h.
#define IDC_MOVEDN_BTN 207 |
Definition at line 72 of file comctl32.h.
#define IDC_MOVEUP_BTN 206 |
Definition at line 71 of file comctl32.h.
#define IDC_NEXT_BUTTON 12324 |
Definition at line 56 of file comctl32.h.
#define IDC_REMOVE_BTN 204 |
Definition at line 69 of file comctl32.h.
#define IDC_RESET_BTN 202 |
Definition at line 67 of file comctl32.h.
#define IDC_SUNKEN_LINE 12326 |
Definition at line 58 of file comctl32.h.
#define IDC_SUNKEN_LINEHEADER 12327 |
Definition at line 59 of file comctl32.h.
#define IDC_TABCONTROL 12320 |
Definition at line 53 of file comctl32.h.
#define IDC_TOOLBARBTN_LBOX 203 |
Definition at line 68 of file comctl32.h.
#define IDD_PROPSHEET 1006 |
Definition at line 50 of file comctl32.h.
#define IDD_TBCUSTOMIZE 200 |
Definition at line 64 of file comctl32.h.
#define IDD_WIZARD 1020 |
Definition at line 51 of file comctl32.h.
#define IDI_DRAGARROW 501 |
Definition at line 103 of file comctl32.h.
#define IDI_TT_ERROR_SM 28 |
Definition at line 111 of file comctl32.h.
#define IDI_TT_INFO_SM 22 |
Definition at line 109 of file comctl32.h.
#define IDI_TT_WARN_SM 25 |
Definition at line 110 of file comctl32.h.
#define IDM_GOTODAY 4164 |
Definition at line 85 of file comctl32.h.
#define IDM_TODAY 4163 |
Definition at line 84 of file comctl32.h.
#define IDS_BUTTON_CANCEL 3004 |
Definition at line 118 of file comctl32.h.
#define IDS_BUTTON_CLOSE 3005 |
Definition at line 119 of file comctl32.h.
#define IDS_BUTTON_NO 3001 |
Definition at line 115 of file comctl32.h.
#define IDS_BUTTON_OK 3003 |
Definition at line 117 of file comctl32.h.
#define IDS_BUTTON_RETRY 3002 |
Definition at line 116 of file comctl32.h.
#define IDS_BUTTON_YES 3000 |
Definition at line 114 of file comctl32.h.
#define IDS_CLOSE 4160 |
Definition at line 61 of file comctl32.h.
#define IDS_SEPARATOR 1024 |
Definition at line 74 of file comctl32.h.
#define IDS_TD_COLLAPSED 3021 |
Definition at line 122 of file comctl32.h.
#define IDS_TD_EXPANDED 3020 |
Definition at line 121 of file comctl32.h.
#define IDT_CHECK 401 |
Definition at line 89 of file comctl32.h.
#define WM_SYSTIMER 0x0118 |
Definition at line 125 of file comctl32.h.
typedef struct HEADCOMBO * LPHEADCOMBO |
typedef struct SUBCLASS_INFO * LPSUBCLASS_INFO |
typedef struct _SUBCLASSPROCS * LPSUBCLASSPROCS |
typedef struct _SUBCLASSPROCS SUBCLASSPROCS |
Definition at line 128 of file comctl32.h.
Definition at line 68 of file comctl32undoc.c.
Referenced by AddMRUData(), AddMRUStringA(), create_mru_list(), CreateMRUListLazyA(), CreateMRUListLazyW(), FindMRUData(), and FindMRUStringA().
Definition at line 965 of file animate.c.
Referenced by DllMain().
Definition at line 2223 of file button.c.
Referenced by DllMain().
Definition at line 2116 of file combo.c.
Referenced by DllMain().
Definition at line 2168 of file comboex.c.
Referenced by DllMain().
Definition at line 3175 of file listbox.c.
Referenced by DllMain().
Definition at line 1551 of file commctrl.c.
Referenced by LISTVIEW_WindowProc(), and TREEVIEW_StyleChanged().
void COMCTL32_DrawInsertMark | ( | HDC | hDC, |
const RECT * | lpRect, | ||
COLORREF | clrInsertMark, | ||
BOOL | bHorizontal | ||
) |
Definition at line 1633 of file commctrl.c.
Referenced by TOOLBAR_Refresh().
void COMCTL32_EnsureBitmapSize | ( | HBITMAP * | pBitmap, |
int | cxMinWidth, | ||
int | cyMinHeight, | ||
COLORREF | crBackground | ||
) |
Definition at line 1685 of file commctrl.c.
Referenced by TOOLBAR_AddBitmapToImageList().
void COMCTL32_GetFontMetrics | ( | HFONT | hFont, |
TEXTMETRICW * | ptm | ||
) |
Definition at line 1728 of file commctrl.c.
Referenced by STATUSBAR_ComputeHeight().
Definition at line 1755 of file commctrl.c.
Referenced by ANIMATE_WindowProc(), COMBOEX_WindowProc(), DATETIME_WindowProc(), FlatSB_WindowProc(), HEADER_WindowProc(), HOTKEY_WindowProc(), IPADDRESS_WindowProc(), LISTVIEW_WindowProc(), MONTHCAL_WindowProc(), NATIVEFONT_WindowProc(), ProgressWindowProc(), REBAR_WindowProc(), StatusWindowProc(), SysLinkWindowProc(), TAB_WindowProc(), ToolbarWindowProc(), TOOLTIPS_WindowProc(), TRACKBAR_WindowProc(), TREEVIEW_WindowProc(), and UpDownWindowProc().
Definition at line 1593 of file commctrl.c.
Referenced by COMBOEX_WindowProc(), DllMain(), HEADER_WindowProc(), IPADDRESS_WindowProc(), LISTVIEW_WindowProc(), MONTHCAL_WindowProc(), PROPSHEET_DialogProc(), REBAR_WindowProc(), STATIC_WindowProc(), StatusWindowProc(), SysLinkWindowProc(), TAB_WindowProc(), TOOLBAR_SysColorChange(), TOOLTIPS_WindowProc(), and TREEVIEW_WindowProc().
Definition at line 1719 of file datetime.c.
Referenced by DllMain().
Definition at line 1737 of file datetime.c.
Referenced by DllMain().
Definition at line 5279 of file edit.c.
Referenced by DllMain().
Definition at line 267 of file flatsb.c.
Referenced by DllMain().
Definition at line 113 of file comctl32undoc.c.
Definition at line 132 of file comctl32undoc.c.
Referenced by DECLARE_INTERFACE_(), and InitFunctionPtrs().
Definition at line 2287 of file header.c.
Referenced by DllMain().
Definition at line 541 of file hotkey.c.
Referenced by DllMain().
Definition at line 662 of file ipaddress.c.
Referenced by DllMain().
Definition at line 679 of file ipaddress.c.
Referenced by DllMain().
Definition at line 3160 of file listbox.c.
Referenced by DllMain().
Definition at line 12021 of file listview.c.
Referenced by DllMain().
Definition at line 12046 of file listview.c.
Referenced by DllMain().
Definition at line 1796 of file commctrl.c.
int MONTHCAL_CalculateDayOfWeek | ( | SYSTEMTIME * | date, |
BOOL | inplace | ||
) |
Definition at line 467 of file monthcal.c.
LONG MONTHCAL_CompareSystemTime | ( | const SYSTEMTIME * | first, |
const SYSTEMTIME * | second | ||
) |
Definition at line 302 of file monthcal.c.
Referenced by DATETIME_IncreaseField(), DATETIME_IsDateInValidRange(), MONTHCAL_IsDateInValidRange(), and MONTHCAL_SetSelRange().
Definition at line 214 of file monthcal.c.
Definition at line 3034 of file monthcal.c.
Referenced by DllMain().
Definition at line 113 of file nativefont.c.
Referenced by DllMain().
Definition at line 131 of file nativefont.c.
Referenced by DllMain().
Definition at line 1563 of file pager.c.
Referenced by DllMain().
Definition at line 748 of file progress.c.
Referenced by DllMain().
Definition at line 769 of file progress.c.
Referenced by DllMain().
Definition at line 92 of file comctl32undoc.c.
Referenced by Str_SetPtrAtoW(), and Str_SetPtrWtoA().
Definition at line 3837 of file rebar.c.
Referenced by DllMain().
Definition at line 242 of file button.c.
Definition at line 1841 of file commctrl.c.
Referenced by COMBOEX_SetExtendedStyle().
Definition at line 803 of file static.c.
Referenced by DllMain().
Definition at line 1336 of file status.c.
Referenced by DllMain().
Definition at line 132 of file string.c.
Referenced by InitFunctionPtrs().
Definition at line 947 of file comctl32undoc.c.
Referenced by TOOLTIPS_GetDispInfoA().
Definition at line 200 of file string.c.
Referenced by HEADER_GetItemT(), HEADER_PrepareCallbackItems(), InitFunctionPtrs(), REBAR_GetBandInfoT(), TAB_GetItemT(), TOOLBAR_GetButtonInfoT(), and TOOLTIPS_GetDispInfoW().
Definition at line 906 of file comctl32undoc.c.
Referenced by HEADER_GetItemT(), REBAR_GetBandInfoT(), TAB_GetItemT(), and TOOLBAR_GetButtonInfoT().
Definition at line 992 of file comctl32undoc.c.
Referenced by HEADER_CopyHDItemForNotify(), HEADER_PrepareCallbackItems(), HEADER_StoreHDItemInHeader(), REBAR_InsertBandT(), REBAR_SetBandInfoT(), set_string_index(), TAB_InsertItemT(), TAB_SetItemT(), and TOOLBAR_AddStringA().
Definition at line 1030 of file comctl32undoc.c.
Referenced by HEADER_CopyHDItemForNotify(), notify_forward_header(), and PAGER_ConvertText().
Definition at line 1747 of file syslink.c.
Referenced by DllMain().
Definition at line 3480 of file tab.c.
Referenced by DllMain().
Definition at line 208 of file theming.c.
Referenced by THEMING_ScrollbarSubclassProc().
Definition at line 108 of file theming.c.
Referenced by DllMain().
Definition at line 7281 of file toolbar.c.
Referenced by DllMain().
Definition at line 2375 of file tooltips.c.
Referenced by DllMain().
Definition at line 2068 of file trackbar.c.
Referenced by DllMain().
Definition at line 2085 of file trackbar.c.
Referenced by DllMain().
Definition at line 5940 of file treeview.c.
Referenced by DllMain().
Definition at line 5961 of file treeview.c.
Referenced by DllMain().
Definition at line 1177 of file updown.c.
Referenced by DllMain().
|
extern |
Definition at line 47 of file comctl32.h.