myPictureButton.h
#ifndef GUI_MYPICTUREBUTTON
#define GUI_MYPICTUREBUTTON
#if BUILDING_LIB
#endif
#define UGLY_IMPEXP __declspec(dllexport)
#else
#define UGLY_IMPEXP __declspec(dllimport)
#endif
class UGLY_IMPEXP LayoutMatrix;
class
MyPictureButton :
public BPictureButton
{
private:
MyPictureButton(const MyPictureButton& copy);/*not implemented on purpose*/
public:
MyPictureButton& operator = (const MyPictureButton& assign);/*not implemented on purpose*/
MyPictureButton(BRect paramRect,
};
const char * paramName,
~MyPictureButton();
BPicture * bppparamOffPicture,
BPicture * bppparamOnPicture,
BPicture * bppparamOffDisabledPicture,
BPicture * bppparamOnDisabledPicture,
uint32 ui32paramMsg,
uint32 ui32paramBehavior,
LayoutMatrix * lpparamLayoutMatrix,
bool bparamSetEnabled = true);
void AttachedToWindow(void);
for version 1.0.1
The BeGUI
Book
Copyright © 1998-1999 Ed Musgrove Be Developer #2076. All rights reserved.
edgar@harbornet.com
emusgrov@linknet.kitsap.lib.wa.us
Last modified January 19, 1999.