Imgui: How to Hide Close Menu Button "X" Without no Titlebar Function?

Created on 31 Aug 2017  Â·  3Comments  Â·  Source: ocornut/imgui

Problably I couldn't find because of the right word but How to Hide Close Menu Button "X" Without no Titlebar Function?

Most helpful comment

Pass bool* p_open = NULL to the function.

On 31 Aug 2017, at 19:32, GrammarLord notifications@github.com wrote:

Problably I couldn't find because of the right word but How to Hide Close Menu Button "X" Without no Titlebar Function?

―
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

All 3 comments

Pass bool* p_open = NULL to the function.

On 31 Aug 2017, at 19:32, GrammarLord notifications@github.com wrote:

Problably I couldn't find because of the right word but How to Hide Close Menu Button "X" Without no Titlebar Function?

―
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

This is not relevant but how can I do No Move for just main body. Not for titlebar. What I mean I can move from title bar with mouse but not from main body. I hope you understand. @ocornut

That's not possible at the moment.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CesaragsUC picture CesaragsUC  Â·  3Comments

namuda picture namuda  Â·  3Comments

mnemode2 picture mnemode2  Â·  3Comments

ILoveImgui picture ILoveImgui  Â·  3Comments

spaderthomas picture spaderthomas  Â·  3Comments