summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-12 13:27:27 -0400
committerPietro Gagliardi <[email protected]>2014-08-12 13:27:27 -0400
commitf27aa8df46e00e7358ead993c7b38e58ad372a78 (patch)
treeabeb13db387358bd61d6874bd235e609a0880fa2
parent24a42d29a54a0e607daf4e15abe915b56620bfd7 (diff)
Removed TODO about Windows Tabs having no currently selected tab out of a nonzero number of tabs; Xeek in irc.freenode.net/#winapi confirmed this cannot happen.
-rw-r--r--redo/tab_windows.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/redo/tab_windows.go b/redo/tab_windows.go
index 31493cd..5902b3b 100644
--- a/redo/tab_windows.go
+++ b/redo/tab_windows.go
@@ -13,9 +13,6 @@ import "C"
On Windows, container controls are just regular controls that notify their parent when the user wants to do things; changing the contents of a switching container (such as a tab control) must be done manually.
We'll create a dummy window using the pre-existing Window window class for each tab page. This makes showing and hiding tabs a matter of showing and hiding one control.
-
-TODO
-- make sure all tabs cannot be deselected (that is, make sure the current tab can never have index -1)
*/
type tab struct {