Lines Matching refs:store
413 static void commitCellModeChange(Glib::ustring const &path, Glib::ustring const &newText, Glib::RefPtr<Gtk::TreeStore> store);
416 static void commitCellStateChange(Glib::ustring const &path, Glib::RefPtr<Gtk::TreeStore> store);
543 static void setupTree( Glib::RefPtr<Gtk::TreeStore> store, Gtk::TreeIter &tablet );
967 void InputDialogImpl::setupTree( Glib::RefPtr<Gtk::TreeStore> store, Gtk::TreeIter &tablet )
971 //Gtk::TreeModel::Row row = *(store->append());
997 tablet = store->prepend(/*row.children()*/);
1030 Gtk::TreeModel::Row deviceRow = *(store->append(childrow.children()));
1060 Gtk::TreeModel::Row deviceRow = *(store->prepend(/*row.children()*/));
1255 void InputDialogImpl::ConfPanel::commitCellModeChange(Glib::ustring const &path, Glib::ustring const &newText, Glib::RefPtr<Gtk::TreeStore> store)
1257 Gtk::TreeIter iter = store->get_iter(path);
1285 void InputDialogImpl::ConfPanel::commitCellStateChange(Glib::ustring const &path, Glib::RefPtr<Gtk::TreeStore> store)
1287 Gtk::TreeIter iter = store->get_iter(path);