view

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type View

type View struct {
	Application       *gtk.Application
	ApplicationWindow *gtk.ApplicationWindow `gtk:"main_window"`

	HeaderBar *gtk.HeaderBar `gtk:"header_bar"`

	StatusStack     *gtk.Stack   `gtk:"status_stack"`
	OkImage         *gtk.Image   `gtk:"ok_image"`
	FailImage       *gtk.Image   `gtk:"fail_image"`
	ProgressSpinner *gtk.Spinner `gtk:"progress_spinner"`

	ButtonStack  *gtk.Stack  `gtk:"button_stack"`
	VerifyButton *gtk.Button `gtk:"verify_button"`
	CancelButton *gtk.Button `gtk:"cancel_button"`

	FileChooserButton *gtk.FileChooserButton `gtk:"file_chooser_button"`
	HashValueEntry    *gtk.Entry             `gtk:"hash_value_entry"`

	AboutButton *gtk.ModelButton   `gtk:"about_button"`
	AboutDialog *gtk.AboutDialog   `gtk:"about_dialog"`
	ErrorDialog *gtk.MessageDialog `gtk:"error_dialog"`
}

func New

func New(appID, version string) *View

Jump to

Keyboard shortcuts

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