aminal/gui/vendor/github.com/lxn/win
Max Risuhin 16ea4133cb Run and validate vttest on Travis (#159)
* Run vttest on Travis to validate active buffer data and screenshot.

Signed-off-by: Max Risuhin <risuhin.max@gmail.com>

* Add deps sources to vendor

Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
2019-01-21 18:48:46 +00: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 Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00: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 Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00: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 Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00: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 Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00: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 Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
oleaut32.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00: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 Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00:00
shobj.go Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00: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 Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00: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 Run and validate vttest on Travis (#159) 2019-01-21 18:48:46 +00: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