Searched refs:CWindow (Results 1 - 19 of 19) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
H A D | StatusBar.h | 11 class CStatusBar: public NWindows::CWindow
17 { return CWindow::SetText(text); }
in SetText() 27 { return CWindow::SetText(text); }
in SetText()
|
H A D | Dialog.h | 11 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 D | Window2.h | 11 class CWindow2: public CWindow
17 CWindow2(HWND newWindow = NULL): CWindow(newWindow) {}
in CWindow2()
|
H A 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()
|
H A D | ListView.cpp | 19 return CWindow::CreateEx(exStyle, WC_LISTVIEW, TEXT(""), style, x, y, width,
in CreateEx() 109 CWindow window(hwnd);
in ListViewSubclassProc()
|
H A D | Edit.h | 11 class CEdit: public CWindow
|
H A D | Trackbar.h | 11 class CTrackbar: public CWindow
|
H A D | ProgressBar.h | 15 class CProgressBar: public CWindow
|
H A D | Static.h | 11 class CStatic: public CWindow
|
H A D | ReBar.h | 11 class CReBar: public NWindows::CWindow
|
H A D | ToolBar.h | 11 class CToolBar: public NWindows::CWindow
|
H A D | CommandBar.h | 17 class CCommandBar: public NWindows::CWindow
|
H A D | Dialog.cpp | 30 CWindow tempDialog(dialogHWND);
in DialogProcedure() 338 CWindow wnd(parentHWND);
in NormalizePosition()
|
H A D | ComboBox.h | 15 class CComboBox: public CWindow
|
H A D | PropertyPage.cpp | 27 CWindow tempDialog(dialogHWND);
in MyProperyPageProcedure()
|
H A D | ListView.h | 15 class CListView: public NWindows::CWindow
|
/third_party/lzma/CPP/Windows/ |
H A 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) const
in GetText() 133 bool CWindow::GetText(UString &s) const
in GetText() 161 bool CWindow::ModifyStyleBase(int styleOffset,
|
H A D | Window.h | 130 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 D | ProgressDialog2.cpp | 289 CWindow window(MainWindow);
in AddToTitle() 374 CWindow window(GetItem(IDB_PROGRESS_BACKGROUND));
in OnInit()
|
Completed in 9 milliseconds