notes

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2022 License: Apache-2.0, BSD-3-Clause Imports: 14 Imported by: 0

README

Notes

This repository has moved to Fyne Labs

A simple notes app demonstrating various Fyne features. All data is stored in your preference storage (which is platform dependent).

Screenshot

Installing

If you have developer tools installed already then you can just use go get to install:

go get github.com/andydotxyz/notes/

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MyTheme

type MyTheme struct {
}

func (*MyTheme) Color

func (m *MyTheme) Color(n fyne.ThemeColorName, v fyne.ThemeVariant) color.Color

func (*MyTheme) Font

func (m *MyTheme) Font(s fyne.TextStyle) fyne.Resource

func (*MyTheme) Icon

func (m *MyTheme) Icon(n fyne.ThemeIconName) fyne.Resource

func (*MyTheme) Size

func (m *MyTheme) Size(n fyne.ThemeSizeName) float32

type Notelist

type Notelist struct {
	Pref fyne.Preferences
	// contains filtered or unexported fields
}

func (*Notelist) Load

func (l *Notelist) Load()

type Ui

type Ui struct {
	Notes *Notelist
	// contains filtered or unexported fields
}

func (*Ui) LoadUI

func (u *Ui) LoadUI() fyne.CanvasObject

func (*Ui) RegisterKeys

func (u *Ui) RegisterKeys(w fyne.Window)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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