Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/Control/
H A DStatusBar.h11 class CStatusBar: public NWindows::CWindow
17 { return CWindow::SetText(text); } in SetText()
27 { return CWindow::SetText(text); } in SetText()
H A DDialog.h11 class CDialog: public CWindow
15 CDialog(HWND wnd = NULL): CWindow(wnd) {} in CDialog()
44 CWindow window(GetItem(itemID)); in SetItemText()
55 CWindow window(GetItem(unsigned));
63 CWindow window(GetItem(itemID)); in GetItemText()
179 class CDialogChildControl: public NWindows::CWindow
H A DWindow2.h11 class CWindow2: public CWindow
17 CWindow2(HWND newWindow = NULL): CWindow(newWindow) {} in CWindow2()
H A 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()
H A DListView.cpp19 return CWindow::CreateEx(exStyle, WC_LISTVIEW, TEXT(""), style, x, y, width, in CreateEx()
109 CWindow window(hwnd); in ListViewSubclassProc()
H A DEdit.h11 class CEdit: public CWindow
H A DTrackbar.h11 class CTrackbar: public CWindow
H A DProgressBar.h15 class CProgressBar: public CWindow
H A DStatic.h11 class CStatic: public CWindow
H A DReBar.h11 class CReBar: public NWindows::CWindow
H A DToolBar.h11 class CToolBar: public NWindows::CWindow
H A DCommandBar.h17 class CCommandBar: public NWindows::CWindow
H A DDialog.cpp30 CWindow tempDialog(dialogHWND); in DialogProcedure()
338 CWindow wnd(parentHWND); in NormalizePosition()
H A DComboBox.h15 class CComboBox: public CWindow
H A DPropertyPage.cpp27 CWindow tempDialog(dialogHWND); in MyProperyPageProcedure()
H A DListView.h15 class CListView: public NWindows::CWindow
/third_party/lzma/CPP/Windows/
H A 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) const in GetText()
133 bool CWindow::GetText(UString &s) const in GetText()
161 bool CWindow::ModifyStyleBase(int styleOffset,
H A DWindow.h130 class CWindow class
132 Z7_CLASS_NO_COPY(CWindow)
138 CWindow(HWND newWindow = NULL): _window(newWindow) {} in CWindow() function in NWindows::CWindow
139 CWindow& operator=(HWND newWindow) in operator =()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp289 CWindow window(MainWindow); in AddToTitle()
374 CWindow window(GetItem(IDB_PROGRESS_BACKGROUND)); in OnInit()

Completed in 9 milliseconds