From 8ec518dfe8813feebf8a408113499ec54254927a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 18 Feb 2015 04:04:45 -0500 Subject: [PATCH] More TODOs. --- tab_windows.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tab_windows.go b/tab_windows.go index 8d9d1bd..23ffa07 100644 --- a/tab_windows.go +++ b/tab_windows.go @@ -13,6 +13,9 @@ 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. */ +// TODO FIGURE OUT HOW OR WHY THIS IS PARTIALLY MARGINED WTF +// it's probably something I did a while ago and forgot but still wow + type tab struct { *controlSingleHWND children []Control