More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-14 13:04:51 -04:00
parent 967804c5a3
commit 5d6ea0f5de
1 changed files with 3 additions and 0 deletions

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.