aminal/gui/vendor/github.com/lxn/win
Kenneth Shaw c70fa9169a
Changing to Go modules (#294)
Changes to Go modules, removes vendored files, and runs Go format across
all Go source files.
2021-05-12 12:39:23 +01:00
..
AUTHORS Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
LICENSE Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
README.mdown Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
advapi32.go Changing to Go modules (#294) 2021-05-12 12:39:23 +01:00
combobox.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
comctl32.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
comdlg32.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
datetimepicker.go Changing to Go modules (#294) 2021-05-12 12:39:23 +01:00
edit.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
gdi32.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
gdiplus.go Changing to Go modules (#294) 2021-05-12 12:39:23 +01:00
header.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
kernel32.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
listbox.go Changing to Go modules (#294) 2021-05-12 12:39:23 +01:00
listview.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
menu.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
ole32.go Changing to Go modules (#294) 2021-05-12 12:39:23 +01:00
oleaut32.go Changing to Go modules (#294) 2021-05-12 12:39:23 +01:00
oleaut32_386.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
oleaut32_amd64.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
opengl32.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
pdh.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
shdocvw.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
shell32.go Changing to Go modules (#294) 2021-05-12 12:39:23 +01:00
shobj.go Changing to Go modules (#294) 2021-05-12 12:39:23 +01:00
shobj_386.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
shobj_amd64.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
statusbar.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
syslink.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
tab.go Changing to Go modules (#294) 2021-05-12 12:39:23 +01:00
toolbar.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
tooltip.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
treeview.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
updown.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
user32.go Changing to Go modules (#294) 2021-05-12 12:39:23 +01:00
uxtheme.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
win.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
winspool.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00

README.mdown

About win

win is a Windows API wrapper package for Go.

Originally part of walk, it is now a separate project.

Setup

Make sure you have a working Go installation. See Getting Started

Now run go get github.com/lxn/win