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 GLMakie to change the title of a screen after its creation. #4677

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lpaulino07
Copy link

@lpaulino07 lpaulino07 commented Dec 17, 2024

Description

Fixes #4665

Previously, GLFW.SetWindowTitle() was needed, which required adding the GLFW package to the script. This change just wraps GLFW.SetWindowTitle() into GLMakie.set_screen_title!(), and modifies screen.config.title to store the new title.

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • Added an entry in CHANGELOG.md (for new features and breaking changes)

Previously, GLFW.SetWindowTitle() was needed, which required adding the GLFW package to the script. This change just wraps GLFW.SetWindowTitle() into GLMakie.set_screen_title!().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Work in progress
Development

Successfully merging this pull request may close these issues.

Allow changing window title after creation through GLMakie
1 participant