diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-10 15:23:09 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-10 15:23:09 -0500 |
| commit | 0808c696f8b9350b9f859c9cb591f5a618e416f4 (patch) | |
| tree | 42551324eb03c5f3ac9750f59ab718ba13b0424e /comboboxes.go | |
| parent | e9f25362bef2616b8074c1d6ec30a1afecf0c178 (diff) | |
Added edit controls and added one to the example window.
Diffstat (limited to 'comboboxes.go')
| -rw-r--r-- | comboboxes.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comboboxes.go b/comboboxes.go index 77b7046..ac2a715 100644 --- a/comboboxes.go +++ b/comboboxes.go @@ -67,6 +67,7 @@ const ( ) // Combobox WM_COMMAND notificaitons. +// TODO filter out notifications not provided in windows 2000 const ( // from winuser.h CBN_ERRSPACE = (-1) // TODO this will blow up the Go compiler if it's used |
