HomeSort by relevance Sort by last modified time
    Searched refs:CWindow (Results 1 - 19 of 19) sorted by null

  /external/lzma/CPP/Windows/Control/
Edit.h 11 class CEdit: public CWindow
Trackbar.h 11 class CTrackbar: 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 15 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 15 class CComboBox: public CWindow
CommandBar.h 17 class CCommandBar: public NWindows::CWindow
PropertyPage.cpp 21 CWindow tempDialog(dialogHWND);
Dialog.cpp 21 CWindow tempDialog(dialogHWND);
ListView.h 15 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)
133 bool CWindow::GetText(UString &s)
161 bool CWindow::ModifyStyleBase(int styleOffset,
Window.h 53 class CWindow
60 CWindow(HWND newWindow = NULL): _window(newWindow){};
61 CWindow& operator=(HWND newWindow)
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 282 CWindow window(MainWindow);
364 CWindow window(GetItem(IDB_PROGRESS_BACKGROUND));

Completed in 308 milliseconds