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

/inkscape/src/ui/dialog/
H A Dfloating-behavior.h70 bool _trans_timer (void);
H A Dfloating-behavior.cpp63 * and sets up the _trans_timer function to do the work. If the transition
64 * time is set to 0 ms it just calls _trans_timer once with _steps equal to
86 Glib::signal_timeout().connect(sigc::mem_fun(this, &FloatingBehavior::_trans_timer), _trans_time / _steps);
89 _trans_timer();
102 bool FloatingBehavior::_trans_timer (void) { function in class:Inkscape::UI::Dialog::Behavior::FloatingBehavior

Completed in 14 milliseconds