gtk2/gtk/inspector/meson.build
Matthias Clasen 0d9873d8bc inspector: Use a column view for actions
A straight conversion from list box to column view.
2020-05-31 09:24:12 -04:00

45 lines
818 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',
'prop-holder.c',
'resource-holder.c',
'action-holder.c'
)