Skip to content

Commit

Permalink
Expand doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jun 30, 2024
1 parent ff95f67 commit 7969426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/theme.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ type ThemeOverride struct {
// Containers will be traversed and all child widgets will reflect the theme in this container.
// This should be used sparingly to avoid a jarring user experience.
//
// If the content `obj` of this theme override is a container and items are later added to the container
// ensure that you call `Refresh()` on this `ThemeOverride` to ensure the new items match the theme.
// If the content `obj` of this theme override is a container and items are later added to the container or any
// sub-containers ensure that you call `Refresh()` on this `ThemeOverride` to ensure the new items match the theme.
//
// Since: 2.5
func NewThemeOverride(obj fyne.CanvasObject, th fyne.Theme) *ThemeOverride {
Expand Down

0 comments on commit 7969426

Please sign in to comment.