Home
last modified time | relevance | path

Searched refs:hwndListBox (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/cpl/sysdm/
H A Dvirtmem.c353 SetListBoxColumns(HWND hwndListBox) in SetListBoxColumns() argument
356 MapDialogRect(hwndListBox, &rect); in SetListBoxColumns()
358 SendMessage(hwndListBox, LB_SETTABSTOPS, (WPARAM)1, (LPARAM)&rect.right); in SetListBoxColumns()
/reactos/sdk/include/psdk/
H A Dwindowsx.h121 …ARTOITEM(hwnd,ch,hwndListBox,iCaret,fn) (int)(DWORD)(fn)((hwnd),WM_CHARTOITEM,MAKEWPARAM((UINT)(iC… argument
237 …_WM_VKEYTOITEM(hwnd,vk,hwndListBox,iCaret,fn) (int)(DWORD)(fn)((hwnd),WM_VKEYTOITEM,MAKEWPARAM((vk… argument
/reactos/win32ss/user/user32/controls/
H A Dedit.c143 HWND hwndListBox; /* handle of ComboBox's listbox or NULL */ member
3506 HWND hLBox = es->hwndListBox;
3718 if (es->hwndListBox == NULL) {
4103 if( !((es->style & ES_MULTILINE) || es->hwndListBox))
4675 es->hwndListBox = GetDlgItem(es->hwndParent, ID_CB_LISTBOX);
5142 if (es->hwndListBox)
5184 if (es->hwndListBox)
/reactos/dll/win32/shell32/dialogs/
H A Dfiletypes.cpp429 HWND hwndListBox = GetDlgItem(hwndDlg, IDC_EDITTYPE_LISTBOX); in EditTypeDlg_OnDrawItem() local
430 SendMessageW(hwndListBox, LB_GETTEXT, pDraw->itemID, (LPARAM)szText); in EditTypeDlg_OnDrawItem()
433 hFont = (HFONT)SendMessageW(hwndListBox, WM_GETFONT, 0, 0); in EditTypeDlg_OnDrawItem()
/reactos/dll/win32/comctl32/
H A Dedit.c135 HWND hwndListBox; /* handle of ComboBox's listbox or NULL */ member
3284 HWND hLBox = es->hwndListBox; in EDIT_CheckCombo()
3929 if( !((es->style & ES_MULTILINE) || es->hwndListBox)) in EDIT_WM_SetText()
4546 es->hwndListBox = GetDlgItem(es->hwndParent, ID_CB_LISTBOX); in EDIT_WM_NCCreate()
4963 if (es->hwndListBox) in EDIT_WindowProc()
4982 if (es->hwndListBox) in EDIT_WindowProc()