Searched refs:MoveItem (Results 1 - 5 of 5) sorted by relevance
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ComboDialog.cpp | 54 MoveItem(IDCANCEL, x, y, bx1, by);
in OnSize() 55 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
in OnSize()
|
H A D | ProgressDialog2.cpp | 512 MoveItem(IDCANCEL, xPos, yPos, bSizeX, _buttonSizeY);
in OnSize() 514 MoveItem(IDB_PAUSE, xPos, yPos, bSizeX, _buttonSizeY);
in OnSize() 516 MoveItem(IDB_PROGRESS_BACKGROUND, xPos, yPos, bSizeX, _buttonSizeY);
in OnSize() 558 MoveItem(kIDs[i], x, yPos, labelSize, sY);
in OnSize() 559 MoveItem(kIDs[i + 1], x + labelSize, yPos, valueSize, sY);
in OnSize()
|
H A D | BrowseDialog.cpp | 307 MoveItem(IDT_BROWSE_FOLDER, r.left, r.top, xLim - r.left, RECT_SIZE_Y(r));
in OnSize() 315 MoveItem(IDCANCEL, x, y, bx1, by);
in OnSize() 316 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
in OnSize()
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | Dialog.h | 143 bool MoveItem(unsigned id, int x, int y, int width, int height, bool repaint = true);
145 { return MoveItem(id, r.left, r.top, RECT_SIZE_X(r), RECT_SIZE_Y(r), repaint); }
in MoveItem_RECT()
|
H A D | Dialog.cpp | 222 bool CDialog::MoveItem(unsigned id, int x, int y, int width, int height, bool repaint)
in MoveItem() function in NWindows::NControl::CDialog
|
Completed in 8 milliseconds