Lines Matching refs:dlg
58 bool operator() (DialogConnection const &dlg)
60 return (_view == dlg._event_list_view) && (_callbacks == dlg._callback_connections);
100 DialogConnection dlg(event_list_view, callback_connections);
102 dlg._event_list_selection->set_mode(Gtk::SELECTION_SINGLE);
106 addBlocker(blockers, &(*dlg._callback_connections)[Inkscape::EventLog::CALLB_SELECTION_CHANGE]);
107 addBlocker(blockers, &(*dlg._callback_connections)[Inkscape::EventLog::CALLB_EXPAND]);
109 dlg._event_list_view->expand_to_path(event_list_store->get_path(curr_event));
110 dlg._event_list_selection->select(curr_event);
112 _connections.push_back(dlg);