MCPcopy Create free account

hub / github.com/NV404/gova / functions

Functions609 in github.com/NV404/gova

↓ 1 callersFunctionprovideOverlays
(s *Scope, a fyne.App, w fyne.Window, bridge *fyneBridge.FyneBridge)
gova.go:38
↓ 1 callersMethodreconcileButton
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:736
↓ 1 callersMethodreconcileForm
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:863
↓ 1 callersMethodreconcileNavStack
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:913
↓ 1 callersMethodreconcilePicker
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:792
↓ 1 callersMethodreconcileProgress
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:806
↓ 1 callersMethodreconcileScaffold
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:880
↓ 1 callersMethodreconcileScroll
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:871
↓ 1 callersMethodreconcileSlider
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:780
↓ 1 callersMethodreconcileTabView
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:905
↓ 1 callersMethodreconcileText
--- Reconcile helpers ---
internal/fyne/bridge.go:684
↓ 1 callersMethodreconcileTextField
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:747
↓ 1 callersMethodreconcileToggle
(m *MountedNode, s ViewSpec)
internal/fyne/bridge.go:768
↓ 1 callersMethodreconcileVisualModifiers
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 callersFunctionregisterDockHandler
(fn func())
dock_darwin.go:82
↓ 1 callersFunctionremoveNote
(m NotesModel, id int)
examples/notes/main.go:26
↓ 1 callersFunctionremoveTodo
(m Model, id int)
examples/todo/main.go:35
↓ 1 callersFunctionrenderTopForNav
(node *viewNode, topScope *Scope)
render.go:453
↓ 1 callersFunctionriskyOperation
()
examples/notes/main.go:133
↓ 1 callersFunctionsameColor
(a, b color.Color)
internal/fyne/coloredtext.go:59
↓ 1 callersMethodsetColor
(c color.Color)
internal/fyne/coloredtext.go:45
↓ 1 callersMethodsetImpl
setImpl swaps the underlying platform impl. Exposed for tests in this package only; never exported.
dock.go:87
↓ 1 callersFunctionsetMacAppIcon
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 callersMethodshouldFire
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 callersMethodstartLocked
()
internal/devserver/supervisor.go:59
↓ 1 callersFunctionstatDir
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 callersFunctiontoError
(r any)
errors.go:26
↓ 1 callersFunctiontodoRow
(t Todo, alpha float64, onToggle func(int, bool), onDelete func(int))
examples/fancytodo/main.go:280
↓ 1 callersFunctiontoggleTodo
(m Model, id int, done bool)
examples/todo/main.go:26
↓ 1 callersFunctionwrapLines
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 callersFunctionwritePersisted
(path string, v any)
persist.go:72
MethodAccessibilityHint
AccessibilityHint sets additional context read by screen readers.
modifier.go:298
MethodAddUnsub
(fn func())
internal/fyne/spec.go:144
FunctionAppend
Append is the type-safe free-function version of the slice method.
state_slice.go:102
FunctionArrow
()
docs-site/app/(home)/page.tsx:1240
FunctionAsyncImage
(url string)
image.go:28
MethodBody
(s *Scope)
gova_test.go:681
MethodBody
(s *g.Scope)
examples/components/main.go:20
MethodBody
(s *g.Scope)
examples/components/main.go:37
MethodBody
(s *g.Scope)
examples/components/main.go:53
MethodBody
(s *g.Scope)
examples/components/main.go:66
MethodBounce
()
dock.go:108
MethodBounce
()
dock_darwin.go:32
FunctionCTA
()
docs-site/app/(home)/page.tsx:965
MethodClose
()
dock.go:114
MethodClose
()
dock_darwin.go:60
FunctionCodeWindow
({ title, lines, }: { title: string; lines: ReactNode[]; })
docs-site/app/(home)/page.tsx:1138
FunctionComponent
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
MethodCreateRenderer
()
internal/fyne/coloredtext.go:53
MethodCreateRenderer
()
internal/fyne/tappable.go:23
MethodDepth
Depth returns the number of views on the stack.
nav.go:156
MethodDestroy
()
internal/fyne/coloredtext.go:198
MethodDisabled
(d bool)
modifier.go:206
MethodElse
Else attaches a fallback branch to a When node. Evaluated only if the When's condition was false.
list.go:207
MethodExists
()
testing.go:218
MethodExists
()
testing.go:237
MethodExists
()
testing.go:255
FunctionFadeColor
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
FunctionFeatures
()
docs-site/app/(home)/page.tsx:476
FunctionFn
({ children }: { children: ReactNode })
docs-site/app/(home)/page.tsx:1226
MethodFont
(style fyne.TextStyle)
internal/fyne/theme.go:172
FunctionFootLink
({ href, children }: { href: string; children: ReactNode })
docs-site/app/(home)/page.tsx:1082
FunctionFooter
()
docs-site/app/(home)/page.tsx:1045
FunctionForEach
ForEach iterates a plain slice. The render function may return a View or a Viewable struct value.
list.go:45
MethodFrame
Frame sets the preferred minimum size. Pass 0 to leave an axis unconstrained.
modifier.go:218
MethodGet
Get returns the current value.
state.go:42
FunctionGithubGlyph
()
docs-site/app/(home)/page.tsx:1253
FunctionGovaLightTheme
()
style.go:247
FunctionGroup
Group flattens its children into the parent layout. Use to satisfy variadic spread limitations (Go forbids mixing spread with named args).
layout.go:49
FunctionHero
()
docs-site/app/(home)/page.tsx:22
FunctionHeroCode
()
docs-site/app/(home)/page.tsx:206
FunctionHomePage
()
docs-site/app/(home)/page.tsx:4
MethodID
()
list.go:12
MethodIcon
(name fyne.ThemeIconName)
internal/fyne/theme.go:182
FunctionInstallCommand
()
docs-site/app/(home)/page.tsx:157
MethodItalic
()
modifier.go:180
MethodKey
(k any)
view.go:145
FunctionKw
({ children }: { children: ReactNode })
docs-site/app/(home)/page.tsx:1220
FunctionLayout
({ children }: { children: ReactNode })
docs-site/app/layout.tsx:41
FunctionLayout
({ children }: { children: ReactNode })
docs-site/app/(home)/layout.tsx:5
FunctionLayout
({ children }: { children: ReactNode })
docs-site/app/docs/layout.tsx:6
MethodLayout
(size fyne.Size)
internal/fyne/coloredtext.go:123
MethodLeading
Leading attaches a view to the leading (left in LTR) edge of a Scaffold.
layout.go:129
FunctionLightTheme
()
style.go:231
FunctionListOf
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
FunctionMetrics
()
docs-site/app/(home)/page.tsx:253
MethodMinHeight
MinHeight sets the minimum height.
modifier.go:237
FunctionMixColor
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
FunctionNavLink
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
FunctionNavStack
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
FunctionNewTheme
(config ThemeConfig)
internal/fyne/theme.go:25
FunctionNm
({ children }: { children: ReactNode })
docs-site/app/(home)/page.tsx:1235
MethodObjects
()
internal/fyne/coloredtext.go:190
MethodOnCancel
OnCancel is called when the user taps the cancel button.
dialog.go:125
MethodOnCancel
OnCancel is called when the user cancels.
dialog.go:213
MethodOnCancel
OnCancel is called when the user cancels.
dialog.go:250
MethodOnError
OnError is called when a system error occurs.
dialog.go:219
MethodOnError
OnError is called when a system error occurs.
dialog.go:256
MethodOnPick
OnPick is called with the selected folder path.
dialog.go:244
MethodOnPickerChange
(fn func(string))
picker.go:16
← previousnext →301–400 of 609, ranked by callers