Implement FullScreen on all platform (need to be able to reset style on frame%)
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 68
- Forks
- 82
- PR merge metrics
- No merged PRs in 30d
Description
There is no method for resetting the style of a frame% after creation. This would be important for a fullscreen feature.
Basically (with hypothetical set-style function)
:
(call-with-values
(lambda () (get-display-size))
(lambda (width height)
(send #a frame# set-style (list 'no-caption))
(send #a frame# resize width height)))
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the frame% style implementation and the platform-specific GUI backends; the issue names no files or tests. Read how frame styles are created and whether they can be changed after creation, then define completion as fullscreen support on all platforms with a reliable way to reset the frame style.
Written by the indexing model from the issue text.
Assessment
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100