MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetContents

Method SetContents

src/window.h:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165inline void Window::SetContents(BitmapRef const& ncontents) {
166 contents = ncontents;
167 contents->SetFont(font);
168}
169
170inline bool Window::GetStretch() const {
171 return stretch;

Callers 2

CreateUiMethod · 0.80
RecreateSpWindowMethod · 0.80

Calls 1

SetFontMethod · 0.45

Tested by

no test coverage detected