/external/lzma/CPP/Windows/Control/ |
Edit.h | 11 class CEdit: public CWindow
|
Trackbar.h | 12 class CTrackbar1: public CWindow
|
StatusBar.h | 11 class CStatusBar: public NWindows::CWindow
17 { return CWindow::SetText(text); }
27 { return CWindow::SetText(text); }
|
Static.h | 11 class CStatic: public CWindow
|
Window2.h | 11 class CWindow2: public CWindow
15 CWindow2(HWND newWindow = NULL): CWindow(newWindow){};
|
ProgressBar.h | 11 class CProgressBar: public CWindow
|
ReBar.h | 11 class CReBar: public NWindows::CWindow
|
Window2.cpp | 31 CWindow tempWindow(aHWND);
70 return CWindow::CreateEx(exStyle, className, windowName, style,
117 return CWindow::CreateEx(exStyle, className, windowName, style,
|
Dialog.h | 11 class CDialog: public CWindow
14 CDialog(HWND wnd = NULL): CWindow(wnd){};
37 CWindow window(GetItem(itemID));
48 CWindow window(GetItem(itemID));
152 class CDialogChildControl: public NWindows::CWindow
|
ToolBar.h | 11 class CToolBar: public NWindows::CWindow
|
ListView.cpp | 19 return CWindow::CreateEx(exStyle, WC_LISTVIEW, TEXT(""), style, x, y, width,
102 CWindow window(hwnd);
|
ComboBox.h | 13 class CComboBox: public CWindow
|
CommandBar.h | 13 class CCommandBar: public NWindows::CWindow
|
PropertyPage.cpp | 21 CWindow tempDialog(dialogHWND);
|
Dialog.cpp | 21 CWindow tempDialog(dialogHWND);
|
ListView.h | 13 class CListView: public NWindows::CWindow
|
/external/lzma/CPP/Windows/ |
Window.cpp | 49 bool CWindow::Create(LPCWSTR className,
67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className,
114 bool CWindow::GetText(CSysString &s)
128 bool CWindow::GetText(UString &s)
151 bool CWindow::ModifyStyleBase(int styleOffset,
|
Window.h | 52 class CWindow
59 CWindow(HWND newWindow = NULL): _window(newWindow){};
60 CWindow& operator=(HWND newWindow)
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ProgressDialog2.cpp | 261 CWindow window(MainWindow);
343 CWindow window(GetItem(IDB_PROGRESS_BACKGROUND));
|