summaryrefslogtreecommitdiff
path: root/new/uipriv_darwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'new/uipriv_darwin.h')
-rw-r--r--new/uipriv_darwin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/new/uipriv_darwin.h b/new/uipriv_darwin.h
index 9cb85f9..fc6e3cd 100644
--- a/new/uipriv_darwin.h
+++ b/new/uipriv_darwin.h
@@ -29,8 +29,7 @@ extern void setStandardControlFont(NSControl *);
// container_darwin.m
@interface uiContainer : NSView
-// TODO rename to uiChild
-@property uiControl *child;
+@property uiControl *uiChild;
- (void)uiUpdateNow;
- (BOOL)uiMargined;
- (void)uiSetMargined:(BOOL)margined;