myCheckBox.h
#ifndef GUI_MYCHECKBOX
#define GUI_MYCHECKBOX
#if BUILDING_LIB
#endif
#define UGLY_IMPEXP __declspec(dllexport)
#else
#define UGLY_IMPEXP __declspec(dllimport)
#endif
class UGLY_IMPEXP LayoutMatrix;
UGLY_IMPEXP class
MyCheckBox :
public BCheckBox
{
private:
MyCheckBox(const MyCheckBox& copy);/*not implemented on purpose*/
public:
MyCheckBox& operator = (const MyCheckBox& assign);/*not implemented on purpose*/
MyCheckBox(const char * paramName,
};
const char * paramLabel,
~MyCheckBox();
int32 i32Value,
uint32 ui32paramMsg,
LayoutMatrix * lpparamLayoutMatrix);
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.