method error : 'a. ?parent:GWindow.window_skel ->
?reset:bool ->
('a, Stdlib.Format.formatter, unit) Stdlib.format ->
'amethod full_protect : 'a. cancelable:bool ->
?parent:GWindow.window_skel ->
(unit -> 'a) ->
'a optionmethod protect : cancelable:bool ->
?parent:GWindow.window_skel ->
(unit -> unit) ->
unitmethod private set_reset : (unit -> unit) -> unit