softmem

package
v0.0.0-...-bc1fa02 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2023 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const MaxInt = int(MaxUint >> 1)

const MinUint = 0

View Source
const MaxUint = ^uint(0)

Variables

This section is empty.

Functions

func NewPage0

func NewPage0(m *MainForm) *page0

func NewPage2

func NewPage2(m *MainForm) *page2

Types

type Button

type Button struct {
	Text         string
	ResponseType gtk.ResponseType
}

type MainForm

type MainForm struct {
	// contains filtered or unexported fields
}

func NewMainWindow

func NewMainWindow() *MainForm

func (*MainForm) OnActivate

func (m *MainForm) OnActivate(app *gtk.Application)

func (*MainForm) OnShutdown

func (m *MainForm) OnShutdown()

func (*MainForm) OnStartup

func (m *MainForm) OnStartup()

type MessageBox

type MessageBox struct {
	Header  string
	Message string
	Parent  gtk.IWindow
	Buttons []Button
}

func NewMessageBox

func NewMessageBox(header, message string, parent gtk.IWindow) *MessageBox

func NewMessageBoxWithButtons

func NewMessageBoxWithButtons(header, message string, parent gtk.IWindow, buttons []Button) *MessageBox

func (*MessageBox) Information

func (m *MessageBox) Information()

func (*MessageBox) InformationOK

func (m *MessageBox) InformationOK()

func (*MessageBox) Question

func (m *MessageBox) Question() gtk.ResponseType

func (*MessageBox) QuestionOkCancel

func (m *MessageBox) QuestionOkCancel() bool

func (*MessageBox) QuestionYesNo

func (m *MessageBox) QuestionYesNo() bool

func (*MessageBox) Warning

func (m *MessageBox) Warning() gtk.ResponseType

func (*MessageBox) WarningOKCancel

func (m *MessageBox) WarningOKCancel() bool

func (*MessageBox) WarningYesNo

func (m *MessageBox) WarningYesNo() bool

type NumberPicker

type NumberPicker struct {
	// contains filtered or unexported fields
}

func NewNumberPicker

func NewNumberPicker() *NumberPicker

func (*NumberPicker) GetNextNumber

func (n *NumberPicker) GetNextNumber() (memoDatabase.NumberTable, error)

func (*NumberPicker) UpdateStatistics

func (n *NumberPicker) UpdateStatistics()

type SoftBuilder

type SoftBuilder struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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