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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dmenuitem.h49 wxString GetHotKey() const { return m_hotKey; } function in class:wxMenuItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dmenuitem.h49 wxString GetHotKey() const { return m_hotKey; } function in class:wxMenuItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dmenu.cpp837 wxString oldhotkey = GetHotKey(); // Store the old hotkey in Ctrl-foo format
843 oldhotkey == GetHotKey()) // Make sure we can change a hotkey even if the label is unaltered
976 if ( !GetHotKey() )
985 label << wxT('\t') << GetHotKey();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dmenu.cpp821 wxString oldhotkey = GetHotKey(); // Store the old hotkey in Ctrl-foo format
827 oldhotkey == GetHotKey()) // Make sure we can change a hotkey even if the label is unaltered
912 if ( !GetHotKey() )
921 label << wxT('\t') << GetHotKey();

Completed in 60 milliseconds