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:
parent
d2dc866f01
commit
5dc10feeac
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue