MCPcopy Create free account

hub / github.com/NV404/gova / functions

Functions609 in github.com/NV404/gova

MethodOnSliderChange
(fn func(float64))
slider.go:41
MethodPaddingEdges
(top, right, bottom, left float32)
modifier.go:103
MethodPaddingLeading
(v float32)
modifier.go:150
MethodPaddingTrailing
(v float32)
modifier.go:160
FunctionPage
(props: { params: Promise<{ slug?: string[] }>; })
docs-site/app/docs/[[...slug]]/page.tsx:11
MethodPassword
()
input.go:33
FunctionPicker
Picker is the simple string-option picker. g.Picker([]string{"Low", "Medium", "High"}, selectedIdx).OnPickerChange(...)
picker.go:6
FunctionPickerOf
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
FunctionPk
({ children }: { children: ReactNode })
docs-site/app/(home)/page.tsx:1232
FunctionPlatforms
()
docs-site/app/(home)/page.tsx:587
MethodPopToRoot
PopToRoot removes all but the root view.
nav.go:112
FunctionPrepend
Prepend is the type-safe free-function version.
state_slice.go:115
MethodPrepend
Prepend adds an item to the front of a slice-typed state.
state_slice.go:40
MethodPresent
Present shows the alert using the presenter attached to s.
dialog.go:85
MethodPresent
Present shows the confirm dialog.
dialog.go:131
MethodPresent
Present shows the picker.
dialog.go:225
MethodPresent
Present shows the picker.
dialog.go:262
FunctionProgressBar
(value float64)
progress.go:10
FunctionProgressView
()
progress.go:3
FunctionQuickstart
()
docs-site/app/(home)/page.tsx:832
MethodRange
Range overrides the default 0..1 range.
slider.go:25
FunctionRef
Ref creates or retrieves a non-reactive mutable reference for the current component. Identity is determined automatically by the call site.
state.go:210
FunctionRemoveWhere
RemoveWhere is the type-safe free-function version.
state_slice.go:128
MethodRepeat
(n int)
animate.go:41
MethodReplace
Replace replaces the top of the stack in place (no push).
nav.go:127
MethodReversed
()
animate.go:36
FunctionRun
(title string, root View)
gova.go:93
FunctionSection
({ title, width = 1200, children, }: { title: string; width?: number; children: ReactNode; })
docs-site/app/(home)/page.tsx:1101
MethodSet
(v T)
state.go:48
MethodSetBadge
(t string)
dock.go:106
MethodSetBadge
(text string)
dock_darwin.go:24
MethodSetMenu
(m []DockMenuItem)
dock.go:109
MethodSetMenu
(items []DockMenuItem)
dock_darwin.go:34
MethodSetProgress
(f float64)
dock.go:107
MethodSetProgress
(frac float64)
dock_darwin.go:30
MethodSetSize
(name ThemeSizeName, v float32)
style.go:264
MethodShadow
Shadow casts a drop shadow from the view's visual box.
modifier.go:277
FunctionShow
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
FunctionShowAlert
(win fyne.Window, title, message string, actions []AlertActionSpec)
internal/fyne/overlay.go:11
MethodShowAlert
(opts AlertOptions)
dialog_native_darwin.go:111
MethodShowAlert
(opts AlertOptions)
dialog_fyne.go:22
MethodShowAlert
(o AlertOptions)
dialog_test.go:20
MethodShowConfirm
(opts ConfirmOptions)
dialog_native_darwin.go:122
MethodShowConfirm
(opts ConfirmOptions)
dialog_fyne.go:35
MethodShowConfirm
(o ConfirmOptions)
dialog_test.go:21
MethodShowFileOpen
(opts FilePickerOptions)
dialog_native_darwin.go:149
MethodShowFileOpen
(opts FilePickerOptions)
dialog_fyne.go:61
MethodShowFileOpen
(o FilePickerOptions)
dialog_test.go:22
MethodShowFileSave
(opts SavePickerOptions)
dialog_native_darwin.go:168
MethodShowFileSave
(opts SavePickerOptions)
dialog_fyne.go:94
MethodShowFileSave
(o SavePickerOptions)
dialog_test.go:23
MethodShowFolderOpen
(opts FolderPickerOptions)
dialog_native_darwin.go:189
MethodShowFolderOpen
(opts FolderPickerOptions)
dialog_fyne.go:130
MethodShowFolderOpen
(o FolderPickerOptions)
dialog_test.go:24
FunctionShowSheet
(win fyne.Window, content fyne.CanvasObject, onDismiss func())
internal/fyne/overlay.go:46
FunctionShowcase
()
docs-site/app/(home)/page.tsx:344
FunctionSlider
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
MethodStartDir
StartDir sets the directory the picker opens in.
dialog.go:201
MethodStartDir
StartDir sets the directory the picker opens in.
dialog.go:238
FunctionStatusPill
({ s }: { s: PlatformState })
docs-site/app/(home)/page.tsx:691
MethodStep
(s float64)
slider.go:34
FunctionStr
({ children }: { children: ReactNode })
docs-site/app/(home)/page.tsx:1223
MethodStyle
(s ButtonStyle)
button.go:21
MethodSubmit
()
testing.go:273
FunctionSystemTheme
()
style.go:239
MethodTapped
(_ *fyne.PointEvent)
internal/fyne/tappable.go:27
MethodTappedSecondary
(_ *fyne.PointEvent)
internal/fyne/tappable.go:33
FunctionTestAnimationCurves
(t *testing.T)
harness_test.go:166
FunctionTestAnimationHandle
(t *testing.T)
harness_test.go:190
FunctionTestBuildReportsCompileError
(t *testing.T)
internal/devserver/builder_test.go:38
FunctionTestBuildSuccess
(t *testing.T)
internal/devserver/builder_test.go:23
FunctionTestChildScopeForIsStableAndIsolated
(t *testing.T)
gova_test.go:748
FunctionTestConfirmCancelDefaultNilSafe
(t *testing.T)
dialog_test.go:195
FunctionTestDerivedDoesNotLeakSubscribersOnRerender
(t *testing.T)
gova_test.go:615
FunctionTestDerivedList
(t *testing.T)
gova_test.go:226
FunctionTestDerivedListDoesNotLeakSubscribersOnRerender
(t *testing.T)
gova_test.go:635
FunctionTestDerivedSignal
(t *testing.T)
gova_test.go:126
FunctionTestDestroyTearsDownChildScopes
(t *testing.T)
gova_test.go:766
FunctionTestDockRecordsCallsThroughFake
(t *testing.T)
dock_test.go:7
FunctionTestDockSetImplClosesPrior
(t *testing.T)
dock_test.go:57
FunctionTestDockSetMenuDefensiveCopy
(t *testing.T)
dock_test.go:32
FunctionTestErrorBoundary
(t *testing.T)
gova_test.go:404
FunctionTestFilePickerBuilder
(t *testing.T)
dialog_test.go:85
FunctionTestFolderPickerBuilder
(t *testing.T)
dialog_test.go:146
FunctionTestForEachFlattensIntoGroup
(t *testing.T)
gova_test.go:198
FunctionTestFormViewNode
(t *testing.T)
gova_test.go:266
FunctionTestFormatDoesNotLeakSubscribersOnRerender
(t *testing.T)
gova_test.go:577
FunctionTestFormatReusesCachedSignal
(t *testing.T)
gova_test.go:600
FunctionTestFormatSignal
(t *testing.T)
gova_test.go:58
FunctionTestFormatSignalSubscribe
(t *testing.T)
gova_test.go:73
FunctionTestGridViewNode
(t *testing.T)
gova_test.go:283
FunctionTestHexColor
(t *testing.T)
gova_test.go:515
FunctionTestHexColorWithAlpha
(t *testing.T)
gova_test.go:524
FunctionTestImageNode
(t *testing.T)
gova_test.go:433
FunctionTestListCreatesChildren
(t *testing.T)
gova_test.go:185
FunctionTestMain
(m *testing.M)
internal/fyne/bridge_test.go:11
FunctionTestMountTextFieldWithGrowAndMinSizePreservesInner
A TextField with Grow set alongside HasMinSize should also preserve Inner.
internal/fyne/bridge_test.go:58
FunctionTestMountTextFieldWithMinSizePreservesInner
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
FunctionTestMountWithBackgroundAndPaddingPreservesInner
Background + padding wrapping should also preserve Inner for reconcile.
internal/fyne/bridge_test.go:76
FunctionTestNativeAlertCapturesFields
(t *testing.T)
dialog_test.go:34
← previousnext →401–500 of 609, ranked by callers