summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-04 17:46:08 -0400
committerPietro Gagliardi <[email protected]>2014-08-04 17:47:39 -0400
commit88c01bf69532243f432e03121b922a94d19b0ae1 (patch)
tree0685f9e001aff4f6cebe0b06b26ac2212346445e /redo/objc_darwin.h
parent74e2214f4391d105f439b0190ac7fa640b9053f1 (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.h6
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