-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SettingsPage: Subclass Gtk.Widget #283
Conversation
@danirabbit I cannot compile elementary/switchboard-plug-bluetooth#216 even with this branch installed - what else do I need to do? Error is:
|
I think it was renamed to |
Yup, just updated it! I ended up breaking API here a little harder than I though 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Every thing compiles and works, including unconverted plugs.
Can test with elementary/switchboard-plug-bluetooth#216
Makes SettingsPage a Gtk.Widget instead of Gtk.Box so we're not exposing extra unwanted API and make it so settings a
child
sets the content area child not overwrites the whole page. Also get rid of the separate simple page and abstract page, everything is only using the simple page. While we're here, clamp things!