MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / getButtonRectFrom

Method getButtonRectFrom

deps/Controls/TabBar/TabBar.cpp:899–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

897}
898
899RECT CloseButtonZone::getButtonRectFrom(const RECT & tabItemRect) const
900{
901 RECT rect;
902 rect.right = tabItemRect.right - _fromRight;
903 rect.left = rect.right - _width;
904 rect.top = tabItemRect.top + _fromTop;
905 rect.bottom = rect.top + _hight;
906
907 return rect;
908}

Callers 1

drawItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected