MCPcopy Create free account
hub / github.com/audacity/audacity / SetNormalizedWindowState

Function SetNormalizedWindowState

src/ProjectWindow.h:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 PlaybackScroller &GetPlaybackScroller() { return *mPlaybackScroller; }
112
113 void SetNormalizedWindowState(wxRect pSizeAndLocation) { mNormalizedWindowState = pSizeAndLocation; }
114 wxRect GetNormalizedWindowState() const { return mNormalizedWindowState; }
115
116

Callers 2

OnMoveMethod · 0.85
OnSizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected