Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/wine/
H A Dcontrol.c221 #define LISTVIEW_DEFSTYLE (WS_CHILD | WS_VISIBLE | WS_TABSTOP |\ macro
236 empty_string, LISTVIEW_DEFSTYLE | LVS_ICON, in Control_CreateListView()
406 SetWindowLongW(panel->hWndListView, GWL_STYLE, LISTVIEW_DEFSTYLE | style); in Control_UpdateListViewStyle()