Documentation ¶
Index ¶
- func NewFixedLayout(size fyne.Size, offsetX float32, offsetY float32) fyne.Layout
- func NewIconLayout() fyne.Layout
- type BaseRenderer
- type FixedContainer
- func (f *FixedContainer) CreateRenderer() fyne.WidgetRenderer
- func (*FixedContainer) DragEnd()
- func (*FixedContainer) Dragged(e *fyne.DragEvent)
- func (f *FixedContainer) MinSize() fyne.Size
- func (f *FixedContainer) Refresh()
- func (f *FixedContainer) Resize(sz fyne.Size)
- func (*FixedContainer) Scrolled(ev *fyne.ScrollEvent)
- func (f *FixedContainer) SetMinSize(size fyne.Size)
- func (f *FixedContainer) Tapped(*fyne.PointEvent)
- type InputEntry
- type OutputLabel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFixedLayout ¶
func NewIconLayout ¶
func NewIconLayout() fyne.Layout
Types ¶
type BaseRenderer ¶
type BaseRenderer struct {
// contains filtered or unexported fields
}
func NewBaseRenderer ¶
func NewBaseRenderer(objects []fyne.CanvasObject) BaseRenderer
func (*BaseRenderer) Destroy ¶
func (r *BaseRenderer) Destroy()
func (*BaseRenderer) Objects ¶
func (r *BaseRenderer) Objects() []fyne.CanvasObject
func (*BaseRenderer) SetObjects ¶
func (r *BaseRenderer) SetObjects(objects []fyne.CanvasObject)
type FixedContainer ¶
type FixedContainer struct { widget.BaseWidget Content fyne.CanvasObject OnTapped func() // contains filtered or unexported fields }
func NewFixedContainer ¶
func NewFixedContainer(content fyne.CanvasObject, offsetX float32, offsetY float32) *FixedContainer
func (*FixedContainer) CreateRenderer ¶
func (f *FixedContainer) CreateRenderer() fyne.WidgetRenderer
func (*FixedContainer) DragEnd ¶
func (*FixedContainer) DragEnd()
func (*FixedContainer) Dragged ¶
func (*FixedContainer) Dragged(e *fyne.DragEvent)
func (*FixedContainer) MinSize ¶
func (f *FixedContainer) MinSize() fyne.Size
func (*FixedContainer) Refresh ¶
func (f *FixedContainer) Refresh()
func (*FixedContainer) Resize ¶
func (f *FixedContainer) Resize(sz fyne.Size)
func (*FixedContainer) Scrolled ¶
func (*FixedContainer) Scrolled(ev *fyne.ScrollEvent)
func (*FixedContainer) SetMinSize ¶
func (f *FixedContainer) SetMinSize(size fyne.Size)
func (*FixedContainer) Tapped ¶
func (f *FixedContainer) Tapped(*fyne.PointEvent)
type InputEntry ¶
func (*InputEntry) TypedKey ¶
func (e *InputEntry) TypedKey(key *fyne.KeyEvent)
type OutputLabel ¶
func (*OutputLabel) Bind ¶
func (l *OutputLabel) Bind(data binding.String)
func (*OutputLabel) TappedSecondary ¶
func (l *OutputLabel) TappedSecondary(*fyne.PointEvent)
func (*OutputLabel) Unbind ¶
func (l *OutputLabel) Unbind()
Click to show internal directories.
Click to hide internal directories.