ActButton constructor
Creates the button
Implementation
ActButton() {
if (but_attr == null) initAttrFromDefaults();
but = ButtonElement();
setButtonStyle();
}
Creates the button
ActButton() {
if (but_attr == null) initAttrFromDefaults();
but = ButtonElement();
setButtonStyle();
}