erm/vendor/github.com/lxn/win
Liam Galvin e60a0b0427 Initial commit 2021-07-30 23:29:20 +01:00
..
AUTHORS Initial commit 2021-07-30 23:29:20 +01:00
LICENSE Initial commit 2021-07-30 23:29:20 +01:00
README.mdown Initial commit 2021-07-30 23:29:20 +01:00
advapi32.go Initial commit 2021-07-30 23:29:20 +01:00
combobox.go Initial commit 2021-07-30 23:29:20 +01:00
comctl32.go Initial commit 2021-07-30 23:29:20 +01:00
comdlg32.go Initial commit 2021-07-30 23:29:20 +01:00
datetimepicker.go Initial commit 2021-07-30 23:29:20 +01:00
edit.go Initial commit 2021-07-30 23:29:20 +01:00
gdi32.go Initial commit 2021-07-30 23:29:20 +01:00
gdiplus.go Initial commit 2021-07-30 23:29:20 +01:00
go.mod Initial commit 2021-07-30 23:29:20 +01:00
header.go Initial commit 2021-07-30 23:29:20 +01:00
kernel32.go Initial commit 2021-07-30 23:29:20 +01:00
listbox.go Initial commit 2021-07-30 23:29:20 +01:00
listview.go Initial commit 2021-07-30 23:29:20 +01:00
menu.go Initial commit 2021-07-30 23:29:20 +01:00
ole32.go Initial commit 2021-07-30 23:29:20 +01:00
oleacc.go Initial commit 2021-07-30 23:29:20 +01:00
oleacc_386.go Initial commit 2021-07-30 23:29:20 +01:00
oleacc_amd64.go Initial commit 2021-07-30 23:29:20 +01:00
oleaut32.go Initial commit 2021-07-30 23:29:20 +01:00
oleaut32_386.go Initial commit 2021-07-30 23:29:20 +01:00
oleaut32_amd64.go Initial commit 2021-07-30 23:29:20 +01:00
opengl32.go Initial commit 2021-07-30 23:29:20 +01:00
pdh.go Initial commit 2021-07-30 23:29:20 +01:00
shdocvw.go Initial commit 2021-07-30 23:29:20 +01:00
shell32.go Initial commit 2021-07-30 23:29:20 +01:00
shobj.go Initial commit 2021-07-30 23:29:20 +01:00
shobj_386.go Initial commit 2021-07-30 23:29:20 +01:00
shobj_amd64.go Initial commit 2021-07-30 23:29:20 +01:00
statusbar.go Initial commit 2021-07-30 23:29:20 +01:00
syslink.go Initial commit 2021-07-30 23:29:20 +01:00
tab.go Initial commit 2021-07-30 23:29:20 +01:00
toolbar.go Initial commit 2021-07-30 23:29:20 +01:00
tooltip.go Initial commit 2021-07-30 23:29:20 +01:00
treeview.go Initial commit 2021-07-30 23:29:20 +01:00
updown.go Initial commit 2021-07-30 23:29:20 +01:00
user32.go Initial commit 2021-07-30 23:29:20 +01:00
uxtheme.go Initial commit 2021-07-30 23:29:20 +01:00
win.go Initial commit 2021-07-30 23:29:20 +01:00
winspool.go Initial commit 2021-07-30 23:29:20 +01: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