Documentation ¶
Overview ¶
Package wrapper provides utility functions and wrappers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeHoverable ¶
func MakeHoverable(object fyne.CanvasObject, mouseIn, mouseMoved func(*desktop.MouseEvent), mouseout func()) fyne.CanvasObject
MakeHoverable sets the object to be hoverable.
func MakeTappable ¶
func MakeTappable(object fyne.CanvasObject, ontapped func(*fyne.PointEvent)) fyne.CanvasObject
MakeTappable set the object to be tappable.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.