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.

This commit is contained in:
Pietro Gagliardi 2014-08-12 13:27:27 -04:00
parent 24a42d29a5
commit f27aa8df46
1 changed files with 0 additions and 3 deletions

View File

@ -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 {