MCPcopy Create free account

hub / github.com/NV404/gova / functions

Functions609 in github.com/NV404/gova

↓ 1 callersMethodBounce
()
dock.go:122
↓ 1 callersMethodCleanup
()
internal/fyne/spec.go:148
↓ 1 callersMethodClose
()
dock.go:124
↓ 1 callersMethodColor
(name fyne.ThemeColorName, variant fyne.ThemeVariant)
internal/fyne/theme.go:135
↓ 1 callersMethodContext
Context returns the underlying context.Context for cancellation and deadlines.
scope.go:31
↓ 1 callersFunctionDarkTheme
()
style.go:235
↓ 1 callersFunctionDivider
()
form.go:19
↓ 1 callersFunctionErrorBoundary
ErrorBoundary wraps a child view and catches panics during rendering. Accepts either a View, a Viewable, or a *componentNode. Viewable values are wrap
errors.go:14
↓ 1 callersMethodFill
(mode FillMode)
image.go:38
↓ 1 callersMethodFindTextField
FindTextField returns the nth TextField node (depth-first).
testing.go:163
↓ 1 callersMethodFindToggle
FindToggle returns the nth Toggle node (depth-first).
testing.go:142
↓ 1 callersFunctionForEachIndexed
ForEachIndexed is ForEach but also passes the index.
list.go:60
↓ 1 callersFunctionForm
(items ...FormEntry)
form.go:3
↓ 1 callersFunctionGovaTheme
()
style.go:243
↓ 1 callersFunctionGrid
(columns int, children ...any)
grid.go:3
↓ 1 callersFunctionHStack
(children ...any)
layout.go:37
↓ 1 callersFunctionImage
(filePath string)
image.go:18
↓ 1 callersFunctionList
List creates a virtualized list from a state containing a slice. K must be comparable (used for stable identity/diffing).
list.go:17
↓ 1 callersMethodMinSize
()
internal/fyne/coloredtext.go:150
↓ 1 callersMethodMinWidth
MinWidth sets the minimum width.
modifier.go:228
↓ 1 callersMethodMultiline
()
input.go:26
↓ 1 callersMethodNavToolbar
NavToolbar attaches toolbar items to the NavStack's bar for the currently visible view. Items are ToolbarItem values produced by ToolbarLeading / Tool
nav.go:225
↓ 1 callersMethodNoWrap
()
modifier.go:254
↓ 1 callersMethodOpacity
(o float64)
modifier.go:211
↓ 1 callersMethodRemoveWhere
RemoveWhere removes all elements for which pred returns true. pred is called with each element as an any; callers cast inside.
state_slice.go:58
↓ 1 callersFunctionRunWithConfig
(config AppConfig, root View)
gova.go:97
↓ 1 callersMethodRunning
Running reports whether a child process is currently alive.
internal/devserver/supervisor.go:53
↓ 1 callersFunctionScaffold
Scaffold is the border-layout primitive. Center is always required; edges are optional and attached via chain methods. g.Scaffold(g.ScrollView(conte
layout.go:97
↓ 1 callersMethodScrollDirection
(d scrollDirection)
scroll.go:9
↓ 1 callersFunctionScrollView
(children ...any)
scroll.go:3
↓ 1 callersMethodSetBadge
(string)
dock.go:120
↓ 1 callersMethodSetMenu
([]DockMenuItem)
dock.go:123
↓ 1 callersMethodSetProgress
(float64)
dock.go:121
↓ 1 callersMethodSetSilent
SetSilent updates the value without triggering a re-render. Used internally when a UI widget syncs its own state back (e.g. Entry keystroke). The widg
state.go:63
↓ 1 callersMethodShowConfirm
(opts ConfirmOptions)
dialog.go:12
↓ 1 callersMethodShowFileOpen
(opts FilePickerOptions)
dialog.go:13
↓ 1 callersMethodShowFileSave
(opts SavePickerOptions)
dialog.go:14
↓ 1 callersMethodShowFolderOpen
(opts FolderPickerOptions)
dialog.go:15
↓ 1 callersFunctionSpacer
()
layout.go:87
↓ 1 callersFunctionStateKey
StateKey creates or retrieves reactive state with an explicit string key. Use this only for dynamic/conditional state where call-site identity isn't s
state.go:183
↓ 1 callersMethodStrikethrough
Strikethrough draws a horizontal line through text. Applied via the Unicode combining long stroke overlay (\u0336) so it works in any font; has no eff
modifier.go:188
↓ 1 callersFunctionTabView
TabView creates a tabbed container. Each Tab is a label + optional icon path + content.
nav.go:28
↓ 1 callersMethodTrailing
Trailing attaches a view to the trailing (right in LTR) edge of a Scaffold.
layout.go:139
↓ 1 callersMethodUpdateWhere
UpdateWhere applies mut to every element for which pred returns true. mut is called with each matching element as an any, and must return the replacem
state_slice.go:82
↓ 1 callersFunctionUseAlert
UseAlert returns a function that shows a modal alert dialog. Call it from event handlers (button taps, etc).
overlay.go:31
↓ 1 callersFunctionUseDock
UseDock returns the process-wide Dock handle. Scope is accepted so future versions can scope menus to a specific window; today it is unused.
dock.go:50
↓ 1 callersFunctionUseEffect
(s *Scope, fn func(ctx context.Context) func())
effect.go:13
↓ 1 callersFunctionUseNav
UseNav returns the Nav handle for the enclosing NavStack. Returns a no-op Nav if called outside a NavStack.
nav.go:181
↓ 1 callersFunctionWithStore
WithStore pre-provides a store value for isolated testing.
testing.go:59
↓ 1 callersFunctionaddNote
(m NotesModel, title string)
examples/notes/main.go:20
↓ 1 callersFunctionaddTodo
(m Model, text string)
examples/todo/main.go:20
↓ 1 callersMethodapplyVisualModifiers
applyVisualModifiers wraps the mounted object to carry background, stroke, opacity, and tap handler. Order: background (bottom) → content → stroke (to
internal/fyne/bridge.go:97
↓ 1 callersFunctionbuildIDAccessor
(t reflect.Type)
list.go:137
↓ 1 callersFunctionbuildTheme
()
examples/fancytodo/main.go:29
↓ 1 callersFunctioncallDerivedHelper
(st *StateValue[int])
gova_test.go:611
↓ 1 callersFunctioncategoryDot
(c Category)
examples/fancytodo/main.go:51
↓ 1 callersFunctionchildSlotID
childSlotID produces a stable ID for a child node within its parent. An explicit Key() wins; otherwise state follows the child's position. This mirror
render.go:370
↓ 1 callersFunctionchipRow
(selected *g.StateValue[Category], choices []Category)
examples/fancytodo/main.go:250
↓ 1 callersFunctioncmdBuild
(args []string, stdout, stderr io.Writer)
cmd/gova/build.go:14
↓ 1 callersFunctioncmdDev
(args []string, stdout, stderr io.Writer)
cmd/gova/dev.go:12
↓ 1 callersFunctioncmdRun
(args []string, stdout, stderr io.Writer)
cmd/gova/run.go:15
↓ 1 callersFunctiondefaultSemantic
(name ThemeColorName, theme *Theme)
style.go:113
↓ 1 callersFunctioneqFloats
(a, b []float64)
dock_test.go:96
↓ 1 callersFunctioneqStrings
(a, b []string)
dock_test.go:84
↓ 1 callersFunctionfilterTodos
(xs []Todo, f Category)
examples/fancytodo/main.go:237
↓ 1 callersFunctiongovaColor
(token int, variant fyne.ThemeVariant)
internal/fyne/theme.go:186
↓ 1 callersFunctiongovaDark
(token int)
internal/fyne/theme.go:193
↓ 1 callersFunctiongovaDarkColor
(name ThemeColorName)
style.go:121
↓ 1 callersFunctiongovaLight
(token int)
internal/fyne/theme.go:241
↓ 1 callersFunctiongovaLightColor
(name ThemeColorName)
style.go:171
↓ 1 callersFunctiongovaSize
(token int)
internal/fyne/theme.go:285
↓ 1 callersFunctionitoa
itoa is a simple int-to-string without importing strconv.
scope.go:51
↓ 1 callersFunctionkindFromString
(s string)
testing.go:308
↓ 1 callersFunctionlengthOf
(v any)
state.go:163
↓ 1 callersFunctionloadIconBytes
loadIconBytes resolves AppConfig.Icon / IconBytes into a byte slice. Returns nil on any error; a missing icon should never crash the app.
gova.go:198
↓ 1 callersMethodlookupStore
lookupStore walks the scope chain to find a provided store.
scope.go:106
↓ 1 callersMethodloop
()
internal/devserver/watcher.go:111
↓ 1 callersMethodmountButton
(spec ViewSpec)
internal/fyne/bridge.go:365
↓ 1 callersMethodmountForm
(spec ViewSpec)
internal/fyne/bridge.go:508
↓ 1 callersMethodmountGrid
(spec ViewSpec)
internal/fyne/bridge.go:492
↓ 1 callersMethodmountImage
(spec ViewSpec)
internal/fyne/bridge.go:646
↓ 1 callersMethodmountInner
(spec ViewSpec)
internal/fyne/bridge.go:187
↓ 1 callersMethodmountNavStack
(spec ViewSpec)
internal/fyne/bridge.go:565
↓ 1 callersMethodmountPicker
(spec ViewSpec)
internal/fyne/bridge.go:413
↓ 1 callersMethodmountProgress
(spec ViewSpec)
internal/fyne/bridge.go:421
↓ 1 callersMethodmountScaffold
(spec ViewSpec)
internal/fyne/bridge.go:520
↓ 1 callersMethodmountScroll
(spec ViewSpec)
internal/fyne/bridge.go:676
↓ 1 callersMethodmountSlider
(spec ViewSpec)
internal/fyne/bridge.go:401
↓ 1 callersMethodmountTabView
(spec ViewSpec)
internal/fyne/bridge.go:618
↓ 1 callersMethodmountText
(spec ViewSpec)
internal/fyne/bridge.go:292
↓ 1 callersMethodmountTextField
(spec ViewSpec)
internal/fyne/bridge.go:370
↓ 1 callersMethodmountToggle
(spec ViewSpec)
internal/fyne/bridge.go:395
↓ 1 callersMethodmountZStack
(spec ViewSpec)
internal/fyne/bridge.go:480
↓ 1 callersFunctionnavStackSpec
navStackSpec renders a NavStack: provides the Nav handle into the scope, then renders only the top-of-stack view with the nav bar wrapping it. The st
render.go:383
↓ 1 callersFunctionnewColoredText
(text string, c color.Color, sizeName fyne.ThemeSizeName, bold, italic, noWrap bool)
internal/fyne/coloredtext.go:24
↓ 1 callersFunctionnewFyneDialogPresenter
newFyneDialogPresenter binds the presenter to a specific window. All dialogs are shown modal to this window.
dialog_fyne.go:18
↓ 1 callersFunctionnewPlatformDialogPresenter
newPlatformDialogPresenter falls back to the Fyne-drawn presenter on platforms where we do not yet have a native implementation. Windows and Linux wil
dialog_native_other.go:10
↓ 1 callersFunctionnewPlatformDock
newPlatformDock returns a no-op Dock on platforms without an implementation.
dock_other.go:6
↓ 1 callersFunctionnewStoreKeyID
()
store.go:18
↓ 1 callersFunctionnewTappable
(content fyne.CanvasObject, onTap func())
internal/fyne/tappable.go:17
← previousnext →201–300 of 609, ranked by callers