< set_text : string -> 'a; .. > ->
string option ->
object
val file : GWindow.window
val mutable filename : string option
val mutable report_header : string
val mutable report_params : string list
val scrolledwindow1 : GBin.scrolled_window
val toplevel : GWindow.window
val tv : GTree.view
val xml : Glade.glade_xml Gtk.obj
method bind : name:string -> callback:(unit -> unit) -> unit
method build_report : unit -> Rep_desc.report
method build_report_desc :
?row:Gtk.tree_iter -> unit -> Rep_desc.report_ele list
method check_widgets : unit -> unit
method close : unit -> bool
method copy : unit -> unit
method delete : ?cut:bool -> unit -> unit
method edit_header : unit -> unit
method edit_params : unit -> unit
method edit_selected : unit -> unit
method file : GWindow.window
method get_children : Gtk.tree_iter option -> GTree.row_reference list
method insert_cond : unit -> unit
method insert_in_selected : Rep_desc.report_ele -> unit
method insert_leaf : unit -> unit
method insert_list : unit -> unit
method insert_mark : unit -> unit
method insert_rep_desc :
?parent:GTree.row_reference -> ?pos:int -> Rep_desc.report_ele -> unit
method insert_sub : unit -> unit
method insert_tag : unit -> unit
method load : string -> unit
method move_down : unit -> unit
method move_up : unit -> unit
method private params_for_cond :
Rep_desc.cond -> Rep_gui.C.parameter_kind list
method private params_for_leaf :
Rep_desc.leaf -> Rep_gui.C.parameter_kind list
method private params_for_list :
Rep_desc.liste -> Rep_gui.C.parameter_kind list
method private params_for_mark :
Rep_desc.mark -> Rep_gui.C.parameter_kind list
method private params_for_sub :
Rep_desc.sub -> Rep_gui.C.parameter_kind list
method private params_for_tag :
Rep_desc.tag -> Rep_gui.C.parameter_kind list
method paste : unit -> unit
method reparent : GObj.widget -> unit
method save : unit -> unit
method save_as : unit -> unit
method scrolledwindow1 : GBin.scrolled_window
method selected_rr : GTree.row_reference option
method show_report : Rep_desc.report -> unit
method string_of_desc_ele : Rep_desc.report_ele -> string
method toplevel : GWindow.window
method tv : GTree.view
method xml : Glade.glade_xml Gtk.obj
end