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

/inkscape/src/
H A Dinkscape.cpp916 Application::maximum_dkey() function in class:Inkscape::Application
936 if (dkey_current < maximum_dkey()) {
938 for (unsigned int i = dkey_current + 1; i <= maximum_dkey(); ++i) {
946 for (unsigned int i = 0; i <= maximum_dkey(); ++i) {
977 d = find_desktop_by_dkey (maximum_dkey());

Completed in 64 milliseconds