Home
last modified time | relevance | path

Searched refs:comboBoxBounds (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/browseui/
H A Daddressband.cpp524 RECT comboBoxBounds; in OnSize() local
545 ::GetWindowRect(fComboBox, &comboBoxBounds); in OnSize()
546 …::SetWindowPos(fGoButton, NULL, newWidth - buttonWidth, (comboBoxBounds.bottom - comboBoxBounds.to… in OnSize()
565 RECT comboBoxBounds; in OnWindowPosChanging() local
589 ::GetWindowRect(fComboBox, &comboBoxBounds); in OnWindowPosChanging()
590 …::SetWindowPos(fGoButton, NULL, newWidth - buttonWidth, (comboBoxBounds.bottom - comboBoxBounds.to… in OnWindowPosChanging()