Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HoverList ¶ added in v0.0.2
type HoverList struct {
fyne.CanvasObject
// contains filtered or unexported fields
}
func (*HoverList) MouseIn ¶ added in v0.0.2
func (h *HoverList) MouseIn(*desktop.MouseEvent)
func (*HoverList) MouseMoved ¶ added in v0.0.2
func (h *HoverList) MouseMoved(*desktop.MouseEvent)
type NetworkRecorder ¶
type NetworkRecorder interface {
// Read should return values for uplink for each previous RecordInterval.
// Number of values returned must match Written.
Read() []float64
// Written should return values for downlink for each previous RecordInterval.
// Number of values returned must match Written.
Written() []float64
// BytesRead should return the total number of bytes for uplink.
BytesRead() int
// BytesWritten should return the total number of bytes for downlink.
BytesWritten() int
RecordInterval() time.Duration
}
type Settings ¶
type Settings[T ListItem] struct { // contains filtered or unexported fields }
func NewSettings ¶
Click to show internal directories.
Click to hide internal directories.