summaryrefslogtreecommitdiff
path: root/menus.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-10 04:59:39 -0500
committerPietro Gagliardi <[email protected]>2014-02-10 04:59:39 -0500
commit6662e09c3064e6c24fb0bc12eca9b7ea716cb328 (patch)
tree9a282e555355d88e6f0f40b90e3f4f7687480393 /menus.go
parentef5739229eaae5f5f8c2346d1d6a789f2b79855d (diff)
Added a button to the test main window, including click handling.
Diffstat (limited to 'menus.go')
-rw-r--r--menus.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/menus.go b/menus.go
new file mode 100644
index 0000000..4f6c059
--- /dev/null
+++ b/menus.go
@@ -0,0 +1,12 @@
+// 10 february 2014
+package main
+
+import (
+// "syscall"
+// "unsafe"
+)
+
+// Menu notifications.
+const (
+ WM_COMMAND = 0x0111
+)