Adding a shortcut for saving snapshots and snapshot pane mod to be resizable (issues 1124, 1580)

This commit is contained in:
michael
2012-11-13 07:23:22 -05:00
parent a49d285ec9
commit e604e89273
4 changed files with 25 additions and 6 deletions

View File

@@ -56,6 +56,7 @@ class History : public Gtk::VBox, public PParamsChangeListener {
BookmarkColumns bookmarkColumns;
protected:
Gtk::VPaned* historyVPaned;
Gtk::ScrolledWindow* hscrollw;
Gtk::TreeView* hTreeView;
Glib::RefPtr<Gtk::ListStore> historyModel;