Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCalendar ¶
Types ¶
type LayoutMode ¶
type LayoutMode uint8
const ( VerticalMode LayoutMode = 0 HorizontalMode LayoutMode = 1 )
type TimeAlignedLayout ¶
type TimeAlignedLayout struct { Start time.Time Duration time.Duration Mode LayoutMode // Default Vertical }
func (*TimeAlignedLayout) Layout ¶
func (tl *TimeAlignedLayout) Layout(objects []fyne.CanvasObject, containerSize fyne.Size)
func (*TimeAlignedLayout) MinSize ¶
func (tl *TimeAlignedLayout) MinSize(objects []fyne.CanvasObject) fyne.Size
type TimeAlignedObject ¶
type TimeAlignedObject struct { widget.BaseWidget Start time.Time Duration time.Duration // contains filtered or unexported fields }
func NewTimeAlignedObject ¶
func NewTimeAlignedObject(obj fyne.CanvasObject, start time.Time, dur time.Duration) *TimeAlignedObject
func (*TimeAlignedObject) CreateRenderer ¶
func (tlObj *TimeAlignedObject) CreateRenderer() fyne.WidgetRenderer
Click to show internal directories.
Click to hide internal directories.