constantly

package module
v0.0.0-...-d442f69 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2022 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AssocShortText = "As.."
	AssocLongText  = "            Associated Data             "
	ValueShortText = "Value"
	ValueLongText  = "                 Value                  "
	Value          = "Value"
	Assoc          = "Assoc"
	SliderValue    = 0.70
	Prefix         = "Prefix"
	BaseID         = "Base Identifier"
	Suffix         = "Suffix"
	Type           = "      Type       "
)
View Source
const (
	// Opens a json definition file
	FileItemOpen string = "Open"
	// Saves the current state to a json definition file
	FileItemSave = "Save"
	// Generates source code from the current  state
	FileItemGen = "Generate Code"
	// Clear the grid and start fresh with verification if state changed
	EditItemClear = "Clear"
	// refresh the preview screen
	EditItemPrev = "Refresh Preview"
	// Copy the preview screen to the system clipboard
	EditItemCopy = "Copy to clipboard"
	// brief description of the app
	HelpItemAbout = "About"
	// view the readme file
	HelpItemHelp = "Help"
)
View Source
const MainWinTitle = "Constantly"

Variables

This section is empty.

Functions

func AssocString

func AssocString(c string) string

func ConstString

func ConstString(c string) string

func Run

func Run()

Types

type SharedAppData

type SharedAppData struct {
	// contains filtered or unexported fields
}
var AppData *SharedAppData

func NewSharedAppData

func NewSharedAppData() *SharedAppData

func (*SharedAppData) App

func (S *SharedAppData) App() fyne.App

(*SharedAppData) App returns a pointer to the unexported struct field app

func (*SharedAppData) AppName

func (S *SharedAppData) AppName() string

(*SharedAppData) Appname returns the value of the unexported struct field appName

func (*SharedAppData) LoadedPath

func (S *SharedAppData) LoadedPath() string

(*SharedAppData) Loadedpath returns the value of the unexported struct field loadedPath

func (*SharedAppData) MainWindow

func (S *SharedAppData) MainWindow() fyne.Window

(*SharedAppData) Mainwindow returns a pointer to the unexported struct field mainWindow

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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