More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-05-12 19:36:02 -04:00
parent 37f3d0fafc
commit 4e946c813e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ extern intptr_t comboboxSelectedIndex(id);
extern void comboboxDelete(id, intptr_t);
extern intptr_t comboboxLen(id);
extern void comboboxSelectIndex(id, BOOL, intptr_t);
extern id makeLineEdit(BOOL);
extern id makeLineEdit(BOOL); // TODO I accidentally left this as taking no arguments and clang didn't complain when compiling sysdata_darwin.m?!
extern id makeLabel(void);
extern id makeProgressBar(void);
extern void setRect(id, intptr_t, intptr_t, intptr_t, intptr_t);