igSetWindowSize

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void igSetWindowSize(ImVec2 size, ImGuiCond cond)
  2. void igSetWindowSize(const(char)* name, ImVec2 size, ImGuiCond cond)
    void
    igSetWindowSize
    (
    const(char)* name
    ,
    const ImVec2 size
    ,)
  3. void igSetWindowSize(ImGuiWindow* window, ImVec2 size, ImGuiCond cond)

Meta