summaryrefslogtreecommitdiff
path: root/new/uipriv.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-07 00:23:01 -0400
committerPietro Gagliardi <[email protected]>2015-04-07 00:23:01 -0400
commit06adf7488da7cac837351256923b0ab5038d13ae (patch)
treeef15173a02039197d23e3da32174666d2086617c /new/uipriv.h
parent35e1f8e14c98807652d12f6213d7af70f6130bf6 (diff)
Decided to start with the parenting stuff now.
Diffstat (limited to 'new/uipriv.h')
-rw-r--r--new/uipriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/new/uipriv.h b/new/uipriv.h
index 002adf0..02aa72b 100644
--- a/new/uipriv.h
+++ b/new/uipriv.h
@@ -12,7 +12,7 @@ struct uiSize {
// TODO handle destruction
struct uiControl {
uintptr_t (*handle)(uiControl *);
-//TODO void (*setParent)(uiControl *, uintptr_t);
+ void (*setParent)(uiControl *, uintptr_t);
uiSize (*preferredSize)(uiControl *, uiSizing *);
void (*resize)(uiControl *, intmax_t, intmax_t, intmax_t, intmax_t, uiSizing *);
void (*containerShow)(uiControl *);