Home
last modified time | relevance | path

Searched refs:DZL_SHORTCUT_MATCH_PARTIAL (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/shortcuts/
H A Ddzl-shortcut-chord.c222 return self_count == other_count ? DZL_SHORTCUT_MATCH_EQUAL : DZL_SHORTCUT_MATCH_PARTIAL; in dzl_shortcut_chord_match()
353 { DZL_SHORTCUT_MATCH_PARTIAL, "DZL_SHORTCUT_MATCH_PARTIAL", "partial" }, in dzl_shortcut_match_get_type()
571 DzlShortcutMatch ret = DZL_SHORTCUT_MATCH_PARTIAL; in dzl_shortcut_chord_table_lookup()
598 return DZL_SHORTCUT_MATCH_PARTIAL; in dzl_shortcut_chord_table_lookup()
H A Ddzl-shortcut-chord.h32 DZL_SHORTCUT_MATCH_PARTIAL enumerator
H A Ddzl-shortcut-theme.c740 return (match1 || match2 || match3) ? DZL_SHORTCUT_MATCH_PARTIAL : DZL_SHORTCUT_MATCH_NONE; in _dzl_shortcut_theme_match()
H A Ddzl-shortcut-controller.c975 match == DZL_SHORTCUT_MATCH_PARTIAL ? "partial" : "equal"); in _dzl_shortcut_controller_handle()
H A Ddzl-shortcut-manager.c1026 if (match != DZL_SHORTCUT_MATCH_PARTIAL) in dzl_shortcut_manager_handle_event()
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/tests/
H A Dtest-shortcut-chord.c43 g_assert_cmpint (match, ==, DZL_SHORTCUT_MATCH_PARTIAL); in test_dzl_shortcut_chord_basic()