gtk2/gtk/inspector/meson.build
Matthias Clasen c90b0581dd inspector: Show shortcuts
At a tab that lists the shortcuts contained in a
GtkShortcutController.
2020-03-25 23:14:44 -04:00

42 lines
756 B
Meson

inspector_sources = files(
'action-editor.c',
'actions.c',
'baselineoverlay.c',
'cellrenderergraph.c',
'controllers.c',
'css-editor.c',
'css-node-tree.c',
'data-list.c',
'focusoverlay.c',
'fpsoverlay.c',
'general.c',
'graphdata.c',
'gtktreemodelcssnode.c',
'highlightoverlay.c',
'init.c',
'inspect-button.c',
'inspectoroverlay.c',
'layoutoverlay.c',
'logs.c',
'magnifier.c',
'menu.c',
'misc-info.c',
'object-tree.c',
'prop-editor.c',
'prop-list.c',
'recorder.c',
'recording.c',
'renderrecording.c',
'resource-list.c',
'shortcuts.c',
'size-groups.c',
'startrecording.c',
'statistics.c',
'strv-editor.c',
'treewalk.c',
'type-info.c',
'updatesoverlay.c',
'visual.c',
'window.c',
)