Home
last modified time | relevance | path

Searched refs:get_shortcut_key (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/cawbird/cawbird-1.4.2/src/
H A DSettings.vala155 public static ShortcutKey get_shortcut_key() {
160 var shortcut_key = get_shortcut_key();
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/gui/
H A Dmenu.c109 static const char * get_shortcut_key(const Menu *item) in get_shortcut_key() function
210 const char * sc_text = get_shortcut_key(item); in draw_submenu()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/Gizmos/
H A DGLGizmoBase.hpp126 int get_shortcut_key() const { return m_shortcut_key; } in get_shortcut_key() function in Slic3r::GUI::GLGizmoBase
H A DGLGizmosManager.cpp277 int it_key = m_gizmos[idx]->get_shortcut_key(); in handle_shortcut()