?clipboard:Zed_edit.clipboard ->
?macro:LTerm_edit.action Zed_macro.t ->
unit ->
object
  method allocation : LTerm_geom.rect
  method can_focus : bool
  method children : LTerm_widget.t list
  method clipboard : Zed_edit.clipboard
  method context : LTerm_edit.edit Zed_edit.context
  method cursor : Zed_cursor.t
  method cursor_position : LTerm_geom.coord option
  method draw : LTerm_draw.context -> LTerm_widget.t -> unit
  method editable : int -> int -> bool
  method engine : LTerm_edit.edit Zed_edit.t
  method locale : string option
  method macro : LTerm_edit.action Zed_macro.t
  method match_word : Zed_rope.t -> int -> int option
  method on_event :
    ?switch:LTerm_widget.switch -> (LTerm_event.t -> bool) -> unit
  method parent : LTerm_widget.t option
  method queue_draw : unit
  method resource_class : string
  method resources : LTerm_resources.t
  method send_event : LTerm_event.t -> unit
  method set_allocation : LTerm_geom.rect -> unit
  method set_locale : string option -> unit
  method set_parent : LTerm_widget.t option -> unit
  method set_queue_draw : (unit -> unit) -> unit
  method set_resource_class : string -> unit
  method set_resources : LTerm_resources.t -> unit
  method size_request : LTerm_geom.size
  method text : string
  method update_resources : unit
end