BBitmapButton
class BBitmapButton : public BButton {
BBitmapButton(const char* resourceName,
BBitmapButton(const uint8* bits, uint32 width,
virtual ~BBitmapButton();
using BPrivate::BBitmapButton;
fFullScreenButton = new BBitmapButton(kWindowIconBits, kWindowIconWidth,
BBitmapButton* toggleFullscreenButton = new BBitmapButton(kWindowIconBits,
toggleFullscreenButton->SetBackgroundMode(BBitmapButton::MENUBAR_BACKGROUND);
fGoButton = new BBitmapButton(kGoBitmapBits, kGoBitmapWidth,
BBitmapButton::SetBackgroundMode(uint32 mode)
BBitmapButton::BBitmapButton(const char* resourceName, BMessage* message)
BBitmapButton::BBitmapButton(const uint8* bits, uint32 width, uint32 height,
BBitmapButton::~BBitmapButton()
BBitmapButton::MinSize()
BBitmapButton::MaxSize()
BBitmapButton::PreferredSize()
BBitmapButton::Draw(BRect updateRect)