mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 05:14:48 +00:00
Layout for the C++ as well
This commit is contained in:
parent
907bea3d3b
commit
9c23326c60
6 changed files with 120 additions and 38 deletions
|
@ -50,4 +50,12 @@ constexpr inline ItemTreeNode make_item_node(std::intptr_t offset,
|
|||
{ ItemTreeNode::Item_Body { offset, vtable, child_count,
|
||||
child_index } } };
|
||||
}
|
||||
|
||||
// layouts:
|
||||
using internal::Slice;
|
||||
using internal::solve_grid_layout;
|
||||
using internal::GridLayoutCellData;
|
||||
using internal::GridLayoutData;
|
||||
using internal::Constraint;
|
||||
|
||||
} // namespace sixtyfps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue