diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-10 03:11:20 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-10 03:11:44 -0400 |
| commit | 948416d04d7de1fed917b7d6dfebab4c7fd978a2 (patch) | |
| tree | 49685b922af4b6dad11f61e17f171e2e5bf2edd3 /new/uipriv_darwin.h | |
| parent | 64b746c9a11ad644c0482824c59bd5542e5697b3 (diff) | |
Resolved some TODOs (including one resolved a while ago on IRC but not removed until now; thanks various people in irc.freenode.net/#macdev).
Diffstat (limited to 'new/uipriv_darwin.h')
| -rw-r--r-- | new/uipriv_darwin.h | 3 |
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; |
