The documentation for this struct was generated from the following file:
|
| | Margin () noexcept |
| | Margin (int size) noexcept |
| | Margin (float size) noexcept |
| | Margin (float top, float right, float bottom, float left) noexcept |
| | Creates a margin with these sizes.
|
◆ Margin() [1/4]
| juce::GridItem::Margin::Margin |
( |
| ) |
|
|
noexcept |
◆ Margin() [2/4]
| juce::GridItem::Margin::Margin |
( |
int | size | ) |
|
|
noexcept |
◆ Margin() [3/4]
| juce::GridItem::Margin::Margin |
( |
float | size | ) |
|
|
noexcept |
◆ Margin() [4/4]
| juce::GridItem::Margin::Margin |
( |
float | top, |
|
|
float | right, |
|
|
float | bottom, |
|
|
float | left ) |
|
noexcept |
◆ left
| float juce::GridItem::Margin::left |
◆ right
| float juce::GridItem::Margin::right |
◆ top
| float juce::GridItem::Margin::top |
◆ bottom
| float juce::GridItem::Margin::bottom |