dt_automate/vendor/github.com/lxn/win
2025-02-19 18:30:19 +08:00
..
advapi32.go first commit 2025-02-19 18:30:19 +08:00
AUTHORS first commit 2025-02-19 18:30:19 +08:00
combobox.go first commit 2025-02-19 18:30:19 +08:00
comctl32.go first commit 2025-02-19 18:30:19 +08:00
comdlg32.go first commit 2025-02-19 18:30:19 +08:00
datetimepicker.go first commit 2025-02-19 18:30:19 +08:00
edit.go first commit 2025-02-19 18:30:19 +08:00
gdi32.go first commit 2025-02-19 18:30:19 +08:00
gdiplus.go first commit 2025-02-19 18:30:19 +08:00
header.go first commit 2025-02-19 18:30:19 +08:00
kernel32.go first commit 2025-02-19 18:30:19 +08:00
LICENSE first commit 2025-02-19 18:30:19 +08:00
listbox.go first commit 2025-02-19 18:30:19 +08:00
listview.go first commit 2025-02-19 18:30:19 +08:00
menu.go first commit 2025-02-19 18:30:19 +08:00
oaidl.go first commit 2025-02-19 18:30:19 +08:00
objidl.go first commit 2025-02-19 18:30:19 +08:00
ole32.go first commit 2025-02-19 18:30:19 +08:00
oleacc_32.go first commit 2025-02-19 18:30:19 +08:00
oleacc_amd64.go first commit 2025-02-19 18:30:19 +08:00
oleacc_arm64.go first commit 2025-02-19 18:30:19 +08:00
oleacc.go first commit 2025-02-19 18:30:19 +08:00
oleaut32_32.go first commit 2025-02-19 18:30:19 +08:00
oleaut32_64.go first commit 2025-02-19 18:30:19 +08:00
oleaut32.go first commit 2025-02-19 18:30:19 +08:00
opengl32.go first commit 2025-02-19 18:30:19 +08:00
pdh.go first commit 2025-02-19 18:30:19 +08:00
README.mdown first commit 2025-02-19 18:30:19 +08:00
richedit.go first commit 2025-02-19 18:30:19 +08:00
richole.go first commit 2025-02-19 18:30:19 +08:00
shdocvw.go first commit 2025-02-19 18:30:19 +08:00
shell32.go first commit 2025-02-19 18:30:19 +08:00
shobj_32.go first commit 2025-02-19 18:30:19 +08:00
shobj_64.go first commit 2025-02-19 18:30:19 +08:00
shobj.go first commit 2025-02-19 18:30:19 +08:00
statusbar.go first commit 2025-02-19 18:30:19 +08:00
syslink.go first commit 2025-02-19 18:30:19 +08:00
tab.go first commit 2025-02-19 18:30:19 +08:00
tom.go first commit 2025-02-19 18:30:19 +08:00
toolbar.go first commit 2025-02-19 18:30:19 +08:00
tooltip.go first commit 2025-02-19 18:30:19 +08:00
treeview.go first commit 2025-02-19 18:30:19 +08:00
updown.go first commit 2025-02-19 18:30:19 +08:00
user32.go first commit 2025-02-19 18:30:19 +08:00
uxtheme.go first commit 2025-02-19 18:30:19 +08:00
win.go first commit 2025-02-19 18:30:19 +08:00
winnls.go first commit 2025-02-19 18:30:19 +08:00
winspool.go first commit 2025-02-19 18:30:19 +08:00

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