More TODOs.
This commit is contained in:
parent
db80156eba
commit
ca39a32a90
|
@ -20,6 +20,7 @@ type tab struct {
|
||||||
tabs []*container
|
tabs []*container
|
||||||
children []Control
|
children []Control
|
||||||
chainresize func(x int, y int, width int, height int, d *sizing)
|
chainresize func(x int, y int, width int, height int, d *sizing)
|
||||||
|
// TODO don't save this (will make things easier)
|
||||||
current int
|
current int
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue