MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / positionWindow

Method positionWindow

src/ui/window.cpp:215–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void Window::positionWindow(int x, int y)
216{
217 if (m_isAutoRemap)
218 remapWindow();
219
220 setBounds(Rect(x, y, bounds().w, bounds().h));
221
222 invalidate();
223}
224
225void Window::moveWindow(const gfx::Rect& rect)
226{

Callers 6

showTipMethod · 0.80
showSnapToGridWarningMethod · 0.80
openSelectorDialogMethod · 0.80
openListBoxMethod · 0.80
showPopupMethod · 0.80
onProcessMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected