Searched refs:_idle (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dselection.cpp54 _idle(0)
61 if (_idle) {
62 g_source_remove(_idle);
63 _idle = 0;
70 if (!this->_idle) {
71 /* Request handling to be run in _idle loop */
72 this->_idle = g_idle_add_full(SP_SELECTION_UPDATE_PRIORITY, GSourceFunc(&Selection::_emit_modified), this, NULL);
83 selection->_idle = 0;
H A Dselection.h383 unsigned int _idle; member in class:Inkscape::Selection

Completed in 60 milliseconds