Searched refs:m_hotKey (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; }
71 wxString m_hotKey; member 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; }
67 wxString m_hotKey; member in class:wxMenuItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dmenu.cpp899 m_hotKey = wxEmptyString;
904 m_hotKey = pc;
970 if (!m_hotKey.IsEmpty())
971 label = label + wxT("\t") + m_hotKey;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dmenu.cpp969 m_text = GTKProcessMenuItemLabel(str, &m_hotKey);
1034 if (!m_hotKey.IsEmpty())
1035 label = label + wxT("\t") + m_hotKey;

Completed in 72 milliseconds