Auto-sizing of single tab thumbnail ribbon, also on zoomin/out. Stops autosizing once you manually move the ribbon splitter.

This commit is contained in:
Oliver Duis
2010-11-10 00:39:20 +01:00
parent a876935d37
commit 6cce14161f
6 changed files with 23 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ class ThumbBrowserBase : public Gtk::VBox {
void zoomIn () { zoomChanged (true); }
void zoomOut () { zoomChanged (false); }
int getEffectiveHeight ();
const std::vector<ThumbBrowserEntryBase*>& getEntries () { return fd; }
void styleChanged (const Glib::RefPtr<Gtk::Style>& style);