?style:Widget.style ->
?align:Widget.align ->
?width:int ->
?text:string ->
unit ->
object
method coerce : GObj.widget
method set_bg : Widget.color -> unit
method set_enabled : bool -> unit
method set_fg : Widget.color -> unit
method set_text : string -> unit
method set_tooltip : string -> unit
method set_visible : bool -> unit
method widget : widget
end