Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Margin ¶
type Margin struct {
// contains filtered or unexported fields
}
type MinSize ¶
type MinSize struct {
// contains filtered or unexported fields
}
MinSize implements a min size layout.
The MinSize layout will ensure that the container is rendered at a size that is at least as large as the minimum size provided.
func NewMinSizeLayout ¶
func NewMinSizeLayout(minSize fyne.Size) *MinSize
NewMinSizeLayout creates a new MinSize layout with the specified minimum size.
Arguments: - minSize: the minimum size for the layout.
Returns *MinSize: a pointer to the newly created MinSize layout.
Click to show internal directories.
Click to hide internal directories.