DEBSOURCES
Skip Quicknav
sources / golang-github-twstrike-gotk3adapter / 0.0~git20170505.0.901a95d%2Bds-3 / gtki / file_chooser.go
12345678
package gtki type FileChooser interface { GetFilename() string SetCurrentName(string) } func AssertFileChooser(_ FileChooser) {}