Searched refs:CWindow (Results 1 – 19 of 19) sorted by relevance
/external/lzma/CPP/Windows/Control/ |
D | StatusBar.h | 11 class CStatusBar: public NWindows::CWindow 17 { return CWindow::SetText(text); } in SetText() 27 { return CWindow::SetText(text); } in SetText()
|
D | Dialog.h | 11 class CDialog: public CWindow 14 CDialog(HWND wnd = NULL): CWindow(wnd){}; in CWindow() function 37 CWindow window(GetItem(itemID)); in SetItemText() 155 class CDialogChildControl: public NWindows::CWindow
|
D | Window2.h | 11 class CWindow2: public CWindow 15 CWindow2(HWND newWindow = NULL): CWindow(newWindow){}; in CWindow() function
|
D | Window2.cpp | 31 CWindow tempWindow(aHWND); in WindowProcedure() 70 return CWindow::CreateEx(exStyle, className, windowName, style, in CreateEx() 117 return CWindow::CreateEx(exStyle, className, windowName, style, in CreateEx()
|
D | ListView.cpp | 19 return CWindow::CreateEx(exStyle, WC_LISTVIEW, TEXT(""), style, x, y, width, in CreateEx() 102 CWindow window(hwnd); in ListViewSubclassProc()
|
D | Edit.h | 11 class CEdit: public CWindow
|
D | Trackbar.h | 11 class CTrackbar: public CWindow
|
D | Static.h | 11 class CStatic: public CWindow
|
D | ReBar.h | 11 class CReBar: public NWindows::CWindow
|
D | ProgressBar.h | 15 class CProgressBar: public CWindow
|
D | ToolBar.h | 11 class CToolBar: public NWindows::CWindow
|
D | CommandBar.h | 17 class CCommandBar: public NWindows::CWindow
|
D | ComboBox.h | 15 class CComboBox: public CWindow
|
D | PropertyPage.cpp | 21 CWindow tempDialog(dialogHWND); in MyProperyPageProcedure()
|
D | ListView.h | 15 class CListView: public NWindows::CWindow
|
D | Dialog.cpp | 21 CWindow tempDialog(dialogHWND); in DialogProcedure()
|
/external/lzma/CPP/Windows/ |
D | Window.cpp | 49 bool CWindow::Create(LPCWSTR className, in Create() 67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className, in CreateEx() 114 bool CWindow::GetText(CSysString &s) in GetText() 133 bool CWindow::GetText(UString &s) in GetText()
|
D | Window.h | 53 class CWindow 60 CWindow(HWND newWindow = NULL): _window(newWindow){}; in _window() 61 CWindow& operator=(HWND newWindow)
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.cpp | 285 CWindow window(MainWindow); in AddToTitle() 367 CWindow window(GetItem(IDB_PROGRESS_BACKGROUND)); in OnInit()
|