Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NV404/gova
/ functions
Functions
609 in github.com/NV404/gova
⨍
Functions
609
◇
Types & classes
136
↓ 1 callers
Function
provideOverlays
(s *Scope, a fyne.App, w fyne.Window, bridge *fyneBridge.FyneBridge)
gova.go:38
↓ 1 callers
Method
reconcileButton
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:736
↓ 1 callers
Method
reconcileForm
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:863
↓ 1 callers
Method
reconcileNavStack
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:913
↓ 1 callers
Method
reconcilePicker
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:792
↓ 1 callers
Method
reconcileProgress
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:806
↓ 1 callers
Method
reconcileScaffold
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:880
↓ 1 callers
Method
reconcileScroll
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:871
↓ 1 callers
Method
reconcileSlider
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:780
↓ 1 callers
Method
reconcileTabView
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:905
↓ 1 callers
Method
reconcileText
--- Reconcile helpers ---
internal/fyne/bridge.go:684
↓ 1 callers
Method
reconcileTextField
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:747
↓ 1 callers
Method
reconcileToggle
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:768
↓ 1 callers
Method
reconcileVisualModifiers
reconcileVisualModifiers updates in-place modifier handles when the spec changes across re-renders. If a modifier is newly added or removed, we can't
internal/fyne/bridge.go:159
↓ 1 callers
Function
registerDockHandler
(fn func())
dock_darwin.go:82
↓ 1 callers
Function
removeNote
(m NotesModel, id int)
examples/notes/main.go:26
↓ 1 callers
Function
removeTodo
(m Model, id int)
examples/todo/main.go:35
↓ 1 callers
Function
renderTopForNav
(node *viewNode, topScope *Scope)
render.go:453
↓ 1 callers
Function
riskyOperation
()
examples/notes/main.go:133
↓ 1 callers
Function
sameColor
(a, b color.Color)
internal/fyne/coloredtext.go:59
↓ 1 callers
Method
setColor
(c color.Color)
internal/fyne/coloredtext.go:45
↓ 1 callers
Method
setImpl
setImpl swaps the underlying platform impl. Exposed for tests in this package only; never exported.
dock.go:87
↓ 1 callers
Function
setMacAppIcon
setMacAppIcon is a no-op off macOS. The Windows taskbar / Linux WM icon is still driven by AppConfig.Icon through Fyne's SetIcon path.
dock_other.go:10
↓ 1 callers
Method
shouldFire
shouldFire returns true for events we care about: writes/creates/removes on .go files. Newly created directories are added to the watch set as a side
internal/devserver/watcher.go:92
↓ 1 callers
Method
startLocked
()
internal/devserver/supervisor.go:59
↓ 1 callers
Function
statDir
statDir is a thin shim so tests can stub filesystem inspection if needed. Kept in its own file to keep watcher.go focused on logic.
internal/devserver/stat.go:7
↓ 1 callers
Function
toError
(r any)
errors.go:26
↓ 1 callers
Function
todoRow
(t Todo, alpha float64, onToggle func(int, bool), onDelete func(int))
examples/fancytodo/main.go:280
↓ 1 callers
Function
toggleTodo
(m Model, id int, done bool)
examples/todo/main.go:26
↓ 1 callers
Function
wrapLines
wrapLines greedily packs words onto lines whose rendered width fits in the given pixel width. At least one word per line is guaranteed so a too-narrow
internal/fyne/coloredtext.go:204
↓ 1 callers
Function
writePersisted
(path string, v any)
persist.go:72
Method
AccessibilityHint
AccessibilityHint sets additional context read by screen readers.
modifier.go:298
Method
AddUnsub
(fn func())
internal/fyne/spec.go:144
Function
Append
Append is the type-safe free-function version of the slice method.
state_slice.go:102
Function
Arrow
()
docs-site/app/(home)/page.tsx:1240
Function
AsyncImage
(url string)
image.go:28
Method
Body
(s *Scope)
gova_test.go:681
Method
Body
(s *g.Scope)
examples/components/main.go:20
Method
Body
(s *g.Scope)
examples/components/main.go:37
Method
Body
(s *g.Scope)
examples/components/main.go:53
Method
Body
(s *g.Scope)
examples/components/main.go:66
Method
Bounce
()
dock.go:108
Method
Bounce
()
dock_darwin.go:32
Function
CTA
()
docs-site/app/(home)/page.tsx:965
Method
Close
()
dock.go:114
Method
Close
()
dock_darwin.go:60
Function
CodeWindow
({ title, lines, }: { title: string; lines: ReactNode[]; })
docs-site/app/(home)/page.tsx:1138
Function
Component
Component wraps a Viewable as a View so it can be passed to APIs that take a typed View (Run, RunWithConfig, TestRender). Layout constructors accept a
component.go:48
Method
CreateRenderer
()
internal/fyne/coloredtext.go:53
Method
CreateRenderer
()
internal/fyne/tappable.go:23
Method
Depth
Depth returns the number of views on the stack.
nav.go:156
Method
Destroy
()
internal/fyne/coloredtext.go:198
Method
Disabled
(d bool)
modifier.go:206
Method
Else
Else attaches a fallback branch to a When node. Evaluated only if the When's condition was false.
list.go:207
Method
Exists
()
testing.go:218
Method
Exists
()
testing.go:237
Method
Exists
()
testing.go:255
Function
FadeColor
FadeColor returns c with its alpha channel multiplied by alpha (0..1). Useful for hand-rolled fade animations: pick a base color, drive a float32 from
style.go:276
Function
Features
()
docs-site/app/(home)/page.tsx:476
Function
Fn
({ children }: { children: ReactNode })
docs-site/app/(home)/page.tsx:1226
Method
Font
(style fyne.TextStyle)
internal/fyne/theme.go:172
Function
FootLink
({ href, children }: { href: string; children: ReactNode })
docs-site/app/(home)/page.tsx:1082
Function
Footer
()
docs-site/app/(home)/page.tsx:1045
Function
ForEach
ForEach iterates a plain slice. The render function may return a View or a Viewable struct value.
list.go:45
Method
Frame
Frame sets the preferred minimum size. Pass 0 to leave an axis unconstrained.
modifier.go:218
Method
Get
Get returns the current value.
state.go:42
Function
GithubGlyph
()
docs-site/app/(home)/page.tsx:1253
Function
GovaLightTheme
()
style.go:247
Function
Group
Group flattens its children into the parent layout. Use to satisfy variadic spread limitations (Go forbids mixing spread with named args).
layout.go:49
Function
Hero
()
docs-site/app/(home)/page.tsx:22
Function
HeroCode
()
docs-site/app/(home)/page.tsx:206
Function
HomePage
()
docs-site/app/(home)/page.tsx:4
Method
ID
()
list.go:12
Method
Icon
(name fyne.ThemeIconName)
internal/fyne/theme.go:182
Function
InstallCommand
()
docs-site/app/(home)/page.tsx:157
Method
Italic
()
modifier.go:180
Method
Key
(k any)
view.go:145
Function
Kw
({ children }: { children: ReactNode })
docs-site/app/(home)/page.tsx:1220
Function
Layout
({ children }: { children: ReactNode })
docs-site/app/layout.tsx:41
Function
Layout
({ children }: { children: ReactNode })
docs-site/app/(home)/layout.tsx:5
Function
Layout
({ children }: { children: ReactNode })
docs-site/app/docs/layout.tsx:6
Method
Layout
(size fyne.Size)
internal/fyne/coloredtext.go:123
Method
Leading
Leading attaches a view to the leading (left in LTR) edge of a Scaffold.
layout.go:129
Function
LightTheme
()
style.go:231
Function
ListOf
ListOf creates a list whose key is auto-resolved from T: (1) implements Identifiable[K], (2) has a struct field tagged `gova:"id"`, or (3) has an expo
list.go:78
Function
Metrics
()
docs-site/app/(home)/page.tsx:253
Method
MinHeight
MinHeight sets the minimum height.
modifier.go:237
Function
MixColor
MixColor linearly interpolates between two colors. t=0 returns a, t=1 returns b. Useful for animated color transitions (e.g. fading text from Primary
style.go:298
Function
NavLink
NavLink renders as a tappable label; on tap it pushes dest onto the enclosing NavStack. dest may be a View, a Viewable, or a func() View for fully laz
nav.go:193
Function
NavStack
NavStack creates a navigation container rooted at the given view. Inside any view in the stack, call UseNav(s) to push/pop. g.NavStack(HomeView{})
nav.go:167
Function
NewTheme
(config ThemeConfig)
internal/fyne/theme.go:25
Function
Nm
({ children }: { children: ReactNode })
docs-site/app/(home)/page.tsx:1235
Method
Objects
()
internal/fyne/coloredtext.go:190
Method
OnCancel
OnCancel is called when the user taps the cancel button.
dialog.go:125
Method
OnCancel
OnCancel is called when the user cancels.
dialog.go:213
Method
OnCancel
OnCancel is called when the user cancels.
dialog.go:250
Method
OnError
OnError is called when a system error occurs.
dialog.go:219
Method
OnError
OnError is called when a system error occurs.
dialog.go:256
Method
OnPick
OnPick is called with the selected folder path.
dialog.go:244
Method
OnPickerChange
(fn func(string))
picker.go:16
← previous
next →
301–400 of 609, ranked by callers