Fix mismatched prototypes in the Haiku Book.
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
|
||||
|
||||
/*!
|
||||
\fn float BGridLayout::MinRowHeight(int32 row) const
|
||||
\fn float BGridLayout::MinRowHeight(int row) const
|
||||
\brief Returns the minimum height for \a row.
|
||||
*/
|
||||
|
||||
|
||||
@@ -280,7 +280,7 @@ topLayout->AddItem(nestedLayoutWithView);
|
||||
|
||||
|
||||
/*!
|
||||
\fn bool BLayout::AncestorsVisible()
|
||||
\fn bool BLayout::AncestorsVisible() const
|
||||
\brief Get the visibility of the ancestors of this layout.
|
||||
|
||||
If a BLayout is connected to a BView, this will always return \c true.
|
||||
@@ -352,7 +352,7 @@ topLayout->AddItem(nestedLayoutWithView);
|
||||
|
||||
|
||||
/*!
|
||||
\fn BLayoutContext* BLayout::LayoutContext()
|
||||
\fn BLayoutContext* BLayout::LayoutContext() const
|
||||
\brief Returns the BLayoutContext this BLayout is currently operating in,
|
||||
or \c NULL.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user