diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-08 19:14:22 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-08 19:14:22 -0400 |
| commit | 410378b4516b7f9ca541100057b14a22c5f0dd04 (patch) | |
| tree | d065abd2c6683a535586e482da4394675a1bf5d9 /new/uipriv_darwin.h | |
| parent | 7c2a32fec6774f07fa4149526b0e10e87e52f456 (diff) | |
And implemented proper control showing on Mac OS X.
Diffstat (limited to 'new/uipriv_darwin.h')
| -rw-r--r-- | new/uipriv_darwin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/new/uipriv_darwin.h b/new/uipriv_darwin.h index 514297c..1205d81 100644 --- a/new/uipriv_darwin.h +++ b/new/uipriv_darwin.h @@ -36,5 +36,7 @@ extern void setStandardControlFont(NSControl *); // container_darwin.m @interface uiContainer : NSView +// TODO rename to uiChild @property uiControl *child; +- (void)uiUpdateNow; @end |
