elementary / camera

Camera app designed for elementary OS
https://elementary.io
GNU General Public License v3.0
65 stars 18 forks source link

Prepare CameraView for GTK4 #233

Closed treppenwitz03 closed 2 years ago

treppenwitz03 commented 2 years ago

This aims to prepare CameraView.vala for GTK4 since we can't subclass Gtk.Stack in GTK4 anymore. I tried using Gtk.Widget (Gtk3 version), but it seems that it cannot have children on its own without using Gtk.Container unlike the Gtk.Widget in GTK4. However, using Gtk.Container for now will not cause significant regressions when we use Gtk.Widget for GTK4.

@jeremypw @danrabbit this is the new pr because I might had accidentally deleted my fork.