MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / SetNextWindowSize

Function SetNextWindowSize

Source/GUI/ImGuiBinding.cpp:561–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561void SetNextWindowSize(const Vec2& size, String setCond) {
562 ImGui::SetNextWindowSize(size, SetCondFlag(setCond));
563}
564
565void SetNextWindowCollapsed(bool collapsed, String setCond) {
566 ImGui::SetNextWindowCollapsed(collapsed, SetCondFlag(setCond));

Callers 15

NewFrameMethod · 0.85
BeginChildExMethod · 0.85
ShowDebugLogWindowMethod · 0.85
ShowIDStackToolWindowMethod · 0.85
BeginViewportSideBarMethod · 0.85
ShowDemoWindowMethod · 0.85
DrawFunction · 0.85
ShowExampleAppLogFunction · 0.85
ShowExampleAppLayoutFunction · 0.85
ShowExampleAppLongTextFunction · 0.85

Calls 1

SetCondFlagFunction · 0.85

Tested by

no test coverage detected