More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-08-12 17:24:14 -04:00
parent 5523cdb22a
commit 734901351e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ func newTab() Tab {
hwnd := C.newControl(C.xWC_TABCONTROL, hwnd := C.newControl(C.xWC_TABCONTROL,
C.TCS_TOOLTIPS | C.WS_TABSTOP, C.TCS_TOOLTIPS | C.WS_TABSTOP,
// this is needed to have the tab contents be tab stop // 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) C.WS_EX_CONTROLPARENT)
t := &tab{ t := &tab{
_hwnd: hwnd, _hwnd: hwnd,