Searched refs:MoveItem (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ComboDialog.cpp | 54 MoveItem(IDCANCEL, x, y, bx1, by); in OnSize() 55 MoveItem(IDOK, x - mx - bx2, y, bx2, by); in OnSize()
|
D | ProgressDialog2.cpp | 504 MoveItem(IDCANCEL, xPos, yPos, bSizeX, _buttonSizeY); in OnSize() 506 MoveItem(IDB_PAUSE, xPos, yPos, bSizeX, _buttonSizeY); in OnSize() 508 MoveItem(IDB_PROGRESS_BACKGROUND, xPos, yPos, bSizeX, _buttonSizeY); in OnSize() 549 MoveItem(kIDs[i], x, yPos, labelSize, sY); in OnSize() 550 MoveItem(kIDs[i + 1], x + labelSize, yPos, valueSize, sY); in OnSize()
|
D | BrowseDialog.cpp | 325 MoveItem(IDT_BROWSE_FOLDER, r.left, r.top, xLim - r.left, RECT_SIZE_Y(r)); in OnSize() 333 MoveItem(IDCANCEL, x, y, bx1, by); in OnSize() 334 MoveItem(IDOK, x - mx - bx2, y, bx2, by); in OnSize()
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.h | 121 bool MoveItem(int id, int x, int y, int width, int height, bool repaint = true);
|
D | Dialog.cpp | 148 bool CDialog::MoveItem(int id, int x, int y, int width, int height, bool repaint) in MoveItem() function in NWindows::NControl::CDialog
|