Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThemedBorder ¶
type ThemedBorder struct { widget.BaseWidget // contains filtered or unexported fields }
ThemedBorder defines themed border widget.
func NewThemedBorder ¶
func NewThemedBorder(strokeWidth float32) *ThemedBorder
NewThemedBorder creates a new themed border.
func (*ThemedBorder) CreateRenderer ¶
func (b *ThemedBorder) CreateRenderer() fyne.WidgetRenderer
CreateRenderer implements fyne.Widget.
func (*ThemedBorder) StrokeWidth ¶
func (b *ThemedBorder) StrokeWidth() float32
StrokeWidth returns the border stroke width.
Click to show internal directories.
Click to hide internal directories.