diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-17 10:13:28 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-17 10:13:28 -0400 |
| commit | 4a5218df5b05fe0e872e22b0ecde6ce43548145f (patch) | |
| tree | 0c6392fa891e9912347c640d23d7d7d8a467f8d9 /redo/objc_darwin.h | |
| parent | 5854cf2e5db42b61c479c3c4121554facd5c9edf (diff) | |
Added bool Table columns on Mac OS X.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 3 |
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); |
