?display_dir:bool ->
'a Ocvs_behav.list_behaviour ->
object
val mutable compare_function : ('a -> 'a -> int) option
val mutable dir : string option
val mutable elements : 'a list
val mutable selection : 'a list
method box : GPack.box
method private click_column : int -> unit
method cvs_commit_selected_files : unit
method cvs_differences_between : unit
method cvs_differences_with : unit
method cvs_lastdiff_file : unit
method cvs_log_file : unit
method cvs_remove_selected_files : unit
method cvs_resolve_conflicts : unit
method cvs_revisions_file : 'a -> Ocvs_types.cvs_revision list
method cvs_select_revision : 'a -> Ocvs_types.cvs_revision option
method cvs_tag_selected_files : unit
method cvs_tags_of_file : unit
method display_dir : ?force:bool -> string option -> unit
method selection : 'a list
method private sort_elements : 'a list -> 'a list
method update : bool -> unit
end