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

Closed
lpaulino07 opened this issue Dec 13, 2024 · 0 comments · Fixed by #4677
Closed

Allow changing window title after creation through GLMakie #4665

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

Comments

@lpaulino07
Copy link
Contributor

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?

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