]> O.S.I.I.S - jp/crow.git/commit
experimental Table and TableRow widgets, passed child widget instance on ChildrenLayo...
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 25 Mar 2021 11:43:58 +0000 (12:43 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 25 Mar 2021 11:43:58 +0000 (12:43 +0100)
commitd5aaa4f9be920a92256d68d8c14084953be8c94f
treee0b088624a45a907e3cafa4eaa2cc9e66b3cd81c
parente8abbc812544aee80bbefa30b89d2c9bcaae2805
experimental Table and TableRow widgets, passed child widget instance on ChildrenLayoutingConstraints call
14 files changed:
Crow/src/Widgets/GenericStack.cs
Crow/src/Widgets/Grid.cs
Crow/src/Widgets/Group.cs
Crow/src/Widgets/HorizontalStack.cs
Crow/src/Widgets/ILayoutable.cs
Crow/src/Widgets/ListItem.cs
Crow/src/Widgets/Splitter.cs
Crow/src/Widgets/Table.cs
Crow/src/Widgets/TableRow.cs [new file with mode: 0644]
Crow/src/Widgets/TemplatedGroup.cs
Crow/src/Widgets/VerticalStack.cs
Crow/src/Widgets/Widget.cs
Crow/src/Widgets/Wrapper.cs
Samples/ShowCase/ShowCase.cs