package cache

import "fyne.io/fyne/v2/internal/cache"

Index

Functions

func DestroyRenderer

func DestroyRenderer(wid fyne.Widget)

DestroyRenderer frees a render implementation for a widget. This is typically for internal use only.

func IsRendered

func IsRendered(wid fyne.Widget) bool

IsRendered returns true of the widget currently has a renderer. One will be created the first time a widget is shown but may be removed after it is hidden.

func Renderer

func Renderer(wid fyne.Widget) fyne.WidgetRenderer

Renderer looks up the render implementation for a widget

Source Files

widget.go

Version
v2.0.4-rc1
Published
Jul 28, 2021
Platform
darwin/amd64
Imports
2 packages
Last checked
3 hours ago

Tools for package owners.