mainform

package
v0.0.0-...-5c82073 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommandLine

func NewCommandLine(parent ui.Widget) ui.Widget

func NewMainForm

func NewMainForm() *ui.Form

func NewToolbar

func NewToolbar(parent ui.Widget) ui.Widget

Types

type FilePanel

type FilePanel struct {
	ui.Panel

	OnMouseClick func()
	// contains filtered or unexported fields
}

func NewFilePanel

func NewFilePanel(parent ui.Widget) *FilePanel

func (*FilePanel) Activate

func (c *FilePanel) Activate()

func (*FilePanel) Deactivate

func (c *FilePanel) Deactivate()

func (*FilePanel) OnInit

func (c *FilePanel) OnInit()

func (*FilePanel) SelectedFile

func (c *FilePanel) SelectedFile() string

type FilePanels

type FilePanels struct {
	ui.Panel
	// contains filtered or unexported fields
}

func NewFilePanels

func NewFilePanels(parent ui.Widget) *FilePanels

func (*FilePanels) OnInit

func (c *FilePanels) OnInit()

func (*FilePanels) SelectedFile

func (c *FilePanels) SelectedFile() string

func (*FilePanels) SetCurrentPanel

func (c *FilePanels) SetCurrentPanel(index int)

func (*FilePanels) Tab

func (c *FilePanels) Tab()

type HexViewer

type HexViewer struct {
	ui.Control
	// contains filtered or unexported fields
}

func NewHexViewer

func NewHexViewer(parent ui.Widget) *HexViewer

func (*HexViewer) Draw

func (c *HexViewer) Draw(ctx ui.DrawContext)

func (*HexViewer) XExpandable

func (c *HexViewer) XExpandable() bool

func (*HexViewer) YExpandable

func (c *HexViewer) YExpandable() bool

type Viewer

type Viewer struct {
	ui.Panel
	// contains filtered or unexported fields
}

func NewFileViewer

func NewFileViewer(parent ui.Widget) *Viewer

func (*Viewer) SetFile

func (c *Viewer) SetFile(fileName string)

Jump to

Keyboard shortcuts

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