Home
last modified time | relevance | path

Searched refs:TreeView_SetImageList (Results 1 – 18 of 18) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dshellbrowser.cpp82 (void)TreeView_SetImageList(_left_hwnd, _himl_old, TVSIL_NORMAL); in ~ShellBrowser()
178 _himl_old = TreeView_SetImageList(_left_hwnd, _himl, TVSIL_NORMAL); in InitializeTree()
271 (void)TreeView_SetImageList(_left_hwnd, _himl_old, TVSIL_NORMAL); in invalidate_cache()
277 _himl_old = TreeView_SetImageList(_left_hwnd, _himl, TVSIL_NORMAL); in invalidate_cache()
H A Dmainframe.cpp238 _himl_old = TreeView_SetImageList(_hsidebar, _himl, TVSIL_NORMAL); in MainFrameBase()
291 (void)TreeView_SetImageList(_hsidebar, _himl_old, TVSIL_NORMAL); in ~MainFrameBase()
/reactos/base/applications/mscutils/servman/
H A Ddependencies_tv1.c193 (void)TreeView_SetImageList(pDependData->hDependsTreeView1, in TV1_Initialize()
H A Ddependencies_tv2.c190 (void)TreeView_SetImageList(pDependData->hDependsTreeView2, in TV2_Initialize()
/reactos/base/applications/msconfig_new/comctl32ex/
H A Dtreeview.c81 TreeView_SetImageList(hTree, in TreeView_Set3StateCheck()
/reactos/modules/rostests/winetests/GUI/
H A Dbrowsewnd.c251 (void)TreeView_SetImageList(pInfo->hBrowseTV, in PopulateTreeView()
/reactos/dll/cpl/hotplug/
H A Dhotplug.c255 TreeView_SetImageList(pHotplugData->hwndDeviceTree, in SafeRemovalDlgProc()
/reactos/dll/cpl/input/
H A Dsettings_page.c404 hOldImageList = TreeView_SetImageList(hwndInputList, hLayoutImageList, TVSIL_NORMAL); in OnInitSettingsPage()
/reactos/dll/win32/devmgr/devmgmt/
H A DDeviceView.cpp76 (void)TreeView_SetImageList(m_hTreeView, in Initialize()
/reactos/base/applications/regedit/
H A Dtreeview.c491 (void)TreeView_SetImageList(hwndTV, himl, TVSIL_NORMAL); in InitTreeViewImageLists()
/reactos/dll/win32/shell32/dialogs/
H A Dview.cpp636 TreeView_SetImageList(hwndTreeView, s_hTreeImageList, TVSIL_NORMAL); in ViewDlg_OnInitDialog()
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dtraynotify.cpp908 (void)TreeView_SetImageList(_tree_ctrl, _himl, TVSIL_NORMAL); in TrayNotifyDlg()
/reactos/dll/cpl/mmsys/
H A Dsounds.c947 TreeView_SetImageList(hList, pGlobalData->hSoundsImageList, TVSIL_NORMAL); in ShowSoundScheme()
/reactos/dll/win32/shdocvw/
H A DCNSCBand.cpp253 TreeView_SetImageList(m_hwndTreeView, (HIMAGELIST)piml, TVSIL_NORMAL); in _CreateTreeView()
/reactos/dll/win32/shell32/
H A Dbrfolder.cpp155 TreeView_SetImageList(info->hwndTreeView, hImageList, 0); in BrFolder_InitTreeView()
H A DCOpenWithMenu.cpp1017 (void)TreeView_SetImageList(m_hTreeView, m_hImgList, TVSIL_NORMAL); in Init()
/reactos/base/applications/mscutils/eventvwr/
H A Deventvwr.c3119 TreeView_SetImageList(hwndTreeView, hSmall, TVSIL_NORMAL); in InitInstance()
/reactos/sdk/include/psdk/
H A Dcommctrl.h3452 #define TreeView_SetImageList(hwnd,himl,iImage) (HIMAGELIST)SNDMSG((hwnd),TVM_SETIMAGELIST,iImage,(… macro