Skip to content

Add Frame full screen support - #181

Merged
AllenDang merged 1 commit into
AllenDang:mainfrom
trypsynth:frame-full-screen-support
Aug 15, 2026
Merged

Add Frame full screen support#181
AllenDang merged 1 commit into
AllenDang:mainfrom
trypsynth:frame-full-screen-support

Conversation

@trypsynth

Copy link
Copy Markdown
Contributor

Summary

  • Adds wxd_Frame_ShowFullScreen and wxd_Frame_IsFullScreen, wrapping wxFrame's existing ShowFullScreen/IsFullScreen methods, the same pattern already used for Maximize/IsMaximized.
  • Adds show_full_screen and is_full_screen methods to the Rust Frame wrapper.

Motivation

A downstream app needs full screen support for a document reading window, and this was missing from the Frame API.

Test plan

  • cargo build -p wxdragon succeeds locally.

@AllenDang
AllenDang merged commit 70e7fcb into AllenDang:main Aug 15, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants