Class Cam_modules_view.box


class box : string -> object .. end

val mutable selection : row_content option
method on_select : row_content -> unit
method on_unselect : row_content -> unit
method menu_ctx : row_content option -> GToolbox.menu_entry list
method color_of_element : row_content -> string
method init_col_display : col_display:GTree.view_column ->
complete:row_content GTree.column ->
renderer:GTree.cell_renderer_text -> GTree.tree_store -> unit
method on_collapse : row_content -> unit
method on_expand : row_content -> unit
method selection : row_content option
method box : GPack.box
method select : row_content -> unit
method unselect : row_content -> unit
method col_display : string GTree.column
method col_data : row_content GTree.column
method view : GTree.view
method display_string_of_ele : row_content -> string
method subs_of_ele : row_content -> row_content list
method string_type_of_ele : row_content -> string option
method insert_ele : ?parent:Gtk.tree_iter -> row_content -> unit
method update : unit