16class TreeViewStateStore :
public sigc::trackable {
18 TreeViewStateStore(Gtk::TreeView *view,
const std::string &prefix);
19 static std::string get_prefix(
const std::string &instance,
const std::string &widget);
23 const std::string prefix;
24 Gtk::TreeView *view =
nullptr;
25 std::string get_key(
int column)
const;
26 std::map<unsigned int, unsigned int> column_widths;
27 sigc::connection timer_connection;