More TODOs.
This commit is contained in:
parent
967804c5a3
commit
5d6ea0f5de
3
new/ui.h
3
new/ui.h
|
@ -76,6 +76,9 @@ struct uiParent {
|
||||||
// Do not access or alter this field.
|
// Do not access or alter this field.
|
||||||
void *Internal;
|
void *Internal;
|
||||||
|
|
||||||
|
// TODO destroy
|
||||||
|
// TODO object destruction debug handler
|
||||||
|
|
||||||
// Handle returns the window handle of the uiParent.
|
// Handle returns the window handle of the uiParent.
|
||||||
// On Windows, this is a HWND.
|
// On Windows, this is a HWND.
|
||||||
// On GTK+, this is a GtkContainer.
|
// On GTK+, this is a GtkContainer.
|
||||||
|
|
Loading…
Reference in New Issue