Added uiTabDeletePage(). More TODOs.
This commit is contained in:
parent
c5d6ac30b8
commit
e74aeeab44
3
test.c
3
test.c
|
@ -173,8 +173,7 @@ uiTab *tab;
|
|||
|
||||
void movePage1Out(uiButton *b, void *data)
|
||||
{
|
||||
// TODO
|
||||
// uiTabDeletePage(tab, 0)
|
||||
uiTabDeletePage(tab, 0)
|
||||
uiStackAppend(mainStack, uiControl(page1stack), 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue