Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DStatusBar.h11 class CStatusBar: public NWindows::CWindow
17 { return CWindow::SetText(text); } in SetText()
27 { return CWindow::SetText(text); } in SetText()
DDialog.h11 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
DWindow2.h11 class CWindow2: public CWindow
15 CWindow2(HWND newWindow = NULL): CWindow(newWindow){}; in CWindow() function
DWindow2.cpp31 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()
DListView.cpp19 return CWindow::CreateEx(exStyle, WC_LISTVIEW, TEXT(""), style, x, y, width, in CreateEx()
102 CWindow window(hwnd); in ListViewSubclassProc()
DEdit.h11 class CEdit: public CWindow
DTrackbar.h11 class CTrackbar: public CWindow
DStatic.h11 class CStatic: public CWindow
DReBar.h11 class CReBar: public NWindows::CWindow
DProgressBar.h15 class CProgressBar: public CWindow
DToolBar.h11 class CToolBar: public NWindows::CWindow
DCommandBar.h17 class CCommandBar: public NWindows::CWindow
DComboBox.h15 class CComboBox: public CWindow
DPropertyPage.cpp21 CWindow tempDialog(dialogHWND); in MyProperyPageProcedure()
DListView.h15 class CListView: public NWindows::CWindow
DDialog.cpp21 CWindow tempDialog(dialogHWND); in DialogProcedure()
/external/lzma/CPP/Windows/
DWindow.cpp49 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()
DWindow.h53 class CWindow
60 CWindow(HWND newWindow = NULL): _window(newWindow){}; in _window()
61 CWindow& operator=(HWND newWindow)
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp285 CWindow window(MainWindow); in AddToTitle()
367 CWindow window(GetItem(IDB_PROGRESS_BACKGROUND)); in OnInit()