Home
last modified time | relevance | path

Searched refs:dzl_shortcut_manager_get_theme_by_name (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/tests/
H A Dtest-shortcut-theme.c65 theme = dzl_shortcut_manager_get_theme_by_name (manager, NULL); in test_shortcut_theme_manager()
67 g_assert (theme == dzl_shortcut_manager_get_theme_by_name (manager, "internal")); in test_shortcut_theme_manager()
70 theme = dzl_shortcut_manager_get_theme_by_name (manager, "default"); in test_shortcut_theme_manager()
78 theme = dzl_shortcut_manager_get_theme_by_name (manager, "default"); in test_shortcut_theme_manager()
H A Dtest-shortcut-overlays.c62 theme = dzl_shortcut_manager_get_theme_by_name (manager, "default"); in ensure_keybinding_merging()
65 theme = dzl_shortcut_manager_get_theme_by_name (manager, "secondary"); in ensure_keybinding_merging()
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/gui/
H A Dide-application-shortcuts.c41 theme = dzl_shortcut_manager_get_theme_by_name (manager, "internal"); in _ide_application_init_shortcuts()
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/shortcuts/
H A Ddzl-shortcut-manager.h103 DzlShortcutTheme *dzl_shortcut_manager_get_theme_by_name (DzlShortcutManager *self,
H A Ddzl-shortcut-manager.c248 theme = dzl_shortcut_manager_get_theme_by_name (self, theme_name); in dzl_shortcut_manager_reload()
255 theme = dzl_shortcut_manager_get_theme_by_name (self, parent_theme_name); in dzl_shortcut_manager_reload()
1587 dzl_shortcut_manager_get_theme_by_name (DzlShortcutManager *self, in dzl_shortcut_manager_get_theme_by_name() function
1649 base_layer = dzl_shortcut_manager_get_theme_by_name (self, name); in dzl_shortcut_manager_merge()
H A Ddzl-shortcut-theme.c678 return dzl_shortcut_manager_get_theme_by_name (priv->manager, priv->parent_name); in dzl_shortcut_theme_get_parent()
H A Ddzl-shortcut-controller.c767 NULL == (parent = dzl_shortcut_manager_get_theme_by_name (manager, parent_name))) in dzl_shortcut_controller_get_inherited_context()