A few minor updates to the BView docs
This commit is contained in:
parent
a0fe2facbd
commit
45b87db2b7
@ -646,7 +646,7 @@ SetViewColor(Parent()->ViewColor());
|
||||
\fn BView::BView(BMessage* archive)
|
||||
\brief Archive constructor.
|
||||
|
||||
\param archive The data \a archive message to construct the view from.
|
||||
\param archive The message data to construct the view from.
|
||||
*/
|
||||
|
||||
|
||||
@ -671,7 +671,7 @@ SetViewColor(Parent()->ViewColor());
|
||||
\brief Creates a new BView object from the \a data message.
|
||||
|
||||
\returns A newly created BView object or \c NULL if the message doesn't
|
||||
contain an archived BView object.
|
||||
contain an archived BView.
|
||||
*/
|
||||
|
||||
|
||||
@ -1192,7 +1192,7 @@ SetViewColor(Parent()->ViewColor());
|
||||
|
||||
/*!
|
||||
\fn bool BView::IsPrinting() const
|
||||
\brief Returns whether or not the BView object is drawing to a printer.
|
||||
\brief Returns whether or not the view is drawing to a printer.
|
||||
|
||||
This method should only be called from the Draw() or DrawAfterChildren()
|
||||
methods. If called from any other method this method returns \c false.
|
||||
|
Loading…
x
Reference in New Issue
Block a user