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

Allow changing window title after creation through GLMakie #4665

Open
lpaulino07 opened this issue Dec 13, 2024 · 0 comments · May be fixed by #4677
Open

Allow changing window title after creation through GLMakie #4665

lpaulino07 opened this issue Dec 13, 2024 · 0 comments · May be fixed by #4677
Labels
enhancement Feature requests and enhancements

Comments

@lpaulino07
Copy link

Feature description

Currently, Makie doesn't provide a way to change the title of a GLMakie window after its creation (screen.config.title = "some title" doesn't do anything), but it can be achieved by adding the GLFW package and using GLFW.SetWindowTitle(screen, "some title"). I think adding the GLFW package just to change a window title is a little too much, would it be possible to include this functionality in Makie?

@lpaulino07 lpaulino07 added the enhancement Feature requests and enhancements label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests and enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant