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

/inkscape/src/ui/dialog/
H A Dinput.cpp545 void updateTestButtons( Glib::ustring const& key, gint hotButton );
1664 void InputDialogImpl::updateTestButtons( Glib::ustring const& key, gint hotButton )
1668 if ( i == hotButton ) {
1842 gint hotButton = -1; local
1872 hotButton = modmod ? btnEvt->button : -1;
1873 updateTestButtons(key, hotButton);
1953 updateTestButtons(key, hotButton);

Completed in 71 milliseconds