cellrendererpercent: subclass private progress implementation

We might get this subclassable in GTK soon, but until then just subclass
so we can move on and port more things.
This commit is contained in:
Christian Hergert
2021-09-30 14:56:37 -07:00
parent c6da3d3898
commit ddb8db5872
5 changed files with 770 additions and 4 deletions

View File

@ -24,6 +24,7 @@ libsysprof_ui_private_sources = [
'sysprof-callgraph-page.c',
'sysprof-cell-renderer-duration.c',
'sysprof-cell-renderer-percent.c',
'sysprof-cell-renderer-progress.c',
'sysprof-color-cycle.c',
'sysprof-counters-aid.c',
'sysprof-cpu-aid.c',