| LOW | cloud.go | 1 | package fyne |
| LOW | window.go | 1 | package fyne |
| LOW | window.go | 61 | // The way this is rendered will depend on the loaded driver. |
| LOW | window.go | 81 | Show() |
| LOW | widget.go | 1 | package fyne |
| LOW | fyne.go | 1 | // Package fyne describes the objects and components available to any Fyne app. |
| LOW | fyne.go | 21 | // widget.NewButton("Hi!", func() { |
| LOW | thread.go | 1 | package fyne |
| LOW | preferences.go | 1 | package fyne |
| LOW | preferences.go | 21 | // |
| LOW | preferences.go | 41 | // |
| LOW | preferences.go | 61 | // |
| LOW | key.go | 161 | KeySemicolon KeyName = ";" |
| LOW | key.go | 181 | type KeyModifier int |
| LOW | canvasobject.go | 1 | package fyne |
| LOW | canvasobject.go | 61 | // When focused it will also have TypedRune called as text is input and |
| LOW | settings.go | 21 | // |
| LOW | app.go | 21 | OpenURL(url *url.URL) error |
| LOW | app.go | 41 | |
| LOW | app.go | 81 | // Lifecycle returns a type that allows apps to hook in to lifecycle events. |
| LOW | app.go | 141 | // Version represents the version of this application, normally following semantic versioning. |
| LOW | text.go | 41 | // TextTruncate trims the text to the widget's width, no wrapping is applied. |
| LOW | uri.go | 21 | URI() URI |
| LOW | uri.go | 41 | |
| LOW | uri.go | 61 | // NOTE: the RFC3986 can be obtained by combining the [net/url.URL.User] |
| LOW | animation.go | 21 | // AnimationEaseIn starts slowly and accelerates to the end. |
| LOW | driver.go | 21 | // AbsolutePositionForObject returns the position of a given [CanvasObject] relative to the top/left of a canvas. |
| LOW | driver.go | 41 | // |
| LOW | cmd/fyne/internal/mobile/build_iosapp.go | 641 | } |
| LOW | cmd/fyne/internal/mobile/build_iosapp.go | 661 | // |
| LOW | cmd/fyne/internal/mobile/env.go | 121 | } |
| LOW | cmd/fyne/internal/mobile/writer.go | 1 | // Copyright 2015 The Go Authors. All rights reserved. |
| LOW | cmd/fyne/internal/mobile/writer.go | 21 | // |
| LOW | cmd/fyne/internal/mobile/writer.go | 41 | // Note the \r\n line breaks. |
| LOW | cmd/fyne/internal/mobile/binres/binres.go | 1 | // Copyright 2015 The Go Authors. All rights reserved. |
| LOW | cmd/fyne/internal/mobile/binres/binres.go | 21 | // |
| LOW | cmd/fyne/internal/mobile/binres/pool.go | 21 | |
| LOW | cmd/fyne/internal/mobile/binres/pool.go | 41 | // |
| LOW | cmd/fyne/internal/mobile/binres/table.go | 21 | type TableRef uint32 |
| LOW | cmd/fyne/internal/mobile/gendex/gendex.go | 1 | // Copyright 2015 The Go Authors. All rights reserved. |
| LOW | widget/gridwrap.go | 21 | ) |
| LOW | widget/gridwrap.go | 41 | CreateItem func() fyne.CanvasObject `json:"-"` |
| LOW | widget/tree_internal_test.go | 201 | func TestTree_Keyboard(t *testing.T) { |
| LOW | widget/label.go | 21 | |
| LOW | widget/entry.go | 461 | func (e *Entry) SelectedText() string { |
| LOW | widget/entry.go | 2001 | // entryMergeableUndoAction is like entryUndoAction, but the undoStack |
| LOW | widget/richtext_objects.go | 221 | // Unselect tells the segment that the user is has cancelled the previous selection. |
| LOW | widget/table.go | 61 | |
| LOW | widget/table.go | 81 | // If `ShowHeaderRow` us `true` then the stuck row will appear immediately underneath. |
| LOW | widget/table.go | 121 | // template objects that can be cached and the third is used to apply data at specified data location to the |
| LOW | test/test_helper.go | 41 | c := NewCanvasWithPainter(software.NewPainter()) |
| LOW | test/test_helper.go | 81 | // AssertRendersToImage asserts that the given canvas renders the same image as the one stored in the master file. |
| LOW | driver/native.go | 21 | // AndroidWindowContext is passed to the NativeWindow.RunNative callback when it is executed |
| LOW | driver/native.go | 41 | type WindowsWindowContext struct { |
| LOW | driver/desktop/window.go | 1 | package desktop |
| LOW | driver/desktop/key.go | 41 | // ShiftModifier represents a shift key being held |
| LOW | driver/desktop/app.go | 1 | package desktop |
| LOW | internal/painter/font_internal_test.go | 1 | //go:build test |
| LOW | internal/painter/font_internal_test.go | 21 | // chosen := &mockFace{CloseFunc: func() error { return nil }} |
| LOW | internal/painter/font_internal_test.go | 41 | //func Test_compositeFace_GlyphFunctions(t *testing.T) { |
| 165 more matches not shown… |