Fyne API "theme.ThemedResource"

theme.ThemedResource


import "fyne.io/fyne/theme"

Usage

type ThemedResource

type ThemedResource struct {
}

ThemedResource is a resource wrapper that will return a version of the resource with the main color changed for the currently selected theme.

func NewThemedResource

func NewThemedResource(src, ignored fyne.Resource) *ThemedResource

NewThemedResource creates a resource that adapts to the current theme setting.

Deprecated: NewThemedResource() will be replaced with a single parameter version in a future release

usage of this method will break, but using the first parameter only will be a trivial change.

func (*ThemedResource) Content

func (res *ThemedResource) Content() []byte

Content returns the underlying content of the resource adapted to the current text color.

func (*ThemedResource) Error

func (res *ThemedResource) Error() *ErrorThemedResource

Error resturns a different resource for indicating an error.

func (*ThemedResource) Name

func (res *ThemedResource) Name() string

Name returns the underlying resource name (used for caching).