nucleic / enaml

Declarative User Interfaces for Python
http://enaml.readthedocs.io/en/latest/
Other
1.54k stars 132 forks source link

Fullscreen Windows #211

Open jmilloy opened 8 years ago

jmilloy commented 8 years ago

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?

MatthieuDartiailh commented 8 years ago

Calling the maximize method should do the trick.

jmilloy commented 8 years ago

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

sccolbert commented 8 years ago

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.