Derived from: BButton
Declared in: myButton.h
Library: not currently in a library--someday I hope!
The MyButton Class is used as a simple button gadget. It is a wrapper for the BeOS BButton class.
This is the constructor. The first five parameters, paramName, paramLabel, ui32paramMsg ui32paramResizeMask and ui32paramFlags are passed on to the BButton class.
The sixth parameter, lpparamLayoutMatrix is the LayoutMatrix to which this gadget will be attached.
The seventh parameter, bparamSetEnabled causes the button to be enabled initially if true, as it is by default.
There is a tiny bit of code in this CTOR, it sets the font and enabled state of the button.
This is the destructor. It does nothing.
This just overrides the BButton method to provide color control, it calls the inherited version.
for version 0.4.2
Copyright © 1998 Ed Musgrove Be Developer #2076. All rights reserved.
edgar@harbornet.com
emusgrov@linknet.kitsap.lib.wa.us
Last modified November 25, 1998.