static S hbutton_onClick(S text, S onClick, O... params) {
  ret hbuttonOnClick(text, onClick, params);
}