summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'redo/objc_darwin.h')
-rw-r--r--redo/objc_darwin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h
index eef1501..f07180d 100644
--- a/redo/objc_darwin.h
+++ b/redo/objc_darwin.h
@@ -86,9 +86,10 @@ extern struct xsize tabPreferredSize(id);
enum {
colTypeText,
colTypeImage,
+ colTypeCheckbox,
};
extern id newTable(void);
-extern void tableAppendColumn(id, intptr_t, char *, int);
+extern void tableAppendColumn(id, intptr_t, char *, int, BOOL);
extern void tableUpdate(id);
extern void tableMakeDataSource(id, void *);
extern struct xsize tablePreferredSize(id);