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
Method
Bounce
()
dock.go:122
↓ 1 callers
Method
Cleanup
()
internal/fyne/spec.go:148
↓ 1 callers
Method
Close
()
dock.go:124
↓ 1 callers
Method
Color
(name fyne.ThemeColorName, variant fyne.ThemeVariant)
internal/fyne/theme.go:135
↓ 1 callers
Method
Context
Context returns the underlying context.Context for cancellation and deadlines.
scope.go:31
↓ 1 callers
Function
DarkTheme
()
style.go:235
↓ 1 callers
Function
Divider
()
form.go:19
↓ 1 callers
Function
ErrorBoundary
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 callers
Method
Fill
(mode FillMode)
image.go:38
↓ 1 callers
Method
FindTextField
FindTextField returns the nth TextField node (depth-first).
testing.go:163
↓ 1 callers
Method
FindToggle
FindToggle returns the nth Toggle node (depth-first).
testing.go:142
↓ 1 callers
Function
ForEachIndexed
ForEachIndexed is ForEach but also passes the index.
list.go:60
↓ 1 callers
Function
Form
(items ...FormEntry)
form.go:3
↓ 1 callers
Function
GovaTheme
()
style.go:243
↓ 1 callers
Function
Grid
(columns int, children ...any)
grid.go:3
↓ 1 callers
Function
HStack
(children ...any)
layout.go:37
↓ 1 callers
Function
Image
(filePath string)
image.go:18
↓ 1 callers
Function
List
List creates a virtualized list from a state containing a slice. K must be comparable (used for stable identity/diffing).
list.go:17
↓ 1 callers
Method
MinSize
()
internal/fyne/coloredtext.go:150
↓ 1 callers
Method
MinWidth
MinWidth sets the minimum width.
modifier.go:228
↓ 1 callers
Method
Multiline
()
input.go:26
↓ 1 callers
Method
NavToolbar
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 callers
Method
NoWrap
()
modifier.go:254
↓ 1 callers
Method
Opacity
(o float64)
modifier.go:211
↓ 1 callers
Method
RemoveWhere
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 callers
Function
RunWithConfig
(config AppConfig, root View)
gova.go:97
↓ 1 callers
Method
Running
Running reports whether a child process is currently alive.
internal/devserver/supervisor.go:53
↓ 1 callers
Function
Scaffold
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 callers
Method
ScrollDirection
(d scrollDirection)
scroll.go:9
↓ 1 callers
Function
ScrollView
(children ...any)
scroll.go:3
↓ 1 callers
Method
SetBadge
(string)
dock.go:120
↓ 1 callers
Method
SetMenu
([]DockMenuItem)
dock.go:123
↓ 1 callers
Method
SetProgress
(float64)
dock.go:121
↓ 1 callers
Method
SetSilent
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 callers
Method
ShowConfirm
(opts ConfirmOptions)
dialog.go:12
↓ 1 callers
Method
ShowFileOpen
(opts FilePickerOptions)
dialog.go:13
↓ 1 callers
Method
ShowFileSave
(opts SavePickerOptions)
dialog.go:14
↓ 1 callers
Method
ShowFolderOpen
(opts FolderPickerOptions)
dialog.go:15
↓ 1 callers
Function
Spacer
()
layout.go:87
↓ 1 callers
Function
StateKey
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 callers
Method
Strikethrough
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 callers
Function
TabView
TabView creates a tabbed container. Each Tab is a label + optional icon path + content.
nav.go:28
↓ 1 callers
Method
Trailing
Trailing attaches a view to the trailing (right in LTR) edge of a Scaffold.
layout.go:139
↓ 1 callers
Method
UpdateWhere
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 callers
Function
UseAlert
UseAlert returns a function that shows a modal alert dialog. Call it from event handlers (button taps, etc).
overlay.go:31
↓ 1 callers
Function
UseDock
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 callers
Function
UseEffect
(s *Scope, fn func(ctx context.Context) func())
effect.go:13
↓ 1 callers
Function
UseNav
UseNav returns the Nav handle for the enclosing NavStack. Returns a no-op Nav if called outside a NavStack.
nav.go:181
↓ 1 callers
Function
WithStore
WithStore pre-provides a store value for isolated testing.
testing.go:59
↓ 1 callers
Function
addNote
(m NotesModel, title string)
examples/notes/main.go:20
↓ 1 callers
Function
addTodo
(m Model, text string)
examples/todo/main.go:20
↓ 1 callers
Method
applyVisualModifiers
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 callers
Function
buildIDAccessor
(t reflect.Type)
list.go:137
↓ 1 callers
Function
buildTheme
()
examples/fancytodo/main.go:29
↓ 1 callers
Function
callDerivedHelper
(st *StateValue[int])
gova_test.go:611
↓ 1 callers
Function
categoryDot
(c Category)
examples/fancytodo/main.go:51
↓ 1 callers
Function
childSlotID
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 callers
Function
chipRow
(selected *g.StateValue[Category], choices []Category)
examples/fancytodo/main.go:250
↓ 1 callers
Function
cmdBuild
(args []string, stdout, stderr io.Writer)
cmd/gova/build.go:14
↓ 1 callers
Function
cmdDev
(args []string, stdout, stderr io.Writer)
cmd/gova/dev.go:12
↓ 1 callers
Function
cmdRun
(args []string, stdout, stderr io.Writer)
cmd/gova/run.go:15
↓ 1 callers
Function
defaultSemantic
(name ThemeColorName, theme *Theme)
style.go:113
↓ 1 callers
Function
eqFloats
(a, b []float64)
dock_test.go:96
↓ 1 callers
Function
eqStrings
(a, b []string)
dock_test.go:84
↓ 1 callers
Function
filterTodos
(xs []Todo, f Category)
examples/fancytodo/main.go:237
↓ 1 callers
Function
govaColor
(token int, variant fyne.ThemeVariant)
internal/fyne/theme.go:186
↓ 1 callers
Function
govaDark
(token int)
internal/fyne/theme.go:193
↓ 1 callers
Function
govaDarkColor
(name ThemeColorName)
style.go:121
↓ 1 callers
Function
govaLight
(token int)
internal/fyne/theme.go:241
↓ 1 callers
Function
govaLightColor
(name ThemeColorName)
style.go:171
↓ 1 callers
Function
govaSize
(token int)
internal/fyne/theme.go:285
↓ 1 callers
Function
itoa
itoa is a simple int-to-string without importing strconv.
scope.go:51
↓ 1 callers
Function
kindFromString
(s string)
testing.go:308
↓ 1 callers
Function
lengthOf
(v any)
state.go:163
↓ 1 callers
Function
loadIconBytes
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 callers
Method
lookupStore
lookupStore walks the scope chain to find a provided store.
scope.go:106
↓ 1 callers
Method
loop
()
internal/devserver/watcher.go:111
↓ 1 callers
Method
mountButton
(spec ViewSpec)
internal/fyne/bridge.go:365
↓ 1 callers
Method
mountForm
(spec ViewSpec)
internal/fyne/bridge.go:508
↓ 1 callers
Method
mountGrid
(spec ViewSpec)
internal/fyne/bridge.go:492
↓ 1 callers
Method
mountImage
(spec ViewSpec)
internal/fyne/bridge.go:646
↓ 1 callers
Method
mountInner
(spec ViewSpec)
internal/fyne/bridge.go:187
↓ 1 callers
Method
mountNavStack
(spec ViewSpec)
internal/fyne/bridge.go:565
↓ 1 callers
Method
mountPicker
(spec ViewSpec)
internal/fyne/bridge.go:413
↓ 1 callers
Method
mountProgress
(spec ViewSpec)
internal/fyne/bridge.go:421
↓ 1 callers
Method
mountScaffold
(spec ViewSpec)
internal/fyne/bridge.go:520
↓ 1 callers
Method
mountScroll
(spec ViewSpec)
internal/fyne/bridge.go:676
↓ 1 callers
Method
mountSlider
(spec ViewSpec)
internal/fyne/bridge.go:401
↓ 1 callers
Method
mountTabView
(spec ViewSpec)
internal/fyne/bridge.go:618
↓ 1 callers
Method
mountText
(spec ViewSpec)
internal/fyne/bridge.go:292
↓ 1 callers
Method
mountTextField
(spec ViewSpec)
internal/fyne/bridge.go:370
↓ 1 callers
Method
mountToggle
(spec ViewSpec)
internal/fyne/bridge.go:395
↓ 1 callers
Method
mountZStack
(spec ViewSpec)
internal/fyne/bridge.go:480
↓ 1 callers
Function
navStackSpec
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 callers
Function
newColoredText
(text string, c color.Color, sizeName fyne.ThemeSizeName, bold, italic, noWrap bool)
internal/fyne/coloredtext.go:24
↓ 1 callers
Function
newFyneDialogPresenter
newFyneDialogPresenter binds the presenter to a specific window. All dialogs are shown modal to this window.
dialog_fyne.go:18
↓ 1 callers
Function
newPlatformDialogPresenter
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 callers
Function
newPlatformDock
newPlatformDock returns a no-op Dock on platforms without an implementation.
dock_other.go:6
↓ 1 callers
Function
newStoreKeyID
()
store.go:18
↓ 1 callers
Function
newTappable
(content fyne.CanvasObject, onTap func())
internal/fyne/tappable.go:17
← previous
next →
201–300 of 609, ranked by callers