From 0808c696f8b9350b9f859c9cb591f5a618e416f4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 10 Feb 2014 15:23:09 -0500 Subject: Added edit controls and added one to the example window. --- comboboxes.go | 1 + 1 file changed, 1 insertion(+) (limited to 'comboboxes.go') 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 -- cgit v1.2.3