class focused : Wtext.text ->
object
.. end
method reset : unit
method get_focus_mode : bool
method set_focus_mode : bool -> unit
method get_state_mode : bool
method set_state_mode : bool -> unit
method get_iformat : Plang.iformat
method set_iformat : Plang.iformat -> unit
method selected : unit
method unselect : target
method restore : target -> unit
method on_selection : (unit -> unit) -> unit
method sequent : Conditions.sequent
method selection : Tactical.selection
method set_target : Tactical.selection -> unit
: unit
: (Widget.popup -> unit) -> unit
method pp_term : Lang.F.term printer
method pp_pred : Lang.F.pred printer
method pp_selection : Tactical.selection printer
method pp_sequent : Conditions.sequent -> Stdlib.Format.formatter -> unit
method goal : Wpo.t -> Stdlib.Format.formatter -> unit
method button : title:string -> callback:(unit -> unit) -> Stdlib.Format.formatter -> unit