diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-18 04:04:45 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-18 04:04:45 -0500 |
| commit | 8ec518dfe8813feebf8a408113499ec54254927a (patch) | |
| tree | d6692707ab5c361ef1b7fadf3322166f0732e02a | |
| parent | 61d6d46164f02df6e64e1846f88495193ef7f915 (diff) | |
More TODOs.
| -rw-r--r-- | tab_windows.go | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
