diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-09 21:29:37 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-09 21:29:37 -0400 |
| commit | ea3dd093f7941cfc74af085fffc8e3f24b2ce0d5 (patch) | |
| tree | 0f7abcc996179b9e3a7d948c45ea7c59e1dc8235 /redo/xsizing_darwin.m | |
| parent | eec2f985b0a78b3c15a3e71e14f897a3ccab5c97 (diff) | |
Changed PrefSize to PreferredSize throughout.
Diffstat (limited to 'redo/xsizing_darwin.m')
| -rw-r--r-- | redo/xsizing_darwin.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redo/xsizing_darwin.m b/redo/xsizing_darwin.m index 6b37378..84d83f2 100644 --- a/redo/xsizing_darwin.m +++ b/redo/xsizing_darwin.m @@ -11,7 +11,7 @@ // TODO merge into control_darwin.m or sizing_darwin.m? really need to figure out what to do about the Go-side container struct... // also good for NSTableView (TODO might not do what we want) and NSProgressIndicator -struct xsize controlPrefSize(id control) +struct xsize controlPreferredSize(id control) { NSControl *c; NSRect r; @@ -25,7 +25,7 @@ struct xsize controlPrefSize(id control) return s; } -struct xsize tabPrefSize(id control) +struct xsize tabPreferredSize(id control) { NSTabView *tv; NSSize s; |
