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
Method
OnSliderChange
(fn func(float64))
slider.go:41
Method
PaddingEdges
(top, right, bottom, left float32)
modifier.go:103
Method
PaddingLeading
(v float32)
modifier.go:150
Method
PaddingTrailing
(v float32)
modifier.go:160
Function
Page
(props: { params: Promise<{ slug?: string[] }>; })
docs-site/app/docs/[[...slug]]/page.tsx:11
Method
Password
()
input.go:33
Function
Picker
Picker is the simple string-option picker. g.Picker([]string{"Low", "Medium", "High"}, selectedIdx).OnPickerChange(...)
picker.go:6
Function
PickerOf
PickerOf is a typed picker for any option type. The label function maps each value to the display string; the state holds the currently selected value
picker.go:29
Function
Pk
({ children }: { children: ReactNode })
docs-site/app/(home)/page.tsx:1232
Function
Platforms
()
docs-site/app/(home)/page.tsx:587
Method
PopToRoot
PopToRoot removes all but the root view.
nav.go:112
Function
Prepend
Prepend is the type-safe free-function version.
state_slice.go:115
Method
Prepend
Prepend adds an item to the front of a slice-typed state.
state_slice.go:40
Method
Present
Present shows the alert using the presenter attached to s.
dialog.go:85
Method
Present
Present shows the confirm dialog.
dialog.go:131
Method
Present
Present shows the picker.
dialog.go:225
Method
Present
Present shows the picker.
dialog.go:262
Function
ProgressBar
(value float64)
progress.go:10
Function
ProgressView
()
progress.go:3
Function
Quickstart
()
docs-site/app/(home)/page.tsx:832
Method
Range
Range overrides the default 0..1 range.
slider.go:25
Function
Ref
Ref creates or retrieves a non-reactive mutable reference for the current component. Identity is determined automatically by the call site.
state.go:210
Function
RemoveWhere
RemoveWhere is the type-safe free-function version.
state_slice.go:128
Method
Repeat
(n int)
animate.go:41
Method
Replace
Replace replaces the top of the stack in place (no push).
nav.go:127
Method
Reversed
()
animate.go:36
Function
Run
(title string, root View)
gova.go:93
Function
Section
({ title, width = 1200, children, }: { title: string; width?: number; children: ReactNode; })
docs-site/app/(home)/page.tsx:1101
Method
Set
(v T)
state.go:48
Method
SetBadge
(t string)
dock.go:106
Method
SetBadge
(text string)
dock_darwin.go:24
Method
SetMenu
(m []DockMenuItem)
dock.go:109
Method
SetMenu
(items []DockMenuItem)
dock_darwin.go:34
Method
SetProgress
(f float64)
dock.go:107
Method
SetProgress
(frac float64)
dock_darwin.go:30
Method
SetSize
(name ThemeSizeName, v float32)
style.go:264
Method
Shadow
Shadow casts a drop shadow from the view's visual box.
modifier.go:277
Function
Show
Show is a shorthand for When(cond, ...) when the view is cheap/static. Evaluates v eagerly; use When with a func() View for lazy construction.
list.go:217
Function
ShowAlert
(win fyne.Window, title, message string, actions []AlertActionSpec)
internal/fyne/overlay.go:11
Method
ShowAlert
(opts AlertOptions)
dialog_native_darwin.go:111
Method
ShowAlert
(opts AlertOptions)
dialog_fyne.go:22
Method
ShowAlert
(o AlertOptions)
dialog_test.go:20
Method
ShowConfirm
(opts ConfirmOptions)
dialog_native_darwin.go:122
Method
ShowConfirm
(opts ConfirmOptions)
dialog_fyne.go:35
Method
ShowConfirm
(o ConfirmOptions)
dialog_test.go:21
Method
ShowFileOpen
(opts FilePickerOptions)
dialog_native_darwin.go:149
Method
ShowFileOpen
(opts FilePickerOptions)
dialog_fyne.go:61
Method
ShowFileOpen
(o FilePickerOptions)
dialog_test.go:22
Method
ShowFileSave
(opts SavePickerOptions)
dialog_native_darwin.go:168
Method
ShowFileSave
(opts SavePickerOptions)
dialog_fyne.go:94
Method
ShowFileSave
(o SavePickerOptions)
dialog_test.go:23
Method
ShowFolderOpen
(opts FolderPickerOptions)
dialog_native_darwin.go:189
Method
ShowFolderOpen
(opts FolderPickerOptions)
dialog_fyne.go:130
Method
ShowFolderOpen
(o FolderPickerOptions)
dialog_test.go:24
Function
ShowSheet
(win fyne.Window, content fyne.CanvasObject, onDismiss func())
internal/fyne/overlay.go:46
Function
Showcase
()
docs-site/app/(home)/page.tsx:344
Function
Slider
Slider creates a continuous value slider. Accepts either a *StateValue[float64] for state-driven binding or a plain float64 for static use. Default ra
slider.go:8
Method
StartDir
StartDir sets the directory the picker opens in.
dialog.go:201
Method
StartDir
StartDir sets the directory the picker opens in.
dialog.go:238
Function
StatusPill
({ s }: { s: PlatformState })
docs-site/app/(home)/page.tsx:691
Method
Step
(s float64)
slider.go:34
Function
Str
({ children }: { children: ReactNode })
docs-site/app/(home)/page.tsx:1223
Method
Style
(s ButtonStyle)
button.go:21
Method
Submit
()
testing.go:273
Function
SystemTheme
()
style.go:239
Method
Tapped
(_ *fyne.PointEvent)
internal/fyne/tappable.go:27
Method
TappedSecondary
(_ *fyne.PointEvent)
internal/fyne/tappable.go:33
Function
TestAnimationCurves
(t *testing.T)
harness_test.go:166
Function
TestAnimationHandle
(t *testing.T)
harness_test.go:190
Function
TestBuildReportsCompileError
(t *testing.T)
internal/devserver/builder_test.go:38
Function
TestBuildSuccess
(t *testing.T)
internal/devserver/builder_test.go:23
Function
TestChildScopeForIsStableAndIsolated
(t *testing.T)
gova_test.go:748
Function
TestConfirmCancelDefaultNilSafe
(t *testing.T)
dialog_test.go:195
Function
TestDerivedDoesNotLeakSubscribersOnRerender
(t *testing.T)
gova_test.go:615
Function
TestDerivedList
(t *testing.T)
gova_test.go:226
Function
TestDerivedListDoesNotLeakSubscribersOnRerender
(t *testing.T)
gova_test.go:635
Function
TestDerivedSignal
(t *testing.T)
gova_test.go:126
Function
TestDestroyTearsDownChildScopes
(t *testing.T)
gova_test.go:766
Function
TestDockRecordsCallsThroughFake
(t *testing.T)
dock_test.go:7
Function
TestDockSetImplClosesPrior
(t *testing.T)
dock_test.go:57
Function
TestDockSetMenuDefensiveCopy
(t *testing.T)
dock_test.go:32
Function
TestErrorBoundary
(t *testing.T)
gova_test.go:404
Function
TestFilePickerBuilder
(t *testing.T)
dialog_test.go:85
Function
TestFolderPickerBuilder
(t *testing.T)
dialog_test.go:146
Function
TestForEachFlattensIntoGroup
(t *testing.T)
gova_test.go:198
Function
TestFormViewNode
(t *testing.T)
gova_test.go:266
Function
TestFormatDoesNotLeakSubscribersOnRerender
(t *testing.T)
gova_test.go:577
Function
TestFormatReusesCachedSignal
(t *testing.T)
gova_test.go:600
Function
TestFormatSignal
(t *testing.T)
gova_test.go:58
Function
TestFormatSignalSubscribe
(t *testing.T)
gova_test.go:73
Function
TestGridViewNode
(t *testing.T)
gova_test.go:283
Function
TestHexColor
(t *testing.T)
gova_test.go:515
Function
TestHexColorWithAlpha
(t *testing.T)
gova_test.go:524
Function
TestImageNode
(t *testing.T)
gova_test.go:433
Function
TestListCreatesChildren
(t *testing.T)
gova_test.go:185
Function
TestMain
(m *testing.M)
internal/fyne/bridge_test.go:11
Function
TestMountTextFieldWithGrowAndMinSizePreservesInner
A TextField with Grow set alongside HasMinSize should also preserve Inner.
internal/fyne/bridge_test.go:58
Function
TestMountTextFieldWithMinSizePreservesInner
When a TextField is wrapped by min-size padding, the Entry must still be reachable via node.Inner so reconcile can update its text (e.g. clearing on s
internal/fyne/bridge_test.go:20
Function
TestMountWithBackgroundAndPaddingPreservesInner
Background + padding wrapping should also preserve Inner for reconcile.
internal/fyne/bridge_test.go:76
Function
TestNativeAlertCapturesFields
(t *testing.T)
dialog_test.go:34
← previous
next →
401–500 of 609, ranked by callers