diff options
Diffstat (limited to 'src/lib/ecore_cocoa/Ecore_Cocoa.h')
-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 | */ |