diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-26 06:57:11 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-26 06:57:11 -0400 |
| commit | 4515849e22e36caade729243879b7a81a4e5b5d5 (patch) | |
| tree | f7bcdab100c59936d39d04a41ed05a1efeb86e5c /redo/containers_windows.go | |
| parent | 52e75e6ccea69025eb807c82beec700f827b7dba (diff) | |
Implemented TextField on Windows.
Diffstat (limited to 'redo/containers_windows.go')
| -rw-r--r-- | redo/containers_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/containers_windows.go b/redo/containers_windows.go index d963b98..6398257 100644 --- a/redo/containers_windows.go +++ b/redo/containers_windows.go @@ -15,6 +15,7 @@ On Windows, container controls are just regular controls; their children have to TODO - make sure all tabs cannot be deselected (that is, make sure the current tab can never have index -1) - make sure tabs initially show the right control +- for some reason the text entry tabs show the checkbox tab until the checkbox tab is clicked, THEN they show their proper contents */ type tab struct { |
