?folded:bool ->
?persistent_as_container:bool ->
AXOWidgets.generic_button ->
AXOWidgets.generic_container ->
AXOWidgets.generic_container ->
object
  val mutable folded_ : bool
  method auto_set_z_index : int
  method private fold : unit
  method get_attribute : string -> string
  method get_background : AXOWidgets.color
  method get_foldable : AXOWidgets.generic_container
  method get_height : int
  method get_persistent : AXOWidgets.generic_container
  method get_position : AXOWidgets.position
  method get_style_property : string -> AXOWidgets.color
  method get_width : int
  method get_x : int
  method get_y : int
  method get_z_index : int
  method move_x : int -> unit
  method move_y : int -> unit
  method obj : JSOO.obj
  method remove_attribute : string -> unit
  method set_anti_x : int -> unit
  method set_anti_y : int -> unit
  method set_attribute : string -> string -> unit
  method set_background : AXOWidgets.color -> unit
  method set_height : int -> unit
  method set_margin_bottom : int -> unit
  method set_margin_left : int -> unit
  method set_margin_right : int -> unit
  method set_margin_top : int -> unit
  method set_position : AXOWidgets.position -> unit
  method set_style_property : string -> AXOWidgets.color -> unit
  method set_width : int -> unit
  method set_x : int -> unit
  method set_y : int -> unit
  method set_z_index : int -> unit
  method private unfold : unit
end