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

/inkscape/src/helper/
H A Dwindow.cpp19 static bool on_window_key_press(GdkEventKey* event) function
38 window->signal_key_press_event().connect(sigc::ptr_fun(&on_window_key_press));
45 return on_window_key_press(event);

Completed in 12 milliseconds