Adding HiDPI support (WIP)

This commit is contained in:
Hombre
2018-10-25 20:22:33 +02:00
parent c34bd31765
commit 4eb8a8f70c
1213 changed files with 875 additions and 379 deletions

View File

@@ -51,6 +51,7 @@ class ThumbBrowserBase : public Gtk::Grid
void setParent (ThumbBrowserBase* p);
void on_realize();
void on_style_updated();
bool on_configure_event(GdkEventConfigure *configure_event);
bool on_draw(const ::Cairo::RefPtr< Cairo::Context> &cr);
Gtk::SizeRequestMode get_request_mode_vfunc () const;