VaccineApp / vaccine

GTK3 imageboard client
GNU General Public License v3.0
33 stars 2 forks source link

Fullscreen view #53

Closed Prince781 closed 8 years ago

Prince781 commented 8 years ago

In the long term we need to have a custom widget for fullscreen view, like what gedit does.

Prince781 commented 8 years ago

A useful conversation in #gtk+

Prince781 How does one have a window's headerbar remain visible on fullscreen? Sort of like what gedit does 11∶15 PM hergertme Prince781: https://git.gnome.org/browse/gedit/tree/gedit/resources/ui/gedit-window.ui#n127 looks like they use an overlay you'll need to hook something up to show it when the mouse enters/leaves the top region aleksander0m has disconnected (Ping timeout: 187 seconds) Prince781 looks like the headerbar for the overlay is not the same thing as the window's headerbar hergertme https://git.gnome.org/browse/gedit/tree/gedit/gedit-window.c#n1845 and looks like a 1px event box to catch mouse entry and show the overlay