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:
@@ -227,7 +227,7 @@ int32 button_index = alert->Go();
|
|||||||
See button_width for details.
|
See button_width for details.
|
||||||
\param spacing Determines how the buttons are spaced. Options are
|
\param spacing Determines how the buttons are spaced. Options are
|
||||||
\li \c B_EVEN_SPACING
|
\li \c B_EVEN_SPACING
|
||||||
\li \c B_OFFSET_SPACING
|
\li \c B_OFFSET_SPACING
|
||||||
|
|
||||||
See button_spacing for details.
|
See button_spacing for details.
|
||||||
\param type Constant that determines which alert icon is displayed.
|
\param type Constant that determines which alert icon is displayed.
|
||||||
@@ -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