?from_utf8:(?coding:string -> string -> string) ->
?to_utf8:(?coding:string -> string -> string) ->
string ->
object
  val mutable filename : string
  method add_group : unit
  method add_item : unit
  method box : GObj.widget
  method copy : unit
  method cut : unit
  method delete : unit
  method edit_selected : unit
  method filename : string
  method modified : bool
  method paste : unit
  method reload : unit
  method save : unit
  method set_on_modified_changed : (unit -> unit) -> unit
  method tree_view : GTree.view
end