Skip to content

Hide the close window button and the hide tab bar button in dock space #3633

@s1nisteR

Description

@s1nisteR

**Version/Branch of Dear ImGui: Docking Branch

**Back-end/Renderer/Compiler/OS OpenGL

Back-ends: imgui_impl_opengl3.cpp + imgui_impl_glfw.cpp

I've been trying to disable the close window buttons and hide tab bar buttons for my windows which are in the dockspace but the close tab button still shows after doing this.
ImGui::Begin("Property", nullptr)

I'd like if someone guided me as to how to disable the hide tab bar buttons as well.

Tried this
ImGui::Begin("Property", nullptr, ImGuiWindowFlags_NoTitleBar);
But even the titlebar still shows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions