< set_text : string -> 'a; .. > ->
string option ->
object
val mutable channel : Rss.channel
val file : GWindow.window
val mutable filename : string option
val scrolledwindow1 : GBin.scrolled_window
val toplevel : GWindow.window
val tv : GTree.view
val xml : Glade.glade_xml Gtk.obj
method add_item : unit -> unit
method bind : name:string -> callback:(unit -> unit) -> unit
method build_channel : unit -> Rss.channel
method build_item_list : unit -> Rss.item list
method check_widgets : unit -> unit
method close : unit -> bool
method copy : unit -> unit
method delete : ?cut:bool -> unit -> unit
method display_item : Gtk.tree_iter -> Rss.item -> unit
method edit_channel : unit -> unit
method edit_selected : unit -> unit
method file : GWindow.window
method filename : string option
method get_children : Gtk.tree_iter option -> GTree.row_reference list
method insert_item : Rss.item -> unit
method load : string -> unit
method move_down : unit -> unit
method move_up : unit -> unit
method private params_for_item : Rss.item -> Rss_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_channel : Rss.channel -> unit
method toplevel : GWindow.window
method tv : GTree.view
method xml : Glade.glade_xml Gtk.obj
end