can-lehmann / owlkettle

A declarative user interface framework based on GTK 4
https://can-lehmann.github.io/owlkettle/README
MIT License
375 stars 13 forks source link

Add Gtk.Window::fullscreened #60

Closed aleksrutins closed 1 year ago

aleksrutins commented 1 year ago

This adds the fullscreened property to Window. It's implemented using gtk_window_fullscren and gtk_window_unfullscreen.

can-lehmann commented 1 year ago

Looks good so far. Let me know when this is ready for review.

aleksrutins commented 1 year ago

After trying it in C++ and getting the same exact bug I was trying to debug (fullscreening momentarily and then returning to normal), I think it's a problem with how I'm using it.

can-lehmann commented 1 year ago

Looks good!