diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-04 17:46:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-04 17:47:39 -0400 |
| commit | 88c01bf69532243f432e03121b922a94d19b0ae1 (patch) | |
| tree | 0685f9e001aff4f6cebe0b06b26ac2212346445e /redo/objc_darwin.h | |
| parent | 74e2214f4391d105f439b0190ac7fa640b9053f1 (diff) | |
Began the big sizer cleanup: renamed sizer to container, renamed sizer.go to container.go, did the Mac OS X migration, moved containerctrls.go out of the way by merging its declarations into basicctrls.go, and did a quick cleanup fix to container_darwin.m.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index 703f757..f0dac12 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -51,7 +51,8 @@ extern const char *textFieldText(id); extern void textFieldSetText(id, char *); extern id newLabel(void); -/* sizing_darwin.m */ +/* container_darwin.m */ +extern id newContainerView(void *); extern void moveControl(id, intptr_t, intptr_t, intptr_t, intptr_t); /* tab_darwin.m */ @@ -88,7 +89,4 @@ extern struct xsize areaPrefSize(id); extern struct xalignment alignmentInfo(id, struct xrect); extern struct xrect frame(id); -/* container_darwin.m */ -extern id newContainerView(void *); - #endif |
