From 948416d04d7de1fed917b7d6dfebab4c7fd978a2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 10 Apr 2015 03:11:20 -0400 Subject: Resolved some TODOs (including one resolved a while ago on IRC but not removed until now; thanks various people in irc.freenode.net/#macdev). --- new/uipriv_darwin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'new/uipriv_darwin.h') 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; -- cgit v1.2.3