More migration and file moving. That just leaves windows/windows.c.
This commit is contained in:
parent
3d4c81a695
commit
26f2808c75
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
// - comctl5 on real windows: tabs get drawn behind checkbox
|
// - comctl5 on real windows: tabs get drawn behind checkbox
|
||||||
|
// - container update state
|
||||||
|
|
||||||
struct tab {
|
struct tab {
|
||||||
uiTab t;
|
uiTab t;
|
|
@ -7,6 +7,7 @@
|
||||||
// TODO (long term) figure out how to use uiContainer with this
|
// TODO (long term) figure out how to use uiContainer with this
|
||||||
|
|
||||||
// TODO verify that the tab page texture doesn't end too soon
|
// TODO verify that the tab page texture doesn't end too soon
|
||||||
|
// TODO container update state
|
||||||
|
|
||||||
struct tabPage {
|
struct tabPage {
|
||||||
uiControl c;
|
uiControl c;
|
Loading…
Reference in New Issue