Module Gmylist (.ml)


module Gmylist: sig .. end
Generic classes for LablGtk.


Lists



type 'a content =
| String of ('a -> string)
| Pixbuf of ('a -> GdkPixbuf.pixbuf option)
type 'a col_desc = string option * 'a content 
class virtual ['a] plist : Gtk.Tags.selection_mode -> (string option * 'a content) list -> bool -> object .. end