diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-11 11:17:00 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-11 11:17:00 -0400 |
| commit | 8632d0c2f3c5b9eada161ea8743f995e46c0ff94 (patch) | |
| tree | 6041a0b3d68c443ffd74b627b685d32217d1f158 /objc_darwin.h | |
| parent | a7747b95a4fe6d1a76d34e888eef24ad18a27414 (diff) | |
Implemented Window.Center() on Mac OS X.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index b18f0d7..c62e2ab 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -116,6 +116,7 @@ extern BOOL isCheckboxChecked(id); extern void windowSetContentSize(id, intptr_t, intptr_t); extern void setProgress(id, intptr_t); extern void setAreaSize(id, intptr_t, intptr_t); +extern void center(id); /* combobox_darwin.m */ extern id makeCombobox(BOOL); |
