ActButton constructor

ActButton()

Creates the button

Implementation

ActButton() {
  if (but_attr == null) initAttrFromDefaults();
  but = ButtonElement();
  setButtonStyle();
}