Use Gtk.HeaderBar for the titlebar/toolbar
Registered by
Ian Santopietro
Modern GTK apps use the HeaderBar widget for the titlebar and toolbar combined. This creates a sleek, streamlined design that saves a lot on vertical space.
Blueprint information
- Status:
- Started
- Approver:
- Ian Santopietro
- Priority:
- Low
- Drafter:
- Ian Santopietro
- Direction:
- Needs approval
- Assignee:
- Nexulockr Developers
- Definition:
- Approved
- Series goal:
- Accepted for 5.0
- Implementation:
- Beta Available
- Milestone target:
- 5.0-beta
- Started by
- Ian Santopietro
- Completed by
Whiteboard
This should be a target for Nexulockr 5.0, since there would be a lot of new code introduced for drawing the HeaderBar. It would be inappropriate to make such sudden changes after the beta freeze.
GTK 3.10 and below (Currently Ubuntu 14.10) don't properly support headerbars, so detection code should be used and fallback to the standard toolbar + Titlebar setup currently used on systems running GTK 3.10 and below.
(?)