summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-09-10 16:17:10 +0200
committerSimon Rozman <simon@rozman.si>2019-09-10 16:17:10 +0200
commitd765bbe7d02b50a1ae48cce88fc344b33b80c1bf (patch)
tree2b91dd03f22d40307ab4237ebe71092053691146
parentMerge pull request #90 from Amebis/pending/CoInitializeEx (diff)
downloadwireguard-windows-d765bbe7d02b50a1ae48cce88fc344b33b80c1bf.tar.xz
wireguard-windows-d765bbe7d02b50a1ae48cce88fc344b33b80c1bf.zip
Add LVIR_* constants
Signed-off-by: Simon Rozman <simon@rozman.si>
-rw-r--r--comctl32.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/comctl32.go b/comctl32.go
index b0e22954..28b37939 100644
--- a/comctl32.go
+++ b/comctl32.go
@@ -210,6 +210,13 @@ const (
)
const (
+ LVIR_BOUNDS = 0
+ LVIR_ICON = 1
+ LVIR_LABEL = 2
+ LVIR_SELECTBOUNDS = 3
+)
+
+const (
LPSTR_TEXTCALLBACK = ^uintptr(0)
I_CHILDRENCALLBACK = -1
I_IMAGECALLBACK = -1