More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-29 21:10:29 -04:00
parent 50dd298d37
commit 5e16d0a7d0
1 changed files with 1 additions and 0 deletions

1
ui.idl
View File

@ -112,6 +112,7 @@ interface Label from Control {
func NewLabel(text *const char) *Label;
interface Tab from Control {
// TODO remove Page from these?
func AppendPage(name *const char, c *Control);
func DeletePage(index uintmax_t);
};