#include <juce_FlexItem.h>
◆ Margin() [1/3]
| juce::FlexItem::Margin::Margin |
( |
| ) |
|
|
noexcept |
Creates a margin of size zero.
◆ Margin() [2/3]
| juce::FlexItem::Margin::Margin |
( |
float | size | ) |
|
|
noexcept |
Creates a margin with this size on all sides.
◆ Margin() [3/3]
| juce::FlexItem::Margin::Margin |
( |
float | top, |
|
|
float | right, |
|
|
float | bottom, |
|
|
float | left ) |
|
noexcept |
Creates a margin with these sizes.
◆ bottom
| float juce::FlexItem::Margin::bottom |
◆ left
| float juce::FlexItem::Margin::left |
◆ right
| float juce::FlexItem::Margin::right |
◆ top
| float juce::FlexItem::Margin::top |
The documentation for this struct was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/modules/juce_gui_basics/layout/juce_FlexItem.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/modules/juce_gui_basics/layout/juce_FlexBox.cpp