diff options
author | Jean Guyomarc'h <jean@guyomarch.bzh> | 2016-06-07 21:04:25 +0200 |
---|---|---|
committer | Jean Guyomarc'h <jean@guyomarch.bzh> | 2016-06-07 22:20:06 +0200 |
commit | 7b29dff87e1468f77ed0607b77a49c238c121006 (patch) | |
tree | 379a4011ab96535d09b2ace3a8e77b6c30974bd7 /src/lib | |
parent | d0826aacb73805715ee5efa8d532c40b5d0bf525 (diff) |
ecore_cocoa: improve documentation
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ecore_cocoa/Ecore_Cocoa.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/ecore_cocoa/Ecore_Cocoa.h b/src/lib/ecore_cocoa/Ecore_Cocoa.h index 67342d9811..aae6645c86 100644 --- a/src/lib/ecore_cocoa/Ecore_Cocoa.h +++ b/src/lib/ecore_cocoa/Ecore_Cocoa.h | |||
@@ -433,6 +433,10 @@ EAPI void ecore_cocoa_window_borderless_set(Ecore_Cocoa_Window *window, | |||
433 | 433 | ||
434 | /** | 434 | /** |
435 | * Set the content view of a Cocoa window | 435 | * Set the content view of a Cocoa window |
436 | * | ||
437 | * Refer to Apple's documentation of the property 'contentView' of | ||
438 | * the NSWindow class for more details about the content view. | ||
439 | * | ||
436 | * @param window The Cocoa window which internal view is to be set | 440 | * @param window The Cocoa window which internal view is to be set |
437 | * @param view The NSView to be set as @c window content view | 441 | * @param view The NSView to be set as @c window content view |
438 | */ | 442 | */ |