Searched defs:exStyle (Results 1 – 9 of 9) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
D | Window2.cpp | 49 bool CWindow2::CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, in CreateEx() 76 bool CWindow2::CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName, in CreateEx()
|
D | ListView.h | 101 …void SetExtendedListViewStyle(DWORD exStyle) { ListView_SetExtendedListViewStyle(_window, exStyle)… in SetExtendedListViewStyle() 102 …void SetExtendedListViewStyle(DWORD exMask, DWORD exStyle) { ListView_SetExtendedListViewStyleEx(_… in SetExtendedListViewStyle()
|
D | ComboBox.h | 68 …DWORD SetExtendedStyle(DWORD exMask, DWORD exStyle) { return (DWORD)SendMsg(CBEM_SETEXTENDEDSTYLE,… in SetExtendedStyle()
|
D | ListView.cpp | 14 bool CListView::CreateEx(DWORD exStyle, DWORD style, in CreateEx()
|
/third_party/lzma/CPP/Windows/ |
D | Window.cpp | 67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className, in CreateEx()
|
D | Window.h | 85 bool CreateEx(DWORD exStyle, LPCTSTR className, in CreateEx()
|
/third_party/glfw/src/ |
D | win32_window.c | 183 static void getFullWindowSize(DWORD style, DWORD exStyle, in getFullWindowSize() 861 DWORD exStyle = getWindowExStyle(window); in createNativeWindow() local
|
/third_party/skia/src/utils/win/ |
D | SkWGL_win.cpp | 205 DWORD style, exStyle; in create_temp_window() local
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12Sample.cpp | 1472 DWORD exStyle = 0; in main() local
|