Home
last modified time | relevance | path

Searched refs:MoveItem (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DComboDialog.cpp54 MoveItem(IDCANCEL, x, y, bx1, by); in OnSize()
55 MoveItem(IDOK, x - mx - bx2, y, bx2, by); in OnSize()
H A DProgressDialog2.cpp512 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 DBrowseDialog.cpp307 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 DDialog.h143 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 DDialog.cpp222 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