Open jmilloy opened 8 years ago
Calling the maximize method should do the trick.
I still see the title bar, and it looks like you can only hide dock_item title bars.
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.
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?