More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-14 13:04:51 -04:00
parent fff86431e3
commit 4313f745e1
1 changed files with 3 additions and 0 deletions

3
ui.h
View File

@ -76,6 +76,9 @@ struct uiParent {
// Do not access or alter this field.
void *Internal;
// TODO destroy
// TODO object destruction debug handler
// Handle returns the window handle of the uiParent.
// On Windows, this is a HWND.
// On GTK+, this is a GtkContainer.