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, /** * Set the content view of a Cocoa window + * + * Refer to Apple's documentation of the property 'contentView' of + * the NSWindow class for more details about the content view. + * * @param window The Cocoa window which internal view is to be set * @param view The NSView to be set as @c window content view */