Searched refs:hwnd_list_view_ (Results 1 – 2 of 2) sorted by relevance
71 hwnd_list_view_(hwnd_list_view), in list_view_builder()120 ListView_SetImageList(hwnd_list_view_, h_ils, LVSIL_SMALL); in setup_list_view()135 ListView_InsertColumn(hwnd_list_view_, 0, &lvc); in setup_list_view()139 ListView_InsertColumn(hwnd_list_view_, 1, &lvc); in setup_list_view()177 ListView_InsertItem(hwnd_list_view_, &lvi); in insert_item()183 ListView_SetItem(hwnd_list_view_, &lvi); in insert_item()192 return hwnd_list_view_; in get_list_view()
81 HWND hwnd_list_view_; member in list_view_builder
Completed in 10 milliseconds