1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Added doc clarification in juce_FlexBox.h

This commit is contained in:
Noah Dayan 2017-12-11 09:25:00 +00:00
parent d2dc866f01
commit 5dc10feeac

View file

@ -33,7 +33,8 @@ namespace juce
To use this class, set its parameters appropriately (you can search online for
more help on exactly how the FlexBox protocol works!), then add your sub-items
to the items array, and call performLayout().
to the items array, and call performLayout() in the resized() function of your
Component.
@see FlexItem
*/