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

/inkscape/src/
H A Ddesktop.h296 void set_active (bool new_active);
H A Ddesktop.cpp619 SPDesktop::set_active (bool new_active) argument
621 if (new_active != _active) {
622 _active = new_active;
623 if (new_active) {

Completed in 128 milliseconds