Replies: 2 comments 4 replies
-
I'm a bit confused. It looks like what they mean by "flex" is a single row or column. dvui has a flex layout (see FlexBox part of Layout demo) but we use that term to mean "layout children horizontally and break into multiple rows if needed". dvui doesn't have a dedicated grid layout widget yet. Generally I try to wait until someone needs a feature so that we have a better idea of the requirements. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure how useful this is for immediate gui design, but fltk is a simple toolkit which just implemented flex and grid after doing some research in other libraries:
https://www.fltk.org/doc-1.4/classFl__Flex.html#details
https://www.fltk.org/doc-1.4/classFl__Grid.html#details
Beta Was this translation helpful? Give feedback.
All reactions