Searched refs:buttonBounds (Results 1 – 1 of 1) sorted by relevance
521 RECT buttonBounds; in OnSize() local540 SendMessage(fGoButton, TB_GETITEMRECT, 0, reinterpret_cast<LPARAM>(&buttonBounds)); in OnSize()541 buttonWidth = buttonBounds.right - buttonBounds.left; in OnSize()542 buttonHeight = buttonBounds.bottom - buttonBounds.top; in OnSize()562 RECT buttonBounds; in OnWindowPosChanging() local583 SendMessage(fGoButton, TB_GETITEMRECT, 0, reinterpret_cast<LPARAM>(&buttonBounds)); in OnWindowPosChanging()585 buttonWidth = buttonBounds.right - buttonBounds.left; in OnWindowPosChanging()586 buttonHeight = buttonBounds.bottom - buttonBounds.top; in OnWindowPosChanging()