Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't find a close button for Window #636

Closed
cwing2019 opened this issue Jan 8, 2023 · 1 comment
Closed

can't find a close button for Window #636

cwing2019 opened this issue Jan 8, 2023 · 1 comment
Labels
question Further information is requested

Comments

@cwing2019
Copy link

cwing2019 commented Jan 8, 2023

After using g.MasterWindowFlagsFrameless to hidden the OS style titlebar.
We create a window like this:

g.Window("window").Flags(g.WindowFlagsMenuBar|g.WindowFlagsNoCollapse|g.FocusedFlagsChildWindows).Layout....

it shows a window with menubar without inner titlebar with close button.
is there any style can show a close button on the right corner?

@gucio321 gucio321 added the question Further information is requested label May 9, 2023
@gucio321
Copy link
Collaborator

gucio321 commented Dec 19, 2023

@cwing2019 MasterWIndowFlagsFrameless is supposed to remove window decoration with its buttons.

Let mek now if you still need help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants