Some more small documentation fixes
This commit is contained in:
@@ -124,8 +124,7 @@
|
|||||||
/*!
|
/*!
|
||||||
\var button_width B_WIDTH_FROM_LABEL
|
\var button_width B_WIDTH_FROM_LABEL
|
||||||
|
|
||||||
Set the width of each button to accomidate the width of the button's
|
Set the width of each button to accommodate the label.
|
||||||
label.
|
|
||||||
|
|
||||||
\since BeOS R5
|
\since BeOS R5
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
/*!
|
/*!
|
||||||
\var tab_position B_TAB_ANY
|
\var tab_position B_TAB_ANY
|
||||||
|
|
||||||
Represents any tab in the tab view.
|
Any tab in the tab view.
|
||||||
|
|
||||||
\since BeOS R3
|
\since BeOS R3
|
||||||
*/
|
*/
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
\class BTab
|
\class BTab
|
||||||
\ingroup interface
|
\ingroup interface
|
||||||
\ingroup libbe
|
\ingroup libbe
|
||||||
\brief A Tab that goes in a TabView.
|
\brief A tab that goes in a BTabView.
|
||||||
|
|
||||||
\since BeOS R3
|
\since BeOS R3
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -430,7 +430,7 @@
|
|||||||
\fn void BTextControl::GetPreferredSize(float* _width, float* _height)
|
\fn void BTextControl::GetPreferredSize(float* _width, float* _height)
|
||||||
\brief Fills out \a _width and \a _height with the optimal width and
|
\brief Fills out \a _width and \a _height with the optimal width and
|
||||||
height of the text control to display the label and the text
|
height of the text control to display the label and the text
|
||||||
respectively.
|
respectively.
|
||||||
|
|
||||||
\since BeOS R3
|
\since BeOS R3
|
||||||
*/
|
*/
|
||||||
@@ -513,8 +513,8 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn BLayoutItem* BTextControl::CreateLabelLayoutItem()
|
\fn BLayoutItem* BTextControl::CreateLabelLayoutItem()
|
||||||
\brief Creates a label layout item and returns a pointer to it.
|
\brief Creates a label layout item and returns a pointer to it
|
||||||
(Layout constructor only)
|
(Layout constructor only).
|
||||||
|
|
||||||
\sa CreateTextViewLayoutItem()
|
\sa CreateTextViewLayoutItem()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user