commondialogs

package module
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2021 License: MIT Imports: 6 Imported by: 1

README

commondialogs

golang commondialogs

Documentation

Rendered for windows/amd64

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileDialog

type FileDialog struct {
	Title          string
	FilePath       string
	FilePaths      []string
	InitialDirPath string
	Filter         string
	FilterIndex    int
	Flags          uint32
	ShowReadOnlyCB bool
}

func (*FileDialog) ShowOpen

func (dlg *FileDialog) ShowOpen(owner win.HWND) (accepted bool, err error)

func (*FileDialog) ShowOpenMultiple

func (dlg *FileDialog) ShowOpenMultiple(owner win.HWND) (accepted bool, err error)

func (*FileDialog) ShowSave

func (dlg *FileDialog) ShowSave(owner win.HWND) (accepted bool, err error)

Jump to

Keyboard shortcuts

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