diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-24 16:11:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-24 16:11:53 -0400 |
| commit | d82a6bc36d029c89cd677276fcab65db28992414 (patch) | |
| tree | b2909ea690e29104742ed71de1be420e917483f1 /objc_darwin.h | |
| parent | cbcf77fb6d2729fa377e820238672b30c564c43f (diff) | |
Started the OS X implementation of Textbox.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index 9f51b8e..d845a67 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -79,6 +79,9 @@ extern id newLabel(void); extern id newGroup(id); extern const char *groupText(id); extern void groupSetText(id, char *); +extern id newTextbox(id); +extern char *textboxText(id); +extern void textboxSetText(id, char *); /* container_darwin.m */ extern id newContainerView(void *); |
