Module Rss_gui (.ml)


module Rss_gui: sig .. end
Editing RSS 2.0 files in Lablgtk2 applications.

module C: Configwin
val map_opt : ('a -> 'b) -> 'a option -> 'b option
val string_of_opt : string option -> string
val opt_of_string : string -> string option
val copy_item : Rss.item -> Rss.item
val tuple_to_date : int * int * int -> Rss.date
val today : Rss.date
val date_to_tuple : Rss.date -> int * int * int
val find_first_child : < foreach : ('a -> 'b -> bool) -> 'c; get_path : 'd -> 'e;
iter_parent : 'b -> 'd option; .. > ->
'd -> 'b option

Main gui boxes


val dir : string Pervasives.ref
val find_iter_above : < foreach : ('a -> 'b -> bool) -> 'c; get_path : 'b -> 'd;
get_row_reference : 'a -> 'e; iter_next : 'b -> 'f; .. > ->
'b -> 'e option
val find_iter_below : < get_path : 'a -> 'b; get_row_reference : 'b -> 'c; iter_next : 'a -> bool;
.. > ->
'a -> 'c option
val clipboard : Rss.item option Pervasives.ref
val to_u8 : string -> string
val of_u8 : string -> string
val params_for_channel : Rss.channel -> C.configuration_structure list
val software : string
val software_author : string
val software_author_mail : string
val software_copyright : string
val software_about : string
val glade_file : string
class file : < set_text : string -> 'a; .. > -> string option -> object .. end
class gui : ?quit_on_destroy:bool -> ?on_close_file:string -> unit -> ?default_file:bool -> string list -> object .. end