Add skeleton docs for BPicture and BPictureButton

This commit is contained in:
John Scipione
2014-03-07 13:55:42 -05:00
parent e3e82c7972
commit c2db663cdf
2 changed files with 56 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
/*
* Copyright 2014 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* John Scipione, [email protected]
*
* Corresponds to:
* headers/os/interface/PictureButton.h hrev46970
* src/kits/interface/PictureButton.cpp hrev46970
*/
/*!
\file PictureButton.h
\ingroup interface
\ingroup libbe
\brief BPictureButton class definition.
*/
/*!
\class BPictureButton
\ingroup interface
\ingroup libbe
\brief Displays a button with a BPicture image instead of a text
label like a BButton.
*/