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

/inkscape/src/
H A Dverbs.h433 char * _full_tip; // includes shortcut member in class:Inkscape::Verb
539 _full_tip(0),
H A Dverbs.cpp369 _full_tip(0),
395 if (_full_tip) {
396 g_free(_full_tip);
397 _full_tip = 0;
700 if ( (shortcut != _shortcut) || !_full_tip) {
701 if (_full_tip) {
702 g_free(_full_tip);
703 _full_tip = 0;
708 _full_tip = g_strdup_printf("%s (%s)", _(_tip), shortcutString);
712 _full_tip
[all...]

Completed in 25 milliseconds