From f27aa8df46e00e7358ead993c7b38e58ad372a78 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 12 Aug 2014 13:27:27 -0400 Subject: [PATCH] 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. --- redo/tab_windows.go | 3 --- 1 file changed, 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 {