mirror of
https://review.haiku-os.org/haiku
synced 2025-01-21 22:04:49 +01:00
29 lines
562 B
Plaintext
29 lines
562 B
Plaintext
/*
|
|
* Copyright 2014 Haiku, Inc. All rights reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*
|
|
* Authors:
|
|
* John Scipione, jscipione@gmail.com
|
|
*
|
|
* 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.
|
|
*/
|