ReactOS
0.4.15-dev-4610-g11e0ed3
|
#include <user32.h>
Go to the source code of this file.
Macros | |
#define | CB_NOTIFY(lphc, code) |
#define | CB_DISABLED(lphc) (!IsWindowEnabled((lphc)->self)) |
#define | CB_OWNERDRAWN(lphc) ((lphc)->dwStyle & (CBS_OWNERDRAWFIXED | CBS_OWNERDRAWVARIABLE)) |
#define | CB_HASSTRINGS(lphc) ((lphc)->dwStyle & CBS_HASSTRINGS) |
#define | CB_HWND(lphc) ((lphc)->self) |
#define | CB_GETTYPE(lphc) ((lphc)->dwStyle & (CBS_DROPDOWNLIST)) |
#define | ISWIN31 (LOWORD(GetVersion()) == 0x0a03) |
#define | COMBO_YBORDERGAP 5 |
#define | COMBO_XBORDERSIZE() 2 |
#define | COMBO_YBORDERSIZE() 2 |
#define | COMBO_EDITBUTTONSPACE() 0 |
#define | EDIT_CONTROL_PADDING() 1 |
Variables | |
static HBITMAP | hComboBmp = 0 |
static UINT | CBitHeight |
static UINT | CBitWidth |
static const WCHAR | comboboxW [] = {'C','o','m','b','o','B','o','x',0} |
const struct builtin_class_descr | COMBO_builtin_class |
#define CB_DISABLED | ( | lphc | ) | (!IsWindowEnabled((lphc)->self)) |
#define CB_GETTYPE | ( | lphc | ) | ((lphc)->dwStyle & (CBS_DROPDOWNLIST)) |
#define CB_HASSTRINGS | ( | lphc | ) | ((lphc)->dwStyle & CBS_HASSTRINGS) |
#define CB_OWNERDRAWN | ( | lphc | ) | ((lphc)->dwStyle & (CBS_OWNERDRAWFIXED | CBS_OWNERDRAWVARIABLE)) |
#define ISWIN31 (LOWORD(GetVersion()) == 0x0a03) |
|
static |
Definition at line 328 of file combo.c.
Referenced by COMBO_Create(), COMBO_Font(), COMBO_SetItemHeight(), COMBO_Size(), and ComboWndProc_common().
|
static |
Definition at line 990 of file combo.c.
Referenced by COMBO_FlipListbox(), COMBO_LButtonDown(), and ComboWndProc_common().
|
static |
Definition at line 297 of file combo.c.
Referenced by COMBO_Create(), COMBO_Font(), and COMBO_SetItemHeight().
|
static |
Definition at line 438 of file combo.c.
Referenced by ComboWndProc_common().
|
static |
Definition at line 202 of file combo.c.
Referenced by CBCalcPlacement(), CBForceDummyResize(), COMBO_Size(), and ComboWndProc_common().
Definition at line 831 of file combo.c.
Referenced by COMBO_Paint().
|
static |
Definition at line 626 of file combo.c.
Referenced by COMBO_Paint().
|
static |
Definition at line 700 of file combo.c.
Referenced by COMBO_Paint(), and ComboWndProc_common().
|
static |
Definition at line 1160 of file combo.c.
Referenced by COMBO_LButtonDown(), COMBO_LButtonUp(), and COMBO_MouseMove().
|
static |
Definition at line 1484 of file combo.c.
Referenced by COMBO_Font(), COMBO_SetItemHeight(), and COMBO_Size().
|
static |
Definition at line 1090 of file combo.c.
Referenced by COMBO_Command(), COMBO_FlipListbox(), COMBO_KillFocus(), COMBO_LButtonDown(), and ComboWndProc_common().
|
static |
Definition at line 952 of file combo.c.
Referenced by CBDropDown(), COMBO_Command(), COMBO_LButtonUp(), and COMBO_SelectString().
|
static |
Definition at line 918 of file combo.c.
Referenced by CBDropDown(), COMBO_Command(), COMBO_LButtonUp(), and COMBO_MouseMove().
|
static |
Definition at line 1217 of file combo.c.
Referenced by ComboWndProc_common().
|
static |
Definition at line 453 of file combo.c.
Referenced by ComboWndProc_common().
BOOL COMBO_FlipListbox | ( | LPHEADCOMBO | lphc, |
BOOL | ok, | ||
BOOL | bRedrawButton | ||
) |
Definition at line 1145 of file combo.c.
|
static |
Definition at line 1578 of file combo.c.
Referenced by ComboWndProc_common().
|
static |
Definition at line 1785 of file combo.c.
Referenced by ComboWndProc_common().
|
static |
Definition at line 1434 of file combo.c.
Referenced by ComboWndProc_common().
|
static |
Definition at line 1384 of file combo.c.
Referenced by ComboWndProc_common().
Definition at line 88 of file combo.c.
Referenced by COMBO_NCCreate().
|
static |
Definition at line 1336 of file combo.c.
Referenced by ComboWndProc_common().
|
static |
Definition at line 1191 of file combo.c.
Referenced by COMBO_Command(), and ComboWndProc_common().
|
static |
Definition at line 1673 of file combo.c.
Referenced by ComboWndProc_common().
|
static |
Definition at line 1718 of file combo.c.
Referenced by ComboWndProc_common().
|
static |
Definition at line 1751 of file combo.c.
Referenced by ComboWndProc_common().
Definition at line 135 of file combo.c.
Referenced by ComboWndProc_common().
|
static |
Definition at line 174 of file combo.c.
Referenced by ComboWndProc_common().
|
static |
Definition at line 856 of file combo.c.
Referenced by ComboWndProc_common().
|
static |
Definition at line 651 of file combo.c.
Referenced by CBPaintText(), and COMBO_Paint().
|
static |
Definition at line 1654 of file combo.c.
Referenced by ComboWndProc_common().
|
static |
Definition at line 1169 of file combo.c.
Referenced by COMBO_Command(), and ComboWndProc_common().
|
static |
Definition at line 1615 of file combo.c.
Referenced by ComboWndProc_common().
|
static |
Definition at line 1526 of file combo.c.
Referenced by ComboWndProc_common().
LRESULT WINAPI ComboWndProc_common | ( | HWND | hwnd, |
UINT | message, | ||
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL | unicode | ||
) |
Definition at line 1822 of file combo.c.
Referenced by RegisterClientPFN().
BOOL WINAPI GetComboBoxInfo | ( | HWND | hwndCombo, |
PCOMBOBOXINFO | pcbi | ||
) |
Definition at line 2313 of file combo.c.
Referenced by get_combobox_info(), test_editselection(), test_editselection_focus(), test_listbox_size(), test_listbox_styles(), test_WM_LBUTTONDOWN(), and test_WS_VSCROLL().
Definition at line 1803 of file combo.c.
Referenced by ComboWndProc_common().
WINE_DEFAULT_DEBUG_CHANNEL | ( | combo | ) |
|
static |
Definition at line 51 of file combo.c.
Referenced by COMBO_Init().
|
static |
Definition at line 51 of file combo.c.
Referenced by COMBO_Init().
const struct builtin_class_descr COMBO_builtin_class |
|
static |
Definition at line 50 of file combo.c.
Referenced by COMBO_Init().