hugetext

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2022 License: BSD-3-Clause Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetUnique

func GetUnique(arr []string) []string

GetUnique : Return Unique Elements from Array

func String2Arr

func String2Arr(str string) []string

String2Arr : Split string to arr using `\n`

func StringArrtoString

func StringArrtoString(dat []string) string

StringArrtoString : Convert arr to string by joining using space

Types

type HugeEntry

type HugeEntry struct {
	widget.Entry
	Pagesize int
	DataGrid []binding.String

	Unique bool //Make Data Unique
	// contains filtered or unexported fields
}

HugeEntry : Huge Entry Custom Widget

func NewHugeEntry

func NewHugeEntry(win fyne.Window) *HugeEntry

NewHugeEntry : Create New HugeEntry Widget

func (*HugeEntry) GetData

func (h *HugeEntry) GetData() []string

GetData : Returns data

func (*HugeEntry) GetNavButtons

func (h *HugeEntry) GetNavButtons() (*widget.Button, *widget.Button)

GetNavButtons : Left and Right Buttons

func (*HugeEntry) Set

func (h *HugeEntry) Set(dat string, append bool)

Set : This is used to set data using string

func (*HugeEntry) SetData

func (h *HugeEntry) SetData(x []string)

SetData : Set Data

func (*HugeEntry) TypedShortcut

func (h *HugeEntry) TypedShortcut(s fyne.Shortcut)

TypedShortcut : Custom Shortcut to paste into multiple pages

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL