Module Tdl_gui (.ml)


module Tdl_gui: sig .. end
Classes to add edition of todo list in lablgtk2 applications, using the Tdl library.

val software : string
val software_author : string
val software_author_mail : string
val software_copyright : string
val software_about : string
type data = [ `Group of Tdl.group | `Item of Tdl.item ] 
val to_utf8 : ?coding:string -> string -> string
val from_utf8 : ?coding:string -> string -> string
val string_of_state : Tdl.state -> string
val string_of_date : ?hour:bool -> Tdl.date -> string
val print_data : [< `Group of Tdl.group | `Item of Tdl.item ] -> unit
val pix_size : int
val create_pix : < get : string; get_default : string; .. > -> GdkPixbuf.pixbuf
val safe_load : (string -> string) -> string -> Tdl.group
val string_of_opt : string option -> string
val opt_of_string : string -> string option
val params_for_item : from_utf8:(string -> string) ->
to_utf8:(string -> string) -> Tdl.item -> Configwin.parameter_kind list
val buffer : data option Pervasives.ref
class file_view : ?from_utf8:?coding:string -> string -> string -> ?to_utf8:?coding:string -> string -> string -> string -> object .. end
val glade_file : string
class file_window : string -> object .. end