docs/user: BAlert: Fix incorrect ::TextView() docs.
TextView() returns *the* BTextView the BAlert is using, not a new TextView with the contents of the BAlert (which is what this seemed to imply).
This commit is contained in:
@@ -408,7 +408,7 @@ int32 button_index = alert->Go();
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn BTextView* BAlert::TextView() const
|
\fn BTextView* BAlert::TextView() const
|
||||||
\brief Returns a TextView containing the text of the Alert.
|
\brief Returns the Alert's TextView.
|
||||||
|
|
||||||
\since BeOS R3
|
\since BeOS R3
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user