uiforms

package
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MessageBoxError

func MessageBoxError(parent ui.Widget, err error)

func ShowAboutDialog

func ShowAboutDialog(parent ui.Window, title string, text string)

func ShowMessageBox

func ShowMessageBox(parent ui.Window, title string, text string)

Types

type AboutDialog

type AboutDialog struct {
	ui.Form
	// contains filtered or unexported fields
}

func (*AboutDialog) OnInit

func (f *AboutDialog) OnInit()

func (*AboutDialog) SetText

func (f *AboutDialog) SetText(text string)

type ColorPickerDialog

type ColorPickerDialog struct {
	ui.Form
	// contains filtered or unexported fields
}

func (*ColorPickerDialog) OnClose

func (c *ColorPickerDialog) OnClose() bool

func (*ColorPickerDialog) OnInit

func (c *ColorPickerDialog) OnInit()

func (*ColorPickerDialog) SetColor

func (c *ColorPickerDialog) SetColor(color color.Color)

type MessageBox

type MessageBox struct {
	ui.Form
	// contains filtered or unexported fields
}

func (*MessageBox) OnInit

func (f *MessageBox) OnInit()

func (*MessageBox) SetText

func (f *MessageBox) SetText(text string)

Jump to

Keyboard shortcuts

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