diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-12 17:24:14 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-12 17:24:14 -0400 |
| commit | 734901351ef0939cb4c7487620b7d5987cf6a8b9 (patch) | |
| tree | 08ec1a91c623511a752aade92285215be86840ae | |
| parent | 5523cdb22a6aad761ed4386ecd60143a553a4f02 (diff) | |
More TODOs.
| -rw-r--r-- | redo/tab_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/tab_windows.go b/redo/tab_windows.go index 06f772b..3c80464 100644 --- a/redo/tab_windows.go +++ b/redo/tab_windows.go @@ -24,7 +24,7 @@ func newTab() Tab { hwnd := C.newControl(C.xWC_TABCONTROL, C.TCS_TOOLTIPS | C.WS_TABSTOP, // this is needed to have the tab contents be tab stop - // TODO this seems to override WS_TABSTOP + // TODO this seems to override WS_TABSTOP; it seems I have to undo making the containers children - http://stackoverflow.com/questions/1153981/tab-order-in-tab-control-with-nested-dialogs-ws-ex-controlparent C.WS_EX_CONTROLPARENT) t := &tab{ _hwnd: hwnd, |
