Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSignalList ¶
NewSignalList creates a new accordion widget.
Types ¶
type FixedLayout ¶
type FixedLayout struct {
// contains filtered or unexported fields
}
func NewFixedLayout ¶
func NewFixedLayout(minSize ...float32) *FixedLayout
func (*FixedLayout) Layout ¶
func (l *FixedLayout) Layout(objects []fyne.CanvasObject, size fyne.Size)
Layout will manipulate the listed CanvasObjects Size and Position to fit within the specified size.
func (*FixedLayout) MinSize ¶
func (l *FixedLayout) MinSize(objects []fyne.CanvasObject) (size fyne.Size)
MinSize calculates the smallest size that will fit the listed CanvasObjects using this Layout algorithm.
Click to show internal directories.
Click to hide internal directories.