Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImageViewer ¶ added in v1.1.6
type ImageViewer struct { widget.BaseWidget // contains filtered or unexported fields }
func NewImageViewer ¶ added in v1.1.6
func NewImageViewer() *ImageViewer
func (*ImageViewer) CreateRenderer ¶ added in v1.1.6
func (v *ImageViewer) CreateRenderer() fyne.WidgetRenderer
func (*ImageViewer) MinSize ¶ added in v1.1.6
func (v *ImageViewer) MinSize() fyne.Size
type TextPlainViewer ¶ added in v1.1.6
type TextPlainViewer struct { widget.BaseWidget // contains filtered or unexported fields }
func NewTextPlainViewer ¶ added in v1.1.6
func NewTextPlainViewer() *TextPlainViewer
func (*TextPlainViewer) CreateRenderer ¶ added in v1.1.6
func (v *TextPlainViewer) CreateRenderer() fyne.WidgetRenderer
func (*TextPlainViewer) MinSize ¶ added in v1.1.6
func (v *TextPlainViewer) MinSize() fyne.Size
Click to show internal directories.
Click to hide internal directories.