Searched defs:_timer_id (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tools/
H A Dtool-base.h68 : _timer_id(0)
83 _timer_id = g_timeout_add(value*1000.0, &sp_event_context_snap_watchdog_callback, this);
90 if (_timer_id > 0) g_source_remove(_timer_id); // Kill the watchdog
115 guint _timer_id; member in class:Inkscape::UI::Tools::DelayedSnapEvent

Completed in 19 milliseconds