egg: bring multi-paned ported to GTK 4

This is out of libpanel, which already has it but with the dock stuff
removed (more like DzlMultiPaned). We probably still need some work to
handle natural allocation from children.
This commit is contained in:
Christian Hergert
2021-10-01 14:49:04 -07:00
parent 124754ee51
commit 5e67104823
7 changed files with 1353 additions and 0 deletions

View File

@ -13,7 +13,11 @@ libsysprof_ui_public_sources = [
]
libsysprof_ui_private_sources = [
'egg-handle.c',
'egg-paned.c',
'egg-resizer.c',
'egg-three-grid.c',
'pointcache.c',
'rectangles.c',
'sysprof-aid.c',