diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-02 08:04:44 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-02 08:04:44 -0400 |
| commit | 85fb097ab97603ff2539ec7a3abd6ae8b96a44cb (patch) | |
| tree | 7b586ebffdd7a03ce504c4b687a23ddec2bd13aa /redo/objc_darwin.h | |
| parent | 37cf0a20c06d457755f209d3fc393f9593c534af (diff) | |
Wrote Control.preferredSize() (including Tab.preferredSize()) on Mac OS X.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index 20a2c4f..d5c81f3 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -81,6 +81,7 @@ struct xalignment { intptr_t baseline; }; extern struct xsize controlPrefSize(id); +extern struct xsize tabPrefSize(id); extern struct xsize areaPrefSize(id); extern struct xalignment alignmentInfo(id, struct xrect); |
