ReactOS 0.4.15-dev-7131-ge4d03f4
|
#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 199 of file comctl32.h.
#define HKY_NONE 2048 |
Definition at line 103 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 94 of file comctl32.h.
#define IDC_DIVIDER 106 |
Definition at line 95 of file comctl32.h.
#define IDC_DIVIDEROPEN 107 |
Definition at line 96 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 93 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 100 of file comctl32.h.
#define IDI_TT_ERROR_SM 28 |
Definition at line 108 of file comctl32.h.
#define IDI_TT_INFO_SM 22 |
Definition at line 106 of file comctl32.h.
#define IDI_TT_WARN_SM 25 |
Definition at line 107 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 115 of file comctl32.h.
#define IDS_BUTTON_CLOSE 3005 |
Definition at line 116 of file comctl32.h.
#define IDS_BUTTON_NO 3001 |
Definition at line 112 of file comctl32.h.
#define IDS_BUTTON_OK 3003 |
Definition at line 114 of file comctl32.h.
#define IDS_BUTTON_RETRY 3002 |
Definition at line 113 of file comctl32.h.
#define IDS_BUTTON_YES 3000 |
Definition at line 111 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 IDT_CHECK 401 |
Definition at line 89 of file comctl32.h.
#define WM_SYSTIMER 0x0118 |
Definition at line 119 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 122 of file comctl32.h.
Definition at line 71 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 2129 of file button.c.
Referenced by DllMain().
Definition at line 2159 of file combo.c.
Referenced by DllMain().
Definition at line 2169 of file comboex.c.
Referenced by DllMain().
Definition at line 3069 of file listbox.c.
Referenced by DllMain().
Definition at line 1544 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 1626 of file commctrl.c.
Referenced by TOOLBAR_Refresh().
void COMCTL32_EnsureBitmapSize | ( | HBITMAP * | pBitmap, |
int | cxMinWidth, | ||
int | cyMinHeight, | ||
COLORREF | crBackground | ||
) |
Definition at line 1678 of file commctrl.c.
Referenced by TOOLBAR_AddBitmapToImageList().
void COMCTL32_GetFontMetrics | ( | HFONT | hFont, |
TEXTMETRICW * | ptm | ||
) |
Definition at line 1721 of file commctrl.c.
Referenced by STATUSBAR_ComputeHeight().
Definition at line 1748 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 1586 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 5162 of file edit.c.
Referenced by DllMain().
Definition at line 267 of file flatsb.c.
Referenced by DllMain().
Definition at line 116 of file comctl32undoc.c.
Definition at line 135 of file comctl32undoc.c.
Referenced by DECLARE_INTERFACE_(), and InitFunctionPtrs().
Definition at line 2280 of file header.c.
Referenced by DllMain().
Definition at line 541 of file hotkey.c.
Referenced by DllMain().
Definition at line 655 of file ipaddress.c.
Referenced by DllMain().
Definition at line 672 of file ipaddress.c.
Referenced by DllMain().
Definition at line 3054 of file listbox.c.
Referenced by DllMain().
Definition at line 12015 of file listview.c.
Referenced by DllMain().
Definition at line 12040 of file listview.c.
Referenced by DllMain().
Definition at line 1789 of file commctrl.c.
int MONTHCAL_CalculateDayOfWeek | ( | SYSTEMTIME * | date, |
BOOL | inplace | ||
) |
Definition at line 468 of file monthcal.c.
LONG MONTHCAL_CompareSystemTime | ( | const SYSTEMTIME * | first, |
const SYSTEMTIME * | second | ||
) |
Definition at line 303 of file monthcal.c.
Referenced by DATETIME_IncreaseField(), DATETIME_IsDateInValidRange(), MONTHCAL_IsDateInValidRange(), and MONTHCAL_SetSelRange().
Definition at line 215 of file monthcal.c.
Definition at line 3035 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 1103 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 95 of file comctl32undoc.c.
Referenced by Str_SetPtrAtoW(), and Str_SetPtrWtoA().
Definition at line 3826 of file rebar.c.
Referenced by DllMain().
Definition at line 239 of file button.c.
Definition at line 1834 of file commctrl.c.
Referenced by COMBOEX_SetExtendedStyle().
Definition at line 793 of file static.c.
Referenced by DllMain().
Definition at line 1333 of file status.c.
Referenced by DllMain().
Definition at line 136 of file string.c.
Referenced by InitFunctionPtrs().
Definition at line 950 of file comctl32undoc.c.
Referenced by TOOLTIPS_GetDispInfoA().
Definition at line 204 of file string.c.
Referenced by HEADER_GetItemT(), HEADER_PrepareCallbackItems(), InitFunctionPtrs(), REBAR_GetBandInfoT(), TAB_GetItemT(), TOOLBAR_GetButtonInfoT(), and TOOLTIPS_GetDispInfoW().
Definition at line 909 of file comctl32undoc.c.
Referenced by HEADER_GetItemT(), REBAR_GetBandInfoT(), TAB_GetItemT(), and TOOLBAR_GetButtonInfoT().
Definition at line 995 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 1033 of file comctl32undoc.c.
Referenced by HEADER_CopyHDItemForNotify(), and notify_forward_header().
Definition at line 1742 of file syslink.c.
Referenced by DllMain().
Definition at line 3476 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 7189 of file toolbar.c.
Referenced by DllMain().
Definition at line 2409 of file tooltips.c.
Referenced by DllMain().
Definition at line 2049 of file trackbar.c.
Referenced by DllMain().
Definition at line 2066 of file trackbar.c.
Referenced by DllMain().
Definition at line 5926 of file treeview.c.
Referenced by DllMain().
Definition at line 5947 of file treeview.c.
Referenced by DllMain().
Definition at line 1175 of file updown.c.
Referenced by DllMain().
|
extern |
Definition at line 47 of file comctl32.h.