BAlert documentation: Clarify that SetIcon assumes ownership.
It always did, this documentation was incorrect. Also, we introduced this method, it wasn't present on R5.
This commit is contained in:
parent
f583d90436
commit
f5fcee0157
@ -343,9 +343,9 @@ int32 button_index = alert->Go();
|
|||||||
\fn void BAlert::SetIcon(BBitmap *bitmap)
|
\fn void BAlert::SetIcon(BBitmap *bitmap)
|
||||||
\brief Set a custom icon for the alert.
|
\brief Set a custom icon for the alert.
|
||||||
|
|
||||||
\param bitmap A valid BBitmap. The bitmap is copied.
|
\param bitmap A valid BBitmap. The BAlert assumes ownership of the bitmap.
|
||||||
|
|
||||||
\since BeOS R3
|
\since Haiku R1
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user