igSetWindowCollapsed

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

Meta