title:string ->
window:GWindow.window ->
?resize:bool ->
unit ->
object
method add_block : GObj.widget -> unit
method add_row : GObj.widget -> unit
method button :
action:([> `APPLY | `CANCEL ] as 'a) Toolbox.action ->
?label:string -> ?icon:Toolbox.icon -> ?tooltip:string -> unit -> unit
method connect : ('a -> unit) -> unit
method fire : 'a -> unit
method on_check : 'a -> (bool -> unit) -> unit
method on_event : (unit -> unit) -> unit
method on_value : 'a -> (unit -> unit) -> unit
method run : unit -> unit
method select : 'a -> unit
method set_enabled : bool -> unit
end