MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetFrameGeometry

Method GetFrameGeometry

libraries/ZWidget/src/core/widget.cpp:127–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127Rect Widget::GetFrameGeometry() const
128{
129 if (Type == WidgetType::Child)
130 {
131 return FrameGeometry;
132 }
133 else
134 {
135 return DispWindow->GetWindowFrame();
136 }
137}
138
139void Widget::SetNoncontentSizes(double left, double top, double right, double bottom)
140{

Callers 3

MapFromGlobalMethod · 0.80
MapToGlobalMethod · 0.80
OnPaintMethod · 0.80

Calls 1

GetWindowFrameMethod · 0.45

Tested by

no test coverage detected