Class Ocvs_list.box


class ['a] box : ?display_dir:bool -> 'a Ocvs_behav.list_behaviour -> object .. end

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