enaml icon indicating copy to clipboard operation
enaml copied to clipboard

Fullscreen Windows

Open jmilloy opened this issue 8 years ago • 3 comments

I couldn't figure out how to show windows fullscreen in a toolkit-agnostic way. After some poking, I was able to get fullscreen windows with my_window.proxy.widget.showFullScreen since I'm using Qt.

Hopefully I've missed where Enaml provides this?

If not, I'd be happy to contribute code to add this option, but I don't want to waste my time if there is a good reason that you haven't included it. Any thoughts on that?

jmilloy avatar May 25 '16 20:05 jmilloy

Calling the maximize method should do the trick.

MatthieuDartiailh avatar May 25 '16 20:05 MatthieuDartiailh

I still see the title bar, and it looks like you can only hide dock_item title bars.

jmilloy avatar May 25 '16 20:05 jmilloy

Frameless full-screen is not something provided by the Enaml API. Not for any particular reason, there's just never been a request for it until now.

sccolbert avatar May 25 '16 20:05 sccolbert